-
Notifications
You must be signed in to change notification settings - Fork 10
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
Adopt pyproject.toml and poetry packaging system #32
Conversation
Resolved conflict: removed version file and updated in toml file.
@frthjf I can help get rid of some test failure cases. I'll directly work on this branch. |
Current documentation include use cases that cannot be reproduced (ex. data loading). The primary purpose of examples are not to test functionality, rather to hint scripts to users. We can revisit how to include doctest in the future.
Codecov Report
@@ Coverage Diff @@
## main #32 +/- ##
==========================================
- Coverage 50.52% 50.33% -0.19%
==========================================
Files 20 20
Lines 572 590 +18
Branches 64 67 +3
==========================================
+ Hits 289 297 +8
- Misses 282 291 +9
- Partials 1 2 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I'm planning on including dependabot in the future, but lets keep it out for this PR. |
Sounds good, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Nice job!
I'm removing Looks good. Thank you @frthjf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add dependabot workflow to keep dependencies up to date?(future)Closes #31