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

Numpy 2.0 #210

Merged
merged 3 commits into from
Aug 19, 2024
Merged

Numpy 2.0 #210

merged 3 commits into from
Aug 19, 2024

Conversation

mavaylon1
Copy link
Contributor

@mavaylon1 mavaylon1 commented Aug 8, 2024

Motivation

What was the reasoning behind this change? Please explain the changes briefly.
Add support for numpy 2.0
Fix #209

How to test the behavior?

Show how to reproduce the new behavior (can be a bug fix or a new feature)

Checklist

  • Did you update CHANGELOG.md with your changes?
  • Have you checked our Contributing document?
  • Have you ensured the PR clearly describes the problem and the solution?
  • Is your contribution compliant with our coding style? This can be checked running ruff from the source directory.
  • Have you checked to ensure that there aren't other open Pull Requests for the same change?
  • Have you included the relevant issue number using "Fix #XXX" notation where XXX is the issue number? By including "Fix #XXX" you allow GitHub to close issue #XXX when the PR is merged.

@mavaylon1 mavaylon1 marked this pull request as ready for review August 8, 2024 14:44
@mavaylon1 mavaylon1 requested a review from stephprince August 8, 2024 14:45
@codecov-commenter
Copy link

codecov-commenter commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.13%. Comparing base (7283d9f) to head (8f1e463).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #210   +/-   ##
=======================================
  Coverage   87.13%   87.13%           
=======================================
  Files           5        5           
  Lines        1174     1174           
  Branches      287      287           
=======================================
  Hits         1023     1023           
  Misses        100      100           
  Partials       51       51           

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

stephprince
stephprince previously approved these changes Aug 8, 2024
@mavaylon1 mavaylon1 merged commit 82c993c into dev Aug 19, 2024
24 checks passed
@mavaylon1 mavaylon1 deleted the numpy branch August 19, 2024 16:03
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.

[Feature]: Support numpy 2.0
3 participants