astropy v2.0.10 Release Notes

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

    astropy.convolution

    • ๐Ÿ›  Fix Moffat2DKernel's FWHM computation, which has an influence on the default size of the kernel when no size is given. [#8105]

    astropy.coordinates

    • Disable of_address usage due to Google API now requiring API key. [#7993]

    astropy.io.fits ^

    • fits.append now correctly handles file objects with valid modes other than ostream. [#7856]

    astropy.table ^

    • Fix Table.show_in_notebook failure when mixin columns are present. [#8069]

    โœ… astropy.tests ^

    • โœ… Explicitly disallow incompatible versions of pytest when using the test runner. [#8188]

    astropy.units ^

    • ๐Ÿ›  Fixed the spelling of the 'luminous emittance/illuminance' physical property. [#7942]

    astropy.visualization

    • ๐Ÿ›  Fixed a bug that caused origin to be incorrect if not specified. [#7927]

    • ๐Ÿ›  Fixed a bug that caused an error when plotting grids multiple times with grid_type='contours'. [#7927]

    • Put an upper limit on the number of bins in hist and histogram and factor out calculation of bin edges into public function calculate_bin_edges. [#7991]

    Other Changes and Additions

    • Fixing astropy.__citation__ to provide the full bibtex entry of the 2018 paper. [#8110]

    • ๐Ÿš€ Pytest 4.0 is not supported by the 2.0.x LTS releases. [#8173]

    • โšก๏ธ Updating bundled pytest-remotedata to v0.3.1. [#8174]

    • โšก๏ธ Updating bundled pytest-doctestplus to v0.2.0. [#8175]

    • โšก๏ธ Updating bundled pytest-openfiles to v0.3.0. [#8176]

    • โž• Adding warning_type keyword argument to the "deprecated" decorators to allow issuing custom warning types instead of the default AstropyDeprecationWarning. [#8178]