Package: python-pyorick / 1.5-2
Metadata
Package | Version | Patches format |
---|---|---|
python-pyorick | 1.5-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
numpy23 | (download) |
pyorick/pyorick.py |
4 2 + 2 - 0 ! |
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 ! |
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 ! |
use setuptools instead of distutils distutils has been removed in Python 3.12 |
1