Skip to content

Add support for NumPy 2.0.0 ABI changes#105

Merged
fwilliams merged 1 commit into
fwilliams:masterfrom
matthewdcong:numpy2_abi_changes
Mar 21, 2025
Merged

Add support for NumPy 2.0.0 ABI changes#105
fwilliams merged 1 commit into
fwilliams:masterfrom
matthewdcong:numpy2_abi_changes

Conversation

@matthewdcong
Copy link
Copy Markdown
Collaborator

Fixes #99 (once the underlying numpyeigen submodule changes are incorporated).

elsize() is not available in NumPy 2.0.0 but itemsize() is available and equivalent in both v1.0.0 and v2.0.0.

@matthewdcong matthewdcong changed the title Add support for NumPy 2.0.0 ABI changes Draft: Add support for NumPy 2.0.0 ABI changes Mar 21, 2025
@matthewdcong matthewdcong marked this pull request as draft March 21, 2025 00:12
@fwilliams fwilliams marked this pull request as ready for review March 21, 2025 02:57
@fwilliams fwilliams merged commit c5d3925 into fwilliams:master Mar 21, 2025
@matthewdcong matthewdcong changed the title Draft: Add support for NumPy 2.0.0 ABI changes Add support for NumPy 2.0.0 ABI changes Mar 21, 2025
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.

RuntimeError: Internal PLY loading error. Type has no defined byte size.

2 participants