astropy v2.0.8 Release Notes

Release Date: 2018-08-02 // over 5 years ago
  • ๐Ÿ› Bug Fixes

    astropy.convolution

    • Correct data type conversion for non-float masked kernels. [#7542]

    • ๐Ÿ›  Fix non-float or masked, zero sum kernels when normalize_kernel=False. Non-floats would yeild a type error and masked kernels were not being filled. [#7541]

    astropy.coordinates

    • Ensure that relative humidities can be given as Quantities, rather than take any quantity and just strip its unit. [#7668]

    astropy.nddata ^

    • ๐Ÿ›  Fixed Cutout2D output WCS NAXIS values to reflect the cutout image size. [#7552]

    astropy.table ^

    • Fixed a bug in add_columns method where rename_duplicate=True would cause an error if there were no duplicates. [#7540]

    โœ… astropy.tests ^

    • ๐Ÿ›  Fixed bug in python setup.py test --coverage on Windows machines. [#7673]

    astropy.time ^

    • Avoid rounding errors when converting Quantity to TimeDelta. [#7625]

    astropy.visualization

    • ๐Ÿ›  Fixed a bug that caused the position of the tick values in decimal mode to be incorrectly determined. [#7332]

    astropy.wcs ^

    • Fixed a bug that caused wcs_to_celestial_frame, skycoord_to_pixel, and pixel_to_skycoord to raise an error if the axes of the celestial WCS were swapped. [#7691]