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

Fix deprecated numpy types #127

Closed
wants to merge 1 commit into from
Closed

Conversation

anttimc
Copy link

@anttimc anttimc commented Oct 11, 2022

np.int has been deprecated since numpy 1.20.0

When creating arrays using np.int64 specifies the array datatype. np.int defaults to python builtin int which depends on the computer and operating system. https://numpy.org/doc/stable/release/1.20.0-notes.html#deprecations

@anttimc
Copy link
Author

anttimc commented Aug 15, 2023

@jluttine bayespy does not work with Numpy 1.25. Would it be possible to make a new release with this fix?

@anttimc
Copy link
Author

anttimc commented Aug 15, 2023

Oh I see it's done already. Nevermind :)

@anttimc anttimc closed this Aug 15, 2023
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

1 participant