Skip to content
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

Merged
merged 28 commits into from
Feb 9, 2024
Merged

Move build system to hatchling #55

merged 28 commits into from
Feb 9, 2024

Conversation

jpdunc23
Copy link
Collaborator

@jpdunc23 jpdunc23 commented Feb 8, 2024

  • 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.

@jpdunc23 jpdunc23 self-assigned this Feb 8, 2024
Copy link

codecov bot commented Feb 9, 2024

Codecov Report

Attention: 31 lines in your changes are missing coverage. Please review.

Comparison is base (71d8a28) 85.09% compared to head (ce66fbe) 88.26%.
Report is 4 commits behind head on master.

❗ Current head ce66fbe differs from pull request most recent head 6db4e57. Consider uploading reports for the commit 6db4e57 to get more accurate results

Files Patch % Lines
vflow/utils.py 75.00% 5 Missing and 4 partials ⚠️
vflow/vset.py 69.23% 8 Missing ⚠️
vflow/vfunc.py 40.00% 3 Missing and 3 partials ⚠️
vflow/pipeline.py 57.14% 3 Missing ⚠️
tests/test_basic.py 94.11% 0 Missing and 2 partials ⚠️
vflow/helpers.py 92.59% 2 Missing ⚠️
tests/test_pipelines.py 99.13% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@jpdunc23 jpdunc23 merged commit 22d06eb into master Feb 9, 2024
0 of 10 checks passed
@jpdunc23 jpdunc23 deleted the build-updates branch February 9, 2024 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant