astropy v2.0.7 Release Notes

Release Date: 2018-06-01 // almost 6 years ago
  • 🐛 Bug Fixes

    astropy.modeling ^

    • 🛠 Fixed Tabular models to not change the shape of data. [#7411]

    astropy.stats ^

    • In freedman_bin_width, if the data has too small IQR, raise ValueError. [#7248, #7402]

    astropy.table ^

    • 🛠 Fix a performance issue in MaskedColumn where initialization was extremely slow for large arrays with the default mask=None. [#7422]

    • 🛠 Fix printing table row indexed with unsigned integer. [#7469]

    • 🛠 Fix copy of mask when copying a Table, as this is no more done systematically by Numpy since version 1.14. Also fixed a problem when MaskedColumn was initialized with mask=np.ma.nomask. [#7486]

    astropy.time ^

    • 🛠 Fixed a bug in Time that raised an error when initializing a subclass of Time with a Time object. [#7453]

    astropy.utils ^

    • 🛠 Fixed a bug that improperly handled unicode case of URL mirror in Python 2. [#7493]

    astropy.visualization

    • 🛠 Fixed a bug that prevented legends from being added to plots done with units. [#7510]

    Other Changes and Additions

    • ⬆️ Bundled pytest-remotedata plugin is upgraded to 0.3. [#7493]