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

Support for numpy2 #1012

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Support for numpy2 #1012

wants to merge 2 commits into from

Conversation

jesper-friis
Copy link
Collaborator

@jesper-friis jesper-friis commented Nov 23, 2024

Description

Compile DLite against numpy 2.x. The compiled ABI should be backward compatible with numpy-1.x.

The tests that currently fails seems to be due to that tripper requires pint<0.24, which is not compatible with numpy2.
By force installing pint==0.24.4 the tests succeeds.

Type of change

  • Bug fix & code cleanup
  • New feature
  • Documentation update
  • Test update

Checklist for the reviewer

This checklist should be used as a help for the reviewer.

  • Is the change limited to one issue?
  • Does this PR close the issue?
  • Is the code easy to read and understand?
  • Do all new feature have an accompanying new test?
  • Has the documentation been updated as necessary?

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.

1 participant