hickle
hickle copied to clipboard
replace `ndarray.tostring` with `ndarray.tobytes`
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'