-
Notifications
You must be signed in to change notification settings - Fork 6
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
Move build system to hatchling #55
Conversation
jpdunc23
commented
Feb 8, 2024
•
edited
Loading
edited
- Bumps minimum Python version to 3.8 and minimum Pandas version to 2.0.0.
- Incorporates linting via ruff, black, and isort.
- Expands python-package GitHub workflow to test more OSes and Python version.
- Fixes failing tests and adds new tests.
* In Pandas v2.0.0, `inplace` was changed to `copy` in `DataFrame.set_axis()`. * Bump minimum Pandas version up to 2.0.0. * Bump minimum Python version up to 3.9.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #55 +/- ##
==========================================
+ Coverage 85.09% 88.26% +3.16%
==========================================
Files 12 11 -1
Lines 1161 1261 +100
Branches 0 245 +245
==========================================
+ Hits 988 1113 +125
+ Misses 173 92 -81
- Partials 0 56 +56 ☔ View full report in Codecov by Sentry. |