astropy v5.0.3 Release Notes

Release Date: 2022-03-25 // about 2 years ago
  • ๐Ÿ› Bug Fixes

    astropy.convolution

    • ๐Ÿ›  Bugfix in astropy.convolution.utils.discretize_model which allows the function to handle a CompoundModel. Before this fix, discretize_model was confusing CompoundModel with a callable function. [#12959]

    astropy.io.fits ^

    • ๐Ÿ›  Fix write and read FITS tables with multidimensional items, using from_columns without previousely defined ColDefs structure. [#12863]

    astropy.io.votable

    • ๐Ÿ›  Fix VOTable linting to avoid use of shell option. [#12985]

    astropy.utils ^

    • ๐Ÿ›  Fix XML linting to avoid use of shell option. [#12985]

    Other Changes and Additions

    • โšก๏ธ Updated the bundled CFITSIO library to 4.1.0. [#12967]