Skip to content

Commit 0f303b3

Browse files
committed
changelog entry
1 parent fb105a7 commit 0f303b3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ New Features
3636

3737
- Add 'Resize in Viewer' to the 'Edit Subset' menu [#3905]
3838

39+
- Astroquery loader supports cone-search for JWST or HST data products, where applicable. [#3907]
40+
3941
Cubeviz
4042
^^^^^^^
4143

jdaviz/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ class ApplicationState(State):
309309
# https://github.com/spacetelescope/jdaviz/pull/3906 - SDSS/Gaia in astroquery resolver
310310
# https://github.com/spacetelescope/jdaviz/pull/3912
311311
# https://github.com/spacetelescope/jdaviz/pull/3899
312+
# https://github.com/spacetelescope/jdaviz/pull/3907 - catalogs support for JWST/HST in astroquery
312313
catalogs_in_dc = CallbackProperty(
313314
False, docstring="Whether to enable developer mode for adding catalogs to data collection.")
314315
loader_items = ListCallbackProperty(

0 commit comments

Comments
 (0)