Skip to content

Commit

Permalink
Manual backport of pr 2527 on v3.7.x (#2532)
Browse files Browse the repository at this point in the history
* Merge pull request #2527 from rosteen/update-glue-pin

Update glue pin

(cherry picked from commit f44e6e4)

* Add changelog entry

---------

Co-authored-by: P. L. Lim <[email protected]>
  • Loading branch information
rosteen and pllim authored Oct 25, 2023
1 parent ccc9c94 commit 3ab16bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
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

0 comments on commit 3ab16bb

Please sign in to comment.