From 209915f51f26b210eb15e9ac49b9d1bd9444ecad Mon Sep 17 00:00:00 2001 From: Ricky O'Steen Date: Mon, 25 Nov 2024 16:22:27 -0500 Subject: [PATCH] Add changelog --- CHANGES.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 676130399a..f5c1e16509 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -26,7 +26,7 @@ Specviz2d API Changes ----------- - Removed API access to plugins that have passed the deprecation period: Links Control, Canvas Rotation, Export Plot. [#3270] - + - Renamed the ``Subset Tools`` plugin to ``Subsets`` which now exposes the ``subset``, ``combination_mode``, ``get_center``, and ``set_center`` in the user API. [#3293] - Metadata plugin: ``metadata_plugin.metadata`` API has been deprecated; use @@ -101,6 +101,8 @@ Cubeviz - Fixed initializing a Gaussian1D model component when ``Cube Fit`` is toggled on. [#3295] +- Spectral extraction now correctly respects the loaded mask cube. [#3319] + Imviz ^^^^^