History#

0.2.4 (2024-04-15)#

  • Modernise documentation (GH#38)

  • Add basic Affine Grid coordinates to xarray datasets (GH#35)

  • Constrain dask versions (GH#34)

  • Specify dtype during chunk normalisation (GH#33)

  • Configure dependabot for github actions (GH#28)

0.2.3 (2024-03-22)#

  • Move FITS header attributes into an xarray “header” attribute (GH#22)

0.2.2 (2024-03-21)#

  • Open FITS files as memory-mapped on local file systems (GH#24)

  • Remove obsolete logger (GH#23)

  • Support lists of fits files (GH#21)

  • Test stacking in the globbing case (GH#20)

0.2.1 (2024-03-19)#

  • Make distributed an optional package (GH#19)

0.2.0 (2024-03-19)#

  • Update README (GH#18)

  • Convert from FITS big-endian to machine native (GH#17)

  • Test name prefix specification (GH#16)

  • Support globbing (GH#15)

  • Specify dimension chunking in C-order (GH#14)

  • Use fits section to selection portions of a FITS file on remote data (GH#13)

  • Add a weakref.finalize method to close HDUList objects on FitsProxy instances (GH#12)

  • Depend on fsspec (GH#11)

  • Improve dask array name determinism (GH#10)

  • Change license from GPL3 to BSD3 (GH#9`)

  • Correct FITS Proxy Usage (GH#8)

  • Update ruff settings (GH#7)

  • Update Github Actions Deployment (GH#6)

  • Modernise xarray-fits (GH#5)

0.1.0 (2018-02-19)#

  • First release on PyPI.