- dynamic python version in pyproject - release CI builds linux-arm64
0.10.0
- msrv1.80 - ⬆️ mwalib v1.8.2, marlu0.15.0 rubbl0.8 casacore3.5 ndarray0.16 pyo3 0.22 fitsio 0.21.6 lazy_static - fix cuda keyring issue, update ubuntu2204 in CI - use hdf5_metno
0.9.4
Changes
- Native CPU compiler options off by default for better portability.
0.9.3
Fixed
- fix a compile error when specifying env `HIP_FLAGS` with `--features=hip`
0.9.2
Fixed
- reduce wasted cycles if the number of coefficients in the beam file is less than maximum N that the beam kernels are sized for. Since NMAX=31 and the default beam file is in the low 20s, this speeds things up.
0.9.1
Fixed
- fix 11 : revert some of 9 , moving device memory allocations back onto the stack, this is fine because the kernels are smaller than before.