-
Notifications
You must be signed in to change notification settings - Fork 1
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
Changes to API #52
Changes to API #52
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #52 +/- ##
===========================================
+ Coverage 72.25% 82.77% +10.52%
===========================================
Files 10 9 -1
Lines 764 662 -102
===========================================
- Hits 552 548 -4
+ Misses 212 114 -98
☔ View full report in Codecov by Sentry. |
@ffevotte I think this is ready to be looked at (no pressure). The changes are conceptually simple, but a lot of code was modified in the process. Maybe we could also merge it first (all tests+docs are passing) and field-test it while implementing the other features? I am OK either way. |
Please merge it, thx! |
- Documenter 1.0 no longer uses the `strict` keyword
Congrats! |
I think this was mostly ready, but still requires some field testing. Let me know if you run into any issues! |
The main usage is now through the
DataFlowTasks.@spawn
macro, which works very much likeThreads.@spawn
. In particular, it now returns aTask
and not aDataFlowTask
.IMO this makes understanding and using the package easier.
Left to do:
TiledFactorization
to this new API