Open nbecker opened 8 months ago
I have built all of my code examples against numpy-2.0.0 + xtensor-python-0.26.1 and everything builds and seems to run (I don't really have a test suite)
Skimming the code it looks like NumPy is mainly used via pybind11
Starting with pybind11 2.12.0, it supports NumPy 2: https://github.com/pybind/pybind11/issues/5009
So it does seem probable that things would just work. Though haven't dug any deeper
Haven't tried it, but I'm assuming changes will be needed for numpy > 2.0 API?