Version 2.4.5
This is the last release before version 3.0.
Primarily, it fixes compatibility with numpy v2.0.
It also fixed a bug in UVData.new()
where in some corner cases the UVData.ant1_array
and UVData.ant2_array
were not correctly set as integer arrays.
Full details below and in our changelog:
What's Changed
- Numpy 2.0 compatibility by @pre-commit-ci in #1447
- fix: always cast antpairs to int by @steven-murray in #1448
- Prepare for v2.4.5 which adds compatibility with numpy 2.0 by @bhazelton in #1454
Full Changelog: v2.4.4...v2.4.5