astropy v1.1.1 Release Notes

Release Date: 2016-01-08 // over 8 years ago
  • ๐Ÿ†• New Features

    astropy.io.registry

    • ๐Ÿ‘ Allow pathlib.Path objects (available in Python 3.4 and later) for specifying the file name in registry read / write functions. [#4405]

    astropy.utils ^

    • console.human_file_size now accepts quantities with byte-equivalent units [#4373]

    ๐Ÿ› Bug Fixes

    astropy.analytic_functions

    • ๐Ÿ›  Fixed the blackbody functions' handling of overflows on some platforms (Windows with MSVC, older Linux versions) with a buggy expm1 function. [#4393]

    astropy.io.fits ^

    • ๐Ÿ›  Fixed an bug where updates to string columns in FITS tables were not saved on Python 3. [#4452]

    Other Changes and Additions

    • โšก๏ธ Updated bundled astropy-helpers to v1.1.1. [#4413]