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

Migrate to NumPy 2.0 #225

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Migrate to NumPy 2.0 #225

merged 1 commit into from
Nov 20, 2024

Conversation

tasansal
Copy link
Contributor

@tasansal tasansal commented Nov 20, 2024

We now require NumPy 2.0 since it has many improvements.

  • Implementation
  • Update tests

Closes #220

In addition:

  • Updated dev dependencies to latest
  • Updated I/O and schema dependencies to latest

@tasansal tasansal added the enhancement New feature or request label Nov 20, 2024
@tasansal tasansal self-assigned this Nov 20, 2024
Copy link

codecov bot commented Nov 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.20%. Comparing base (b5885c9) to head (bca3c62).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #225      +/-   ##
==========================================
+ Coverage   95.19%   95.20%   +0.01%     
==========================================
  Files          48       48              
  Lines        2268     2274       +6     
  Branches      128      127       -1     
==========================================
+ Hits         2159     2165       +6     
  Misses         81       81              
  Partials       28       28              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@tasansal tasansal merged commit fa8291a into main Nov 20, 2024
32 checks passed
@tasansal tasansal deleted the numpy2 branch November 20, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

numpy 2.0 support
1 participant