Skip to content

Commit

Permalink
Update changelog and citations file for 3.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Nov 29, 2023
1 parent c014ee9 commit 4bb312f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 51 deletions.
53 changes: 4 additions & 49 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3.8 (unreleased)
3.8 (2023-11-29)
================

New Features
Expand Down Expand Up @@ -46,9 +46,6 @@ Mosviz

- Matched mouseover indicator to show same position in 1d and 2d spectral viewers. [#2575]

Specviz
^^^^^^^

Specviz2d
^^^^^^^^^

Expand All @@ -67,42 +64,26 @@ API Changes
- Viewer API now exposed via ``viz.viewers`` dictionary, currently containing APIs to set axes
limits as well as astrowidgets API commands for Imviz. [#2563]

Cubeviz
^^^^^^^

Imviz
^^^^^

- Deprecated ``do_link`` argument of ``imviz.load_data`` is removed, use ``batch_load`` context manager instead. [#2578]

Mosviz
^^^^^^

Specviz
^^^^^^^

- Deprecated ``specviz.load_spectrum`` is removed, use ``specviz.load_data`` instead. [#2578]

Specviz2d
^^^^^^^^^

Bug Fixes
---------

Cubeviz
^^^^^^^
- Fix Plot Options stretch histogram's curve for non-gray colormaps. [#2537]

Imviz
^^^^^

Mosviz
^^^^^^

Specviz
^^^^^^^

Specviz2d
^^^^^^^^^
- Plot options layer selection no longer gets stuck in some cases when deleting
the currently selected viewer. [#2541]

Other Changes and Additions
---------------------------
Expand All @@ -118,32 +99,6 @@ Other Changes and Additions

- Plot options now includes better support for scatter viewers, including toggling line visibility. [#2449]

3.7.2 (unreleased)
==================

Bug Fixes
---------

- Fix Plot Options stretch histogram's curve for non-gray colormaps. [#2537]

Cubeviz
^^^^^^^

Imviz
^^^^^

- Plot options layer selection no longer gets stuck in some cases when deleting
the currently selected viewer. [#2541]

Mosviz
^^^^^^

Specviz
^^^^^^^

Specviz2d
^^^^^^^^^

3.7.1 (2023-10-25)
==================

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ authors:
- family-names: "Volfman"
given-names: "Sabrina"
title: "Jdaviz"
version: 3.7.0
version: 3.8.0
doi: https://doi.org/10.5281/zenodo.5513927
date-released: 2023-09-21
date-released: 2023-11-29
url: "https://github.com/spacetelescope/jdaviz"

# see a full list of contributors here: https://github.com/spacetelescope/jdaviz/graphs/contributors

0 comments on commit 4bb312f

Please sign in to comment.