Skip to content

Commit

Permalink
Finalizing changelog for v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Nov 25, 2020
1 parent bc089d8 commit 8948907
Showing 1 changed file with 4 additions and 63 deletions.
67 changes: 4 additions & 63 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
4.0.4 (unreleased)
4.0.4 (2020-11-24)
==================


Bug Fixes
---------

astropy.config
^^^^^^^^^^^^^^

astropy.constants
^^^^^^^^^^^^^^^^^

astropy.convolution
^^^^^^^^^^^^^^^^^^^

astropy.coordinates
^^^^^^^^^^^^^^^^^^^

Expand All @@ -26,12 +17,6 @@ astropy.coordinates
``HeliocentricEclipticIAU76``) now correctly account for the small motion of
the Sun when transforming a coordinate with velocity information. [#10970]

astropy.cosmology
^^^^^^^^^^^^^^^^^

astropy.extern
^^^^^^^^^^^^^^

astropy.io.ascii
^^^^^^^^^^^^^^^^

Expand All @@ -47,41 +32,17 @@ astropy.io.ascii
and for basic character-delimited data files ('basic' format with appropriate
``converters`` specified). [#10995]

astropy.io.fits
^^^^^^^^^^^^^^^

astropy.io.misc
^^^^^^^^^^^^^^^

astropy.io.registry
^^^^^^^^^^^^^^^^^^^

astropy.io.votable
^^^^^^^^^^^^^^^^^^

astropy.modeling
^^^^^^^^^^^^^^^^

- Fixed use of weights with ``LinearLSQFitter``. [#10687]

astropy.nddata
^^^^^^^^^^^^^^

astropy.samp
^^^^^^^^^^^^

astropy.stats
^^^^^^^^^^^^^

- Fixed an issue in biweight stats when MAD=0 to give the same output
with and without an input ``axis``. [#10912]

astropy.table
^^^^^^^^^^^^^

astropy.tests
^^^^^^^^^^^^^

astropy.time
^^^^^^^^^^^^

Expand All @@ -93,32 +54,13 @@ astropy.time
object in a format like ``unix`` or ``cxcsec`` (time delta from a reference
epoch time). [#10406]

astropy.timeseries
^^^^^^^^^^^^^^^^^^

astropy.uncertainty
^^^^^^^^^^^^^^^^^^^

astropy.units
^^^^^^^^^^^^^

astropy.utils
^^^^^^^^^^^^^

astropy.visualization
^^^^^^^^^^^^^^^^^^^^^

- Fixed the caclulation of the tight bounding box of a ``WCSAxes``. This should
also significantly improve the application of ``tight_layout()`` to figures
containing ``WCSAxes``. [#10797]

astropy.wcs
^^^^^^^^^^^


Other Changes and Additions
---------------------------


4.0.3 (2020-10-14)
==================
Expand All @@ -137,6 +79,7 @@ Other Changes and Additions

- Fixed installation of the source distribution with pip<19. [#10837, #10852]


4.0.2 (2020-10-10)
==================

Expand Down Expand Up @@ -176,6 +119,7 @@ astropy.wcs

- Updated bundled version of ``WCSLIB`` to v7.3. [#10433]


Bug fixes
---------

Expand Down Expand Up @@ -336,7 +280,6 @@ astropy.stats
and background count numbers led to ``ValueError`` due to the choice of
starting value for numerical optimization. [#10618]


astropy.table
^^^^^^^^^^^^^

Expand All @@ -361,9 +304,6 @@ astropy.table
- Avoid crash when reading a FITS table that contains mixin info and PyYAML
is missing. [#10485]

astropy.tests
^^^^^^^^^^^^^

astropy.time
^^^^^^^^^^^^

Expand Down Expand Up @@ -404,6 +344,7 @@ astropy.wcs
- Fixed a bug due to which ``naxis`` argument was ignored if ``header``
was supplied during the initialization of a WCS object. [#10532]


Other Changes and Additions
---------------------------

Expand Down

0 comments on commit 8948907

Please sign in to comment.