-
-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transducers.add, transducers.sub, transducers.abs, transducer.operator: New common transducers #16142
Comments
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Daniel Krenn |
Changed author from Clemens Heuberger, Sara Kropf to Clemens Heuberger, Daniel Krenn, Sara Kropf |
Changed branch from u/cheuberg/fsm/operator_transducers to u/dkrenn/fsm/operator_transducers |
comment:3
During review, I decided to extend The patch looks good; doctests pass; docs checked. So this is a positive review for me, but please review my changes first. Last 10 new commits:
|
Dependencies: #16141 |
comment:5
The new branch is on beta8 + #16141. Positive from my side, but my changes (see above) have to be reviewed first. Last 10 new commits:
|
Changed branch from u/dkrenn/fsm/operator_transducers to u/dkrenn/fsm/operator_transducers-on-beta8 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Last 10 new commits:
Last 10 new commits:
|
Changed branch from u/dkrenn/fsm/operator_transducers-on-beta8 to u/cheuberg/fsm/operator_transducers-on-beta8 |
comment:10
cross reviewed your changes,fine with me, but added five small modifications in a few commits, please review again. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:12
reviewed again, everything is fine :) |
Changed branch from u/cheuberg/fsm/operator_transducers-on-beta8 to |
In #16141, a class to collect common transducers was introduced. Here, we enhance this class by
a few more transducers which are mainly meant to be used as readily available components in cartesian products and/or compositions.
We introduce four more common transducers,
transducers.abs
realizing absolute value,transducers.operator
realizing binary operations,transducers.add
,transducers.sub
realizing addition and subtraction and at the same time illustrating the use oftransducers.operator
.Depends on #16132
Depends on #16141
Component: combinatorics
Author: Clemens Heuberger, Daniel Krenn, Sara Kropf
Branch/Commit:
a5087f2
Reviewer: Daniel Krenn
Issue created by migration from https://trac.sagemath.org/ticket/16142
The text was updated successfully, but these errors were encountered: