Remove expired deprecation of using scipy matrix#393
Remove expired deprecation of using scipy matrix#393eriknw merged 3 commits intopython-graphblas:mainfrom
Conversation
|
Oh, interesting test failures (randomized testing ftw?!). This is using It looks like
So, we'll need to update tests to ignore these on Windows. I'm not sure what's up with the error with |
|
Heh, so we may have more places where we use |
| blocklist["FC64"].update({"asin", "asinh"}) | ||
| blocklist["FC32"] = {"asin", "asinh"} |
There was a problem hiding this comment.
I don't know if we strictly need to exclude asinh given the input arguments we use, but asinh was called out in the documentation for not working.
|
I'm going to go ahead and merge this since it contains a fix, and I don't think the removed deprecations are particularly significant. |
|
Changes unknown |
Note that we now maintain a list of active deprecations on our wiki:
https://github.com/python-graphblas/python-graphblas/wiki/Active-deprecations