Skip to content

Support numpy>=1.20.0#192

Merged
ekzhu merged 14 commits intoekzhu:masterfrom
joehalliwell:master
Feb 19, 2023
Merged

Support numpy>=1.20.0#192
ekzhu merged 14 commits intoekzhu:masterfrom
joehalliwell:master

Conversation

@joehalliwell
Copy link
Copy Markdown
Contributor

@joehalliwell joehalliwell commented Dec 28, 2022

numpy.int was only ever an alias for the built-in, and was deprecated from version 1.20.0

See: https://numpy.org/doc/stable/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated

`numpy.int` was only ever an alias for the built-in, and is now deprecated
from version 1.20.0

See: https://numpy.org/doc/stable/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated
@joehalliwell
Copy link
Copy Markdown
Contributor Author

Not sure why the python-setup step was failing, but I figured it wouldn't hurt to update it.

It was EOL on 2021-12-31
@LouisTrezzini
Copy link
Copy Markdown

Thanks for working on this change! Do you have plans to merge the PR and push a new release?

@ekzhu ekzhu merged commit 1f70dac into ekzhu:master Feb 19, 2023
@joehalliwell
Copy link
Copy Markdown
Contributor Author

@ekzhu Thanks for fixing the build and merging this. (I wasn't able to trigger a build, so it was just too painful to work on the actions stuff 🥲 )

@ekzhu
Copy link
Copy Markdown
Owner

ekzhu commented Feb 19, 2023

@ekzhu Thanks for fixing the build and merging this. (I wasn't able to trigger a build, so it was just too painful to work on the actions stuff 🥲 )

Indeed
Lots of issues with running Cassandra container in github action. Not related to the code though.

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.

3 participants