Skip to content

Commit 8f3738d

Browse files
authored
Merge pull request #274 from hpparvi/v1.6
V1.6
2 parents 1220a73 + be6e5a7 commit 8f3738d

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

CHANGES.rst

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,33 @@
1-
1.6.0 (unreleased)
1+
1.6.0 (2025-06-18)
22
------------------
33

4-
New Features
5-
^^^^^^^^^^^^
6-
7-
API Changes
8-
^^^^^^^^^^^
9-
104
Bug Fixes
115
^^^^^^^^^
126
- When all-zero bin encountered in fit_trace with peak_method=gaussian, the bin peak
13-
will be set to NaN in this caseto work better with DogBoxLSQFitter. [#257]
7+
will be set to NaN in this case to work better with DogBoxLSQFitter. [#257]
8+
- Reverted the changes to ``background.Background.bgk_spectrum`` introduced in 1.5.0 [#266].
149

1510
Other changes
1611
^^^^^^^^^^^^^
1712

13+
- Compatibility with specutils 2.0. [#260]
1814
- Set Python 3.11 as the minimum supported Python version and added test support
1915
for Python 3.13. [#271]
20-
- Compatibility with specutils 2.0. [#260]
16+
- Changed the ``statistic`` parameter in ``utils.measure_cross_dispersion_profile`` to accept
17+
either ``median`` or ``average`` instead of ``median`` or ``mean``. [#258]
18+
2119

22-
1.5.1 (2024-03-08)
20+
1.5.1 (2025-03-08)
2321
------------------
2422

2523
Bug Fixes
2624
^^^^^^^^^
2725

2826
- Changed Horne extraction to behave as before when using an interpolated spatial profile
2927
and not explicitly setting `bkgrd_prof` to `None`. The changed default behavior in 1.5.0
30-
caused problems in codes using specreduce.
28+
caused problems in codes using specreduce. [#256]
3129

32-
1.5.0 (2024-03-06)
30+
1.5.0 (2025-03-06)
3331
------------------
3432

3533
New Features
@@ -48,9 +46,6 @@ New Features
4846
now carried out as a weighed sum over the window. When no non-finite values are
4947
present, the extracted spectra remain unchanged from the previous behaviour.
5048

51-
API Changes
52-
^^^^^^^^^^^
53-
5449
Bug Fixes
5550
^^^^^^^^^
5651

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.rst"
1010
requires-python = ">=3.11"
1111
dependencies = [
1212
"numpy>=1.24",
13-
"astropy>=5.1",
13+
"astropy>=5.3",
1414
"scipy>=1.10",
1515
"specutils>=1.9.1",
1616
"gwcs",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ deps =
4343
devdeps: git+https://github.com/spacetelescope/synphot_refactor.git#egg=synphot
4444

4545
oldestdeps: numpy==1.24.*
46-
oldestdeps: astropy==5.1.*
46+
oldestdeps: astropy==5.3.*
4747
oldestdeps: scipy==1.10.*
4848
oldestdeps: matplotlib==3.7.*
4949
oldestdeps: photutils==1.0.*

0 commit comments

Comments
 (0)