Skip to content

Add support for numpy>=2.0.0 #2771

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 28 commits into from
Apr 18, 2025
Merged

Add support for numpy>=2.0.0 #2771

merged 28 commits into from
Apr 18, 2025

Conversation

dennisbader
Copy link
Collaborator

@dennisbader dennisbader commented Apr 14, 2025

Checklist before merging this PR:

  • Mentioned all issues that this PR fixes or addresses.
  • Summarized the updates of this PR under Summary.
  • Added an entry under Unreleased in the Changelog.

Fixes #2414.

Summary

  • It seems like all dependencies have added support for numpy>=2.0.0 (see the tracking in Support numpy 2.0.0 #2414). This PR relaxes the upper version cap in our core.txt requirements.

TODO

@dennisbader dennisbader requested a review from madtoinou as a code owner April 14, 2025 13:54
@github-project-automation github-project-automation bot moved this to In review in darts Apr 14, 2025
@dennisbader dennisbader self-assigned this Apr 14, 2025
@dennisbader dennisbader added the devops CI/CD, packaging, code maintenance, ... label Apr 14, 2025
Copy link

codecov bot commented Apr 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.48%. Comparing base (f5d9055) to head (63ddb77).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2771      +/-   ##
==========================================
- Coverage   94.56%   94.48%   -0.08%     
==========================================
  Files         145      145              
  Lines       15445    15448       +3     
==========================================
- Hits        14605    14596       -9     
- Misses        840      852      +12     

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

@dennisbader dennisbader merged commit 6e2b0df into master Apr 18, 2025
9 checks passed
@github-project-automation github-project-automation bot moved this from In review to Done in darts Apr 18, 2025
@dennisbader dennisbader deleted the devops/numpy_2_support branch April 18, 2025 12:27
@dennisbader dennisbader moved this from Done to Released in darts Apr 21, 2025
@lorentzenchr
Copy link

That's great news, thanks @dennisbader.

@dennisbader
Copy link
Collaborator Author

No worries @lorentzenchr :) We've already released a new Darts version (0.35.0) that comes with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops CI/CD, packaging, code maintenance, ...
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

Support numpy 2.0.0
2 participants