Updated for numpy 2.0#22
Open
adalseno wants to merge 3 commits into
Open
Conversation
- Update C extension to use modern NumPy 2.x API
- Replace deprecated NPY_IN_ARRAY with NPY_ARRAY_IN_ARRAY
- Add proper PyArrayObject type casts for compatibility
- Define NPY_NO_DEPRECATED_API macro
- Migrate to pyproject.toml-based build configuration
- Consolidate all metadata and tool configs in pyproject.toml
- Simplify setup.py to only handle C extension compilation
- Use numpy.get_include() instead of deprecated distutils
- Remove obsolete configuration files
- Delete setup.cfg (configs moved to pyproject.toml)
- Delete requirements.txt (replaced with project.dependencies)
- Add optional dev dependencies for modern tooling
Tested with NumPy 2.3.4 and Python 3.9-3.13. All 30 unit tests pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed update in C file