astropy v2.0.2 Release Notes

Release Date: 2017-09-08 // over 6 years ago
  • ๐Ÿ› Bug Fixes

    astropy.coordinates

    • Ensure transformations via ICRS also work for coordinates that use cartesian representations. [#6440]

    • ๐Ÿ›  Fixed a bug that was preventing SkyCoord objects made from lists of other coordinate objects from being written out to ECSV files. [#6448]

    astropy.io.fits ^

    • ๐Ÿ‘Œ Support the GZIP_2 FITS image compression algorithm as claimed in docs. [#6486]

    astropy.io.votable

    • ๐Ÿ›  Fixed a bug that wrote out VO table as version 1.2 instead of 1.3. [#6521]

    astropy.table ^

    • ๐Ÿ›  Fix a bug when combining unicode columns via join or vstack. The character width of the output column was a factor of 4 larger than needed. [#6459]

    โœ… astropy.tests ^

    • ๐Ÿ›  Fixed running the test suite using --parallel. [#6415]

    • โž• Added error handling for attempting to run tests in parallel without having the pytest-xdist package installed. [#6416]

    • ๐Ÿ›  Fixed issue running doctests with pytest>=3.2. [#6423, #6430]

    • ๐Ÿ›  Fixed issue caused by antivirus software in response to malformed compressed files used for testing. [#6522]

    • โšก๏ธ Updated top-level config file to properly ignore top-level directories. [#6449]

    astropy.units ^

    • Quantity.repr_latex now respects precision option from numpy printoptions. [#6412]

    astropy.utils ^

    • ๐Ÿ“‡ For the deprecated_renamed_argument decorator, refer to the deprecationโ€˜s caller instead of astropy.utils.decorators, to makes it easier to find where the deprecation warnings comes from. [#6422]