Closed jli closed 1 year ago
numpy.asscalar has been deprecated since 1.16 [1], and was removed in numpy 1.23.0 [2].
numpy.asscalar
This PR lets facets-overview be used with numpy versions >= 1.23. facets-overview breaking on numpy > 1.22 is causing test failures in my attempt to allow apache-beam to use numpy >1.22: https://github.com/apache/beam/pull/25003#issuecomment-1382403867
Thanks!
[1] asscalar deprecated https://numpy.org/doc/1.22/reference/generated/numpy.asscalar.html [2] removed in 1.23.0 https://numpy.org/doc/stable/release/1.23.0-notes.html#expired-deprecations
Hi there! when can this fix be released? Thanks, @jli for the fix!
numpy.asscalar
has been deprecated since 1.16 [1], and was removed in numpy 1.23.0 [2].This PR lets facets-overview be used with numpy versions >= 1.23. facets-overview breaking on numpy > 1.22 is causing test failures in my attempt to allow apache-beam to use numpy >1.22: https://github.com/apache/beam/pull/25003#issuecomment-1382403867
Thanks!
[1] asscalar deprecated https://numpy.org/doc/1.22/reference/generated/numpy.asscalar.html [2] removed in 1.23.0 https://numpy.org/doc/stable/release/1.23.0-notes.html#expired-deprecations