Skip to content

Commit

Permalink
Merge pull request #901 from rosteen/changelog-1.5
Browse files Browse the repository at this point in the history
Update changelog and GWCS version pin for 1.5.0 release
  • Loading branch information
rosteen authored Nov 23, 2021
2 parents 7b9a930 + 3abf031 commit 05bead0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
23 changes: 18 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,36 @@
1.5 (unreleased)
----------------
1.5.0
-----

New Features
^^^^^^^^^^^^

- Convolution-based smoothing will now apply a 1D kernel to multi-dimensional fluxes
by convolving along the spectral axis only, rather than raising an error. [#885]

- ``template_comparison`` now handles ``astropy.nddata.Variance`` and
``astropy.nddata.InverseVariance`` uncertainties instead of assuming
the uncertainty is standard deviation. [#899]

Bug Fixes
^^^^^^^^^

- Speed up JWST s3d loader and reduce memory usage. [#874]

- ``SpectralRegion`` can now handle pixels. [#886]

- Fix bug where ``template_comparison`` would return the wrong chi2 value. [#872]

Other Changes and Additions
^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Convolution-based smoothing will now apply a 1D kernel to multi-dimensional fluxes
by convolving along the spectral axis only, rather than raising an error.
- ``fit_lines`` now makes use of unit support in ``astropy.modeling``. [#891]

- ``Spectrum1D.with_spectral_units`` now attempts to fall back on the ``spectral_axis``
units if units could not be retrieved from the WCS. [#892]

- ``ndcube`` package pin updated to released version (2.0). [#897]

- ``fit_lines`` now makes use of unit support in ``astropy.modeling``.
- Minor changes for astropy 5.0 compatibility. [#895]

1.4.1
-----
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python_requires = >=3.7
setup_requires = setuptools_scm
install_requires =
astropy>=4.1
gwcs!=0.16.0
gwcs>=0.17.0
scipy
asdf>=2.5
ndcube>=2.0
Expand Down

0 comments on commit 05bead0

Please sign in to comment.