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

Add support for numpy 2.x #383

Merged
merged 5 commits into from
Mar 20, 2025
Merged

Add support for numpy 2.x #383

merged 5 commits into from
Mar 20, 2025

Conversation

iver56
Copy link
Owner

@iver56 iver56 commented Mar 20, 2025

Bonus changes:

  • Refactor tests and improve test coverage
  • Make AdjustDuration picklable
  • Speed up LoudnessNormalization slightly
  • Test both numpy 1.x and numpy 2.x compatibility in CI

Close #381

Copy link

codecov bot commented Mar 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.37%. Comparing base (f9aa7db) to head (85b24af).
Report is 10 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #383       +/-   ##
===========================================
- Coverage   96.02%   82.37%   -13.65%     
===========================================
  Files          49       52        +3     
  Lines        2364     2792      +428     
===========================================
+ Hits         2270     2300       +30     
- Misses         94      492      +398     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@iver56 iver56 merged commit 5e7ea1a into main Mar 20, 2025
3 of 4 checks passed
@iver56 iver56 deleted the ij/numpy2 branch March 20, 2025 10:21
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.

Numpy v2 compatibility
1 participant