-
Notifications
You must be signed in to change notification settings - Fork 70
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
[WIP/RFC] Initial support for modules #173
Conversation
Thank you, it would be nice to have modules api implemented. I have couple of preliminary questions
|
|
Rebased to include #179. |
@pluskid If you have the time, it would be nice to get your opinion of the implementation so far. |
@vchuravy Thanks a lot! Currently I did not have time to go through it very carefully. But quickly scanning it and it looks good. Regarding SequentialModule in another PR, maybe for |
Changed bind behaviour
Some thoughts I had over the last days:
|
@vchuravy I agree that the current implementation is a bit complicated due to auto data par. |
Sequential module
Codecov Report
@@ Coverage Diff @@
## master #173 +/- ##
========================================
Coverage ? 75.8%
========================================
Files ? 30
Lines ? 2294
Branches ? 0
========================================
Hits ? 1739
Misses ? 555
Partials ? 0
Continue to review full report at Codecov.
|
😱 why close this? |
I don't have any time to devote to this and I don't want the illusion of progress, |
This is one of the bigger features that the Python frontend has that we are currently missing.
My goals with this are to support several different use-cases:
So far I have been working on a straight port of the Python functionality, but I would be interested in a bit more design discussion.
PRs against this branch are very welcome.