diff --git a/CHANGES.rst b/CHANGES.rst index 9bff42e216..19e8386ace 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,6 +20,9 @@ Cubeviz - Fixed parsing for VLT MUSE data cube so spectral axis unit is correctly converted. [#2504] +- Updated glue-core pin to fix the green layer that would appear if 2D data was added to + image viewers while spectral subsets were defined. [#2527] + Imviz ^^^^^ @@ -132,8 +135,8 @@ Bug Fixes - Circle tool to create a circular Subset no longer results in an ellipse under certain conditions. [#2332] -- Fixes turning off multiselect mode for a dropdown when no selections are currently made. - Previously this resulted in a traceback, but now applies the default selection for +- Fixes turning off multiselect mode for a dropdown when no selections are currently made. + Previously this resulted in a traceback, but now applies the default selection for single-select mode. [#2404] - Fixes tracebacks from plugins opened in popout windows. [#2411] @@ -321,7 +324,7 @@ Bug Fixes - Fixed ``cls`` input being ignored in ``viz.get_data()``. [#2242] -- Line analysis plugin's ``show_continuum_marks`` is deprecated, use ``plugin.as_active()`` +- Line analysis plugin's ``show_continuum_marks`` is deprecated, use ``plugin.as_active()`` instead. [#2295] Cubeviz @@ -559,7 +562,7 @@ Bug Fixes * Fixed linking issue preventing smoothed spectrum from showing in Specviz2D. [#2023] * Fixed redshift slider enabling/disabling when calling ``load_line_list``, ``plot_spectral_line``, - ``plot_spectral_lines``, or ``erase_spectral_lines``. [#2055] + ``plot_spectral_lines``, or ``erase_spectral_lines``. [#2055] * Fixed detecting correct type of composite subsets in subset dropdowns in plugins. [#2058] @@ -709,7 +712,7 @@ Imviz - Subset Tools plugin now allows recentering of editable spatial subset. [#1823] -- Links control plugin shows a confirmation overlay to clear markers when changing linking type. +- Links control plugin shows a confirmation overlay to clear markers when changing linking type. [#1838] Mosviz diff --git a/pyproject.toml b/pyproject.toml index 29b303d996..8dd4f9e078 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "traitlets>=5.0.5", "bqplot>=0.12.37", "bqplot-image-gl>=1.4.11", - "glue-core>=1.11", + "glue-core>=1.14", "glue-jupyter>=0.18", "echo>=0.5.0", "ipykernel>=6.19.4",