Skip to content

Update to numba 0.59 and other version updates #536

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

Merged
merged 7 commits into from
Feb 6, 2024

Conversation

eriknw
Copy link
Member

@eriknw eriknw commented Feb 6, 2024

This is just updating versions of dependencies. Some code formatting was updated using the latest black and ruff. I'll want to stress test the CI given all the new versions of dependencies.

Changes to dependencies:

drop
    numpy 1.21
add
    numba 0.59 (supports Python 3.12)
    scipy 1.12
    pandas 2.2
    sparse 0.15

@eriknw eriknw added the hygiene Improve code quality and reduce maintenance overhead label Feb 6, 2024
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

Merging #536 (352e6a5) into main (522b696) will increase coverage by 0.53%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #536      +/-   ##
==========================================
+ Coverage   99.13%   99.67%   +0.53%     
==========================================
  Files          93       93              
  Lines       21855    21855              
  Branches     4130     4130              
==========================================
+ Hits        21667    21784     +117     
+ Misses        121       42      -79     
+ Partials       67       29      -38     

@eriknw
Copy link
Member Author

eriknw commented Feb 6, 2024

I plan to merge this and do a release soon. Installing numba by default on Python 3.12 is preferred.

@eriknw eriknw merged commit 8f36d46 into python-graphblas:main Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hygiene Improve code quality and reduce maintenance overhead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant