lebedov / msgpack-numpy

Serialize numpy arrays using msgpack
Other
197 stars 33 forks source link

Numpy 2 compatability #54

Closed dineshbvadhia closed 4 months ago

dineshbvadhia commented 4 months ago

Will msgpack-numpy be Numpy 2 compatible?

lebedov commented 4 months ago

I just tried running the unit tests for 0.4.8 in an environment with numpy 2.0.0 and they seem to run without any error. If you have encountered any problem related to numpy 2 compatibility, please open a new issue with a bug report.