Skip to content

Commit

Permalink
Finalizing changelog for v4.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed May 25, 2020
1 parent c845da2 commit b42fa28
Showing 1 changed file with 7 additions and 157 deletions.
164 changes: 7 additions & 157 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
4.1 (unreleased)
================
4.1rc1 (2020-05-25)
===================

New Features
------------
Expand All @@ -14,12 +14,6 @@ astropy.config
names defined within it. Similarly, ``items`` and ``values`` would yield like a
Python dictionary would. [#10139]

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

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

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

Expand Down Expand Up @@ -50,14 +44,9 @@ astropy.coordinates
- Allow in-place modification of array-valued ``Representation`` and ``Differential``
objects, including of representations with attached differentials. [#10210]

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

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

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

- Functional Units can now be processed in CDS-tables. [#9971]

- Allow reading in ASCII tables which have duplicate column names. [#9939]
Expand Down Expand Up @@ -88,9 +77,6 @@ astropy.io.fits

- Add HDU name and ver to FITSDiff report where appropriate [#10197]

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

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

Expand Down Expand Up @@ -128,12 +114,6 @@ astropy.nddata
- Added a ``cache`` keyword option to allow caching for ``CCDData.read`` if
filename is a URL. [#10265]

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

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

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

Expand Down Expand Up @@ -173,9 +153,6 @@ astropy.table
- Added support for coordinate ``Representation`` and ``Differential`` mixin
columns. [#10210]

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

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

Expand All @@ -184,12 +161,6 @@ astropy.time
``1970-01-01 00:00:08 TAI`` and corresponds to the ``CLOCK_TAI`` clock
available on some linux platforms. [#10081]

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

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

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

Expand All @@ -212,6 +183,7 @@ astropy.units

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

- Added a new ``MetaAttribute`` class to support easily adding custom attributes
to a subclass of classes like ``Table`` or ``NDData`` that have a ``meta``
attribute. [#10097]
Expand Down Expand Up @@ -239,15 +211,6 @@ astropy.wcs
API Changes
-----------

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

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

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

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

Expand All @@ -267,12 +230,6 @@ astropy.coordinates
and ``Differentials`` can now be initialized with an instance of their own class
if that instance is passed in as the first argument. [#10210]

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

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

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

Expand All @@ -282,39 +239,18 @@ astropy.io.ascii
``converters`` dict names referred to the *input* table column names, but now
they refer to the *output* table column names. [#9739]


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

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

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

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

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

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

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

astropy.stats
^^^^^^^^^^^^^
- For FIELDs with datatype="char", store the values as strings instead
of bytes. [#9505]

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

- ``Table.from_pandas`` now supports a ``units`` dictionary as argument to pass units
for columns in the ``DataFrame``. [#9472]

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

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

Expand All @@ -323,15 +259,6 @@ astropy.time
or when setting those properties on an existing ``Time`` instance. Previously
the validation of those properties was not strictly enforced. [#9868]

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

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

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

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

Expand Down Expand Up @@ -361,83 +288,6 @@ astropy.visualization
astropy.wcs
^^^^^^^^^^^

Bug Fixes
---------

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

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

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

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

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

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

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

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

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

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

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

- For FIELDs with datatype="char", store the values as strings instead
of bytes. [#9505]

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

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

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

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

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

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

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

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

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

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

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

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

- WCS objects with a spectral axis will now return ``SpectralCoord``
objects when calling ``pixel_to_world`` instead of ``Quantity``
(note that ``SpectralCoord`` is a sub-class of ``Quantity``). [#10185]
Expand Down

0 comments on commit b42fa28

Please sign in to comment.