Skip to content

Commit 01dd7ec

Browse files
committed
Back to development: 4.4.dev
1 parent d3b7649 commit 01dd7ec

2 files changed

Lines changed: 103 additions & 58 deletions

File tree

CHANGES.rst

Lines changed: 99 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,90 @@
1-
4.3 (unreleased)
1+
4.4 (unreleased)
22
================
33

44
New Features
55
------------
6+
7+
Cubeviz
8+
^^^^^^^
9+
10+
Imviz
11+
^^^^^
12+
13+
Mosviz
14+
^^^^^^
15+
16+
Specviz
17+
^^^^^^^
18+
19+
Specviz2d
20+
^^^^^^^^^
21+
22+
API Changes
23+
-----------
24+
25+
Cubeviz
26+
^^^^^^^
27+
28+
Imviz
29+
^^^^^
30+
31+
Mosviz
32+
^^^^^^
33+
34+
Specviz
35+
^^^^^^^
36+
37+
Specviz2d
38+
^^^^^^^^^
39+
40+
Bug Fixes
41+
---------
42+
43+
Cubeviz
44+
^^^^^^^
45+
46+
Imviz
47+
^^^^^
48+
49+
Mosviz
50+
^^^^^^
51+
52+
Specviz
53+
^^^^^^^
54+
55+
Specviz2d
56+
^^^^^^^^^
57+
58+
Other Changes and Additions
59+
---------------------------
60+
61+
4.3.1 (unreleased)
62+
==================
63+
64+
Bug Fixes
65+
---------
66+
67+
Cubeviz
68+
^^^^^^^
69+
70+
Imviz
71+
^^^^^
72+
73+
Mosviz
74+
^^^^^^
75+
76+
Specviz
77+
^^^^^^^
78+
79+
Specviz2d
80+
^^^^^^^^^
81+
82+
4.3 (2025-05-28)
83+
================
84+
85+
New Features
86+
------------
87+
688
- The Markers plugin now includes a Distance Tool to interactively measure pixel, on-sky, and axis-separated
789
(dx, dy) distances in any viewer. The tool features a real-time preview line that follows the cursor. [#3609, #3694]
890

@@ -65,9 +147,6 @@ Imviz
65147

66148
- Improve performance by using FITS WCS for reference data layers when linked by WCS, rather than GWCS. [#3483, #3535, #3540, #3687]
67149

68-
Mosviz
69-
^^^^^^
70-
71150
Specviz
72151
^^^^^^^
73152

@@ -117,52 +196,6 @@ Imviz
117196
- User API for Catalog Search plugin (including ``catalog``, ``max_sources``,``search``,
118197
``table``, and ``table_selected``) is now public. [#3529]
119198

120-
Mosviz
121-
^^^^^^
122-
123-
Specviz
124-
^^^^^^^
125-
126-
Specviz2d
127-
^^^^^^^^^
128-
129-
Bug Fixes
130-
---------
131-
132-
Cubeviz
133-
^^^^^^^
134-
135-
Imviz
136-
^^^^^
137-
138-
- Catalog Search: Fixed a bug where the plugin modifies the input table if
139-
``import_catalog`` is used on a table instance (not from file). [#3519]
140-
141-
Mosviz
142-
^^^^^^
143-
144-
Specviz
145-
^^^^^^^
146-
147-
Specviz2d
148-
^^^^^^^^^
149-
150-
Other Changes and Additions
151-
---------------------------
152-
153-
- Bumped minimum version of ``photutils`` to v2.2 and Python to 3.11. [#3510]
154-
155-
- Bumped minimum version of ``specutils`` to 2.0. [#2922]
156-
157-
- Added ``strauss``, ``qtpy``, ``PySide6`` and ``roman_datamodels`` to the list of optional
158-
dependencies installed with the ``[all]`` extra dependencies flag
159-
(i.e., ``pip install jdaviz[all]``). [#3556]
160-
161-
- Auto-update sonification label upon adding sonification to viewer. [#3430, #3656]
162-
163-
4.2.4 (unreleased)
164-
==================
165-
166199
Bug Fixes
167200
---------
168201

@@ -190,18 +223,15 @@ Cubeviz
190223
Imviz
191224
^^^^^
192225

226+
- Catalog Search: Fixed a bug where the plugin modifies the input table if
227+
``import_catalog`` is used on a table instance (not from file). [#3519]
228+
193229
- Fix dropdowns for overlay not showing in UI. [#3640]
194230

195231
- Prevent image wrapping in Imviz with Roman L2 images with GWCS. [#2887]
196232

197233
- Fix get_zoom_limits when WCS linked and out of image bounds. [#3654]
198234

199-
Mosviz
200-
^^^^^^
201-
202-
Specviz
203-
^^^^^^^
204-
205235
Specviz2d
206236
^^^^^^^^^
207237

@@ -210,6 +240,19 @@ Specviz2d
210240

211241
- Fixed a bug loading array traces into Specviz2d. [#3697]
212242

243+
Other Changes and Additions
244+
---------------------------
245+
246+
- Bumped minimum version of ``photutils`` to v2.2 and Python to 3.11. [#3510]
247+
248+
- Bumped minimum version of ``specutils`` to 2.0. [#2922]
249+
250+
- Added ``strauss``, ``qtpy``, ``PySide6`` and ``roman_datamodels`` to the list of optional
251+
dependencies installed with the ``[all]`` extra dependencies flag
252+
(i.e., ``pip install jdaviz[all]``). [#3556]
253+
254+
- Auto-update sonification label upon adding sonification to viewer. [#3430, #3656]
255+
213256
4.2.3 (2025-06-16)
214257
==================
215258

CITATION.cff

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,14 @@ authors:
7373
- family-names: "Tollerud"
7474
given-names: "Erik"
7575
orcid: "https://orcid.org/0000-0002-9599-310X"
76+
- family-names: "Virts"
77+
given-names: "Jason"
7678
- family-names: "Volfman"
7779
given-names: "Sabrina"
7880
title: "Jdaviz"
79-
version: 4.2.3
81+
version: 4.3.0
8082
doi: https://doi.org/10.5281/zenodo.5513927
81-
date-released: 2025-06-16
83+
date-released: 2025-07-28
8284
url: "https://github.com/spacetelescope/jdaviz"
8385

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

0 commit comments

Comments
 (0)