From 8acd28a988490e2c0a9fad218d3b66ac7eb0909e Mon Sep 17 00:00:00 2001 From: Ricky O'Steen Date: Thu, 10 Jun 2021 13:13:58 -0400 Subject: [PATCH 1/2] Update with changes since 1.2 release Update to add new PR and remove NDCube work Remove MaNGA loader update, which relates to the NDCube work --- CHANGES.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8c0aff6b0..e1848fc9d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,15 +1,28 @@ -1.3.x (unreleased) +1.3 (unreleased) ------------------ New Features ^^^^^^^^^^^^ +- Added ability to slice ``Spectrum1D`` with spectral axis values. [#790] + +- Added ability to replace a section of a spectrum with a spline or model fit. [#782] + Bug Fixes ^^^^^^^^^ +- Fix infinite recursion when unpickling a ``QuantityModel``. [#823] + +- Changed positional to keyword arguments in ``fit_continuum``. [#806] + Other Changes and Additions ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Fix inaccuracy about custom loading in docs. [#819] + +- Use non-root logger to prevent duplicate messages. [#810] + +- Removed unused astropy config code. [#805] 1.2 --- From 2cfaafea7f7f02b68449d9fa0b5f8ed38e8f9e7c Mon Sep 17 00:00:00 2001 From: Ricky O'Steen <39831871+rosteen@users.noreply.github.com> Date: Fri, 18 Jun 2021 13:31:02 -0400 Subject: [PATCH 2/2] Remove "unreleased" from changes. --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e1848fc9d..45308aa4f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -1.3 (unreleased) ------------------- +1.3 +--- New Features ^^^^^^^^^^^^