From 13b473482b015417b06525056e4b3e9b715b76af Mon Sep 17 00:00:00 2001 From: Brigitta Sipocz Date: Mon, 26 Oct 2020 19:58:43 -0700 Subject: [PATCH] Adding v4.3 to the changelog --- CHANGES.rst | 218 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 217 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index af89f2a4fac8..d3dcecafbd03 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,10 +4,226 @@ New Features ------------ +astropy.config +^^^^^^^^^^^^^^ + +astropy.constants +^^^^^^^^^^^^^^^^^ + +astropy.convolution +^^^^^^^^^^^^^^^^^^^ + +astropy.coordinates +^^^^^^^^^^^^^^^^^^^ + +astropy.cosmology +^^^^^^^^^^^^^^^^^ + +astropy.extern +^^^^^^^^^^^^^^ + +astropy.io.ascii +^^^^^^^^^^^^^^^^ + +astropy.io.fits +^^^^^^^^^^^^^^^ + +astropy.io.misc +^^^^^^^^^^^^^^^ + +astropy.io.votable +^^^^^^^^^^^^^^^^^^ + +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 +^^^^^^^^^^^ + + +API Changes +----------- + +astropy.config +^^^^^^^^^^^^^^ + +astropy.constants +^^^^^^^^^^^^^^^^^ + +astropy.convolution +^^^^^^^^^^^^^^^^^^^ + +astropy.coordinates +^^^^^^^^^^^^^^^^^^^ + +astropy.cosmology +^^^^^^^^^^^^^^^^^ + +astropy.extern +^^^^^^^^^^^^^^ + +astropy.io.ascii +^^^^^^^^^^^^^^^^ + +astropy.io.fits +^^^^^^^^^^^^^^^ + +astropy.io.misc +^^^^^^^^^^^^^^^ + +astropy.io.votable +^^^^^^^^^^^^^^^^^^ + +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 +^^^^^^^^^^^ + + +Bug Fixes +--------- + +astropy.config +^^^^^^^^^^^^^^ + +astropy.constants +^^^^^^^^^^^^^^^^^ + +astropy.convolution +^^^^^^^^^^^^^^^^^^^ + +astropy.coordinates +^^^^^^^^^^^^^^^^^^^ + +astropy.cosmology +^^^^^^^^^^^^^^^^^ + +astropy.extern +^^^^^^^^^^^^^^ + +astropy.io.ascii +^^^^^^^^^^^^^^^^ + +astropy.io.fits +^^^^^^^^^^^^^^^ + +astropy.io.misc +^^^^^^^^^^^^^^^ + +astropy.io.votable +^^^^^^^^^^^^^^^^^^ + astropy.modeling ^^^^^^^^^^^^^^^^ -- N-dimensional least-squares statistic and specific 1,2,3-D methods [#10670] +astropy.nddata +^^^^^^^^^^^^^^ + +astropy.samp +^^^^^^^^^^^^ + +astropy.stats +^^^^^^^^^^^^^ + +astropy.table +^^^^^^^^^^^^^ + +astropy.tests +^^^^^^^^^^^^^ + +astropy.time +^^^^^^^^^^^^ + +astropy.timeseries +^^^^^^^^^^^^^^^^^^ + +astropy.uncertainty +^^^^^^^^^^^^^^^^^^^ + +astropy.units +^^^^^^^^^^^^^ + +astropy.utils +^^^^^^^^^^^^^ + +astropy.visualization +^^^^^^^^^^^^^^^^^^^^^ + +astropy.wcs +^^^^^^^^^^^ + + +Other Changes and Additions +--------------------------- + +- Nothing changed yet.