Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/spacetelescope/jdaviz into …
Browse files Browse the repository at this point in the history
…load_catalog_from_file
  • Loading branch information
haticekaratay committed Dec 23, 2024
2 parents 670cf31 + 24c4440 commit c2ba76b
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 37 deletions.
117 changes: 82 additions & 35 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,85 @@
4.1 (unreleased)
4.2 (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.1.1 (unreleased)
==================

Bug Fixes
---------

Cubeviz
^^^^^^^

Imviz
^^^^^

Mosviz
^^^^^^

Specviz
^^^^^^^

Specviz2d
^^^^^^^^^

4.1 (2024-12-23)
================

New Features
Expand Down Expand Up @@ -34,17 +115,11 @@ Imviz
the image size (default 2%) to address and issue with zooming when using a small
image or WCS linked. [#3369]

Mosviz
^^^^^^

Specviz
^^^^^^^
- Specviz parser will now split a spectrum with a 2D flux array into multiple spectra on load
(useful for certain SDSS file types). [#3229]

Specviz2d
^^^^^^^^^

API Changes
-----------
- Removed API access to plugins that have passed the deprecation period: Links Control, Canvas Rotation, Export Plot. [#3270]
Expand All @@ -59,21 +134,6 @@ API Changes
- Add ``get_regions`` method to subset plugin to retrieve spatial/spectral subsets as
``regions`` or ``SpectralRegions``, deprecate ``get_interactive_regions`` and ``get_spectral_regions``. [#3340]

Cubeviz
^^^^^^^

Imviz
^^^^^

Mosviz
^^^^^^

Specviz
^^^^^^^

Specviz2d
^^^^^^^^^

Bug Fixes
---------

Expand All @@ -87,25 +147,12 @@ Bug Fixes

- Fixed an issue with back-to-back calls of set_limits and get_limits. [#3371]


Cubeviz
^^^^^^^
- Removed the deprecated ``save as fits`` option from the Collapse, Moment Maps, and Spectral Extraction plugins; use the Export plugin instead. [#3256]

- Fixed bugs where cube model fitting could fail if Jdaviz custom equivalencies were required. [#3343]

Imviz
^^^^^

Mosviz
^^^^^^

Specviz
^^^^^^^

Specviz2d
^^^^^^^^^

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

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: 4.0
version: 4.1
doi: https://doi.org/10.5281/zenodo.5513927
date-released: 2024-10-17
date-released: 2024-12-23
url: "https://github.com/spacetelescope/jdaviz"

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

0 comments on commit c2ba76b

Please sign in to comment.