Skip to content

Commit

Permalink
Back to development: 4.1.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Oct 17, 2024
1 parent bef7a00 commit 0133d7d
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 114 deletions.
204 changes: 92 additions & 112 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,92 @@
4.0 (unreleased)
4.1 (unreleased)
================

New Features
------------

Cubeviz
^^^^^^^

Imviz
^^^^^

Mosviz
^^^^^^

Specviz
^^^^^^^

Specviz2d
^^^^^^^^^

API Changes
-----------

Cubeviz
^^^^^^^

Imviz
^^^^^

Mosviz
^^^^^^

Specviz
^^^^^^^

Specviz2d
^^^^^^^^^

Bug Fixes
---------

Cubeviz
^^^^^^^

Imviz
^^^^^

Mosviz
^^^^^^

Specviz
^^^^^^^

Specviz2d
^^^^^^^^^

Other Changes and Additions
---------------------------

4.0.1 (unreleased)
==================

Bug Fixes
---------

Cubeviz
^^^^^^^

Imviz
^^^^^

Mosviz
^^^^^^

Specviz
^^^^^^^

Specviz2d
^^^^^^^^^

4.0 (2024-10-17)
================

New Features
------------

- Added ability to load remote data from a URI or URL. [#2875, #2923]

- Added flux/surface brightness translation and surface brightness
unit conversion in Cubeviz and Specviz. [#2781, #2940, #3088, #3111, #3113, #3129,
#3139, #3149, #3155, #3178, #3185, #3187, #3190, #3156, #3200, #3192, #3206, #3211, #3216, #3219]
Expand Down Expand Up @@ -51,9 +134,6 @@ Imviz
- Updated ``link_type`` to ``align_by`` and ``wcs_use_affine`` to ``wcs_fast_approximation`` in
Orientation plugin API to better match UI text. [#3128]

Mosviz
^^^^^^

Specviz
^^^^^^^

Expand All @@ -62,6 +142,7 @@ Specviz
Specviz2d
^^^^^^^^^

- Add option to use self-derived spatial profile for Horne extract in spectral extraction plugin. [#2845]

API Changes
-----------
Expand All @@ -70,6 +151,8 @@ API Changes
``Monochromatic`` will continue to work with a deprecation warning, but may be removed in a
future release. [#2894]

- Plugin Table components now support row selection. [#2856]

Cubeviz
^^^^^^^

Expand Down Expand Up @@ -107,24 +190,20 @@ Imviz
- Aperture Photometry plugin now uses TRFLSQFitter to fit radial profile because LevMarLSQFitter
is no longer recommended by Astropy. [#3202]

Mosviz
^^^^^^

Specviz
^^^^^^^

- In the Line Analysis plugin, deprecated ``width`` was removed (use ``continuum_width``). [#2878]

Specviz2d
^^^^^^^^^

Bug Fixes
---------

- Markers table can now export to CSV but its columns had to be changed to accomodate this fix:
world and pixel (previously containing SkyCoord and pixel location tuples, respectively) are now
each two separate columns for world_ra/world_dec and pixel_x/pixel_y, respectively. [#3089]

- Stretch histogram in zoom limits no longer attempts unnecessary updates when zoom limits are changed. [#3151]

- Aperture Photometry plugin no longer allows negative counts conversion factor. [#3154]

- Fixed multiple select handling for batch mode aperture photometry in Cubeviz. [#3163]
Expand All @@ -151,120 +230,21 @@ Cubeviz

- No longer incorrectly swap RA and Dec axes when loading Spectrum1D objects. [#3133]

Imviz
^^^^^

Mosviz
^^^^^^

Specviz
^^^^^^^
- Fixed fitting a model to the entire cube when NaNs are present. [#3191]

Specviz2d
^^^^^^^^^

- Fixed Subset unit when it is created in 2D spectrum viewer. [#3201]

- Fix matched mouseover marker for 1d spectrum viewer when mouse is over 2d spectrum viewer. [#3203]

Other Changes and Additions
---------------------------

- Bump required specutils version to 1.16. Moment 0 calculation is now in units
of flux*dx (rather than flux) [#3184]

3.11 (unreleased)
=================

New Features
------------

- Load remote data from a URI or URL. [#2875, #2923]

Cubeviz
^^^^^^^

Imviz
^^^^^

Mosviz
^^^^^^

Specviz
^^^^^^^

Specviz2d
^^^^^^^^^
- Add option to use self-derived spatial profile for Horne extract in spectral extraction plugin. [#2845]

API Changes
-----------

- Plugin Table components now support row selection. [#2856]

Cubeviz
^^^^^^^

Imviz
^^^^^

Mosviz
^^^^^^

Specviz
^^^^^^^

Specviz2d
^^^^^^^^^

Bug Fixes
---------

Cubeviz
^^^^^^^

Imviz
^^^^^

Mosviz
^^^^^^

Specviz
^^^^^^^

Specviz2d
^^^^^^^^^

Other Changes and Additions
---------------------------

- Max pinned matplotlib to <3.9 due to standalone build problems. [#2917]

3.10.4 (unreleased)
===================

Bug Fixes
---------

- Stretch histogram in zoom limits no longer attempts unnecessary updates when zoom limits are changed. [#3151]

Cubeviz
^^^^^^^

- Fixed fitting a model to the entire cube when NaNs are present. [#3191]

Imviz
^^^^^

Mosviz
^^^^^^

Specviz
^^^^^^^

Specviz2d
^^^^^^^^^

- Fix matched mouseover marker for 1d spectrum viewer when mouse is over 2d spectrum viewer. [#3203]

3.10.3 (2024-07-22)
===================

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ authors:
- family-names: "Volfman"
given-names: "Sabrina"
title: "Jdaviz"
version: 3.10
version: 4.0
doi: https://doi.org/10.5281/zenodo.5513927
date-released: 2024-05-03
date-released: 2024-10-17
url: "https://github.com/spacetelescope/jdaviz"

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

0 comments on commit 0133d7d

Please sign in to comment.