diff --git a/CHANGES.rst b/CHANGES.rst index 1669e7b5198..873438614d2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -1.3.1 (unreleased) +1.3.1 (2017-03-18) ------------------ New Features @@ -12,12 +12,6 @@ New Features Bug Fixes ^^^^^^^^^ -- ``astropy.config`` - -- ``astropy.constants`` - -- ``astropy.convolution`` - - ``astropy.coordinates`` - Changed ``SkyCoord`` so that frame attributes which are not valid for the @@ -28,10 +22,6 @@ Bug Fixes - Ensured that ``position_angle`` and ``separation`` give correct answers for frames with different equinox (see #5722). [#5762] -- ``astropy.cosmology`` - -- ``astropy.io.ascii`` - - ``astropy.io.fits`` - Fix problem with padding bytes written for BinTable columns converted @@ -45,12 +35,6 @@ Bug Fixes - Fix the insertion of new keywords in compressed image headers (``CompImageHeader``). [#5866] -- ``astropy.io.misc`` - -- ``astropy.io.registry`` - -- ``astropy.io.votable`` - - ``astropy.modeling`` - Fixed a problem with setting ``bounding_box`` on 1D models. [#5718] @@ -62,8 +46,6 @@ Bug Fixes - Changed FittingWithOutlierRemoval to reject on the residual to the fit [#5831] -- ``astropy.nddata`` - - ``astropy.stats`` - Fix the psd normalization for Lomb-Scargle periodograms in the presence @@ -75,8 +57,6 @@ Bug Fixes - Ensure that a masked array is returned when sigma clipping fully masked data. [#5711] -- ``astropy.sphinx`` - - ``astropy.table`` - Fix problem where key for caching column format function was not @@ -88,7 +68,8 @@ Bug Fixes right-hand side if the type supports broadcasting. E.g., for an existing ``QTable``, ``t['q'] = 3*u.m`` will now add a column as expected. [#5820] -- ``astropy.time`` + - Fixes the bug of setting/getting values from rows/columns of a table using + numpy array scalars. [#5772] - ``astropy.units`` @@ -102,7 +83,7 @@ Bug Fixes - ``astropy.visualization`` - Avoid importing matplotlib.pyplot when importing - astropy.visualization.wcsaxes. [#5680] + astropy.visualization.wcsaxes. [#5680, #5684] - Ignore Numpy warnings that happen in coordinate transforms in WCSAxes. [#5792] @@ -112,10 +93,6 @@ Bug Fixes - Fix a bug that caused WCSAxes frame visual properties to not be copied over when resetting the WCS. [#5791] -- ``astropy.vo`` - -- ``astropy.wcs`` - - ``astropy.extern`` - Fixed a bug where PLY was overwriting its generated files. [#5728] @@ -191,7 +168,7 @@ New Features - Check for self-consistency of ECSV header column names. [#5463] - Produce warnings when writing an IPAC table from an astropy table that - contains metadata not supported by the IPAC format [#4700] + contains metadata not supported by the IPAC format. [#4700] - ``astropy.io.fits`` @@ -447,9 +424,6 @@ Bug Fixes - ``astropy.io.fits`` - - Made TFORMx keyword check more flexible in test of compressed images to - enable compatibility of the test with cfitsio 3.380. [#4646, #4653] - - Copying a ``fits.Header`` using ``copy`` or ``deepcopy`` from the ``copy`` module will use ``Header.copy`` to ensure that modifying the copy will not alter the other original Header and vice-versa. [#4990, #5323] @@ -1104,6 +1078,9 @@ Bug fixes - Ensure scaling keywords are removed from header when unsigned integer data is converted to signed type. [#4974, #5053] + - Made TFORMx keyword check more flexible in test of compressed images to + enable compatibility of the test with cfitsio 3.380. [#4646, #4653] + - ``astropy.io.misc`` - ``astropy.io.votable``