hickle icon indicating copy to clipboard operation
hickle copied to clipboard

replace `ndarray.tostring` with `ndarray.tobytes`

Open taranarmo opened this issue 6 months ago • 0 comments

ndarray.tostring is deprecated since numpy 1.19 and removed in numpy 2.3 https://numpy.org/doc/stable/release/2.3.0-notes.html thus currently building against numpy 2.3 is failing during test phase with

hickle/tests/test_06_load_astropy.py::test_astropy_time_array - AttributeError: 'numpy.ndarray' object has no attribute 'tostring'

taranarmo avatar Jun 29 '25 08:06 taranarmo