* mwalib now will detect and raise an error (`MwalibError::Fits.CfitsioIsNotReentrant`) if the CFITSIO library that mwalib is linked with has been built without the `-D_REENTRANT` directive (github issue 82).
* Expose the FITS BSCALE in image HDUs as a single value `bscale` in `CorrelatorContext` (github issue 85).
* For most Legacy MWA observations, this may be a value other than 1.0. For MWAX correlator this will always be 1.0.
* This is mainly of interest to EoR researchers who are trying to implement Van Vleck corrections.
* Python type stubs:
* Fixed pyo3 decorators to allow stub_gen to work properly / generate python stubs correctly.
* Used prerelease version of pyo3_stub_gen to ensure Chrono::FixedTimeOffset can have a stub generated in `MetafitsContext`.