Revision 548dc4e2e6a8e3ac65e1921bd94fe589d661d47b authored by Peter Hawkins on 11 July 2023, 13:02:40 UTC, committed by Magenta Team on 11 July 2023, 13:03:36 UTC
NumPy 1.25 release notes: https://github.com/numpy/numpy/releases/tag/v1.25.0

Per the release notes, in NumPy 1.25:

A sequence must now be passed into the stacking family of functions (stack, vstack, hstack, dstack and column_stack). (gh-23019)

This change fixes test failures where a non-sequence was passed to a stack function. The most common fix is to convert the input to a list explicitly before passing it to any stacking functions.

PiperOrigin-RevId: 547165426
1 parent 78661d8
History
File Mode Size
.github
demos
magenta
.gitignore -rw-r--r-- 98 bytes
.isort.cfg -rw-r--r-- 183 bytes
.pylintrc -rw-r--r-- 14.8 KB
AUTHORS -rw-r--r-- 332 bytes
LICENSE -rw-r--r-- 11.1 KB
README.md -rw-r--r-- 5.5 KB
conftest.py -rw-r--r-- 898 bytes
magenta-logo-bg.png -rw-r--r-- 67.5 KB
setup.cfg -rw-r--r-- 21 bytes
setup.py -rw-r--r-- 6.3 KB

README.md

back to top