* Relaxed strict versioning for dependencies where version is >=1.0.0: lazy_static, rayon, regex, thiserror, anyhow, csv
1.8.4
* mwalib now providews support for Linux/Arm64 platform in releases (and tests).
1.8.3
* Updated pyo3, pyo3-stub-gen, numpy and ndarray.
1.8.2
* Revert to published version of pyo3-stub-gen (and derive) to allow publish to crates.io.
1.8.1
* Ensure only one version of pyo3-stub-gen-derive is used in the project.
1.8.0
* 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`.