Package: python-pyorick / 1.5-2

Metadata

Package Version Patches format
python-pyorick 1.5-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
numpy23 | (download)

pyorick/pyorick.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 update for numpy 2.3
 ndarray.tostring was deprecated in favor of .tobytes since NumPy 1.19, and
 removed in NumPy 2.3.
complex128 | (download)

pyorick/pyorick.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 replace np.complex_ with np.complex128
 `np.complex_` was removed in the NumPy 2.0 release. Use
 `np.complex128` instead.
distutils | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use setuptools instead of distutils
 distutils has been removed in Python 3.12