This release primarily fixes compatibility with numpy 2.0 and pyuvdata 3.0.
It also increased the minimum versions for some dependencies: setuptools_scm>=8.1, scipy>=1.8
And fixed a bug with serially concatenating SkyModel objects.
Full details below and in our changelog.
What's Changed
- Edit for JOSS review by @dfm in #243
- Convert to using pyproject.toml as much as possible. by @bhazelton in #248
- Add JOSS reference by @bhazelton in #247
- Fix serial concats by @bhazelton in #246
- Fixes for compatibility with future pyuvdata by @bhazelton in #251
- Make imports work with current and future pyuvdata, fix compatibility with numpy 2.0 by @bhazelton in #253
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #252
- Prepare for v1.0.1 by @bhazelton in #254
New Contributors
Full Changelog: v1.0.0...v1.0.1