[go: nahoru, domu]

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

Add support for NamedTuples, support NumPy 1.25 (fixes #597) #600

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

j-towns
Copy link
Collaborator
@j-towns j-towns commented Jun 22, 2023

The functions in numpy.linalg which returned tuples in version <= 1.24 have switched to using a different NamedTuple type for each function. To support this I've added the necessary Box and VSpace registrations.

The functions in numpy.linalg which returned tuples in version <= 1.24
have switched to using a different NamedTuple type for each function. To
support this I've added the necessary Box and VSpace registrations.
@fjosw
Copy link
fjosw commented Jun 22, 2023

Thanks for looking into this! Could you maybe also release a new version 1.6 on pypi to make these changes accessible for dependent projects?

@j-towns
Copy link
Collaborator Author
j-towns commented Jun 22, 2023

Yes, will do.

@j-towns
Copy link
Collaborator Author
j-towns commented Jun 22, 2023

Should be done now, lmk if you have any issues.

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.

None yet

2 participants