Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual backport of pr 2527 on v3.7.x #2532

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^

Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading