mwalib 1.7.0
NOTE this release has been yanked. The MWAFitsFile changes are reverted in the latest release. Please use version >=1.7.2
1.7.0 23-Oct-2024
- Bumped MSRV to 1.65.
- Update fitsio to 0.21 and fitsio-sys to 0.5. To make v0.21 work, a new struct, MWAFitsFile is used inplace of FitsFile, as FitsFile no longer carries the
filename
property which is needed by mwalib. - Removed Rust Report Card from README status badges. Looks like this service is abandonded.
- Added Python .pyi stub generation to provide mwalib Python users with type and docstring information. The mwalib.pyi should get baked into the python wheels released to github and Pypi. See
bin/README.md
for caveats and more details. - Added CI to test compilation against cfitsio 3.x and 4.x when not using the
cfitsio-static
feature.
Full Changelog: v1.6.0...v1.7.0