- Bump minimum required version of Python to 3.9 and fix test suite with recent versions of casatools. [#62]
- Fixed compatibility with Numpy 2.0. [#61]
- Fixed compatibility of wheels with PyPy. [#59]
- Remove old casa_low_level_io.py file which should have been removed when the casa_formats_io.casa_low_level_io sub-package was created. [#54]
- Fix bug that occurred when target_chunksize was smaller than the native CASA chunk size. [#10]
- Started implementing a generic CASA table reader. [#12, #14, #15, #22, #24, #26, #30, #32, #35, #38]
- Add a glue data factory for CASA tables. [#33]
- Initial version which includes
image_to_dask
,getdesc
,getdminfo
, andcoordsys_to_astropy_wcs
.