File tree Expand file tree Collapse file tree 3 files changed +12
-17
lines changed
Expand file tree Collapse file tree 3 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 1- 1.6.0 (unreleased )
1+ 1.6.0 (2025-06-18 )
22------------------
33
4- New Features
5- ^^^^^^^^^^^^
6-
7- API Changes
8- ^^^^^^^^^^^
9-
104Bug 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
1510Other 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
2523Bug 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
3533New 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-
5449Bug Fixes
5550^^^^^^^^^
5651
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ readme = "README.rst"
1010requires-python = " >=3.11"
1111dependencies = [
1212 " numpy>=1.24" ,
13- " astropy>=5.1 " ,
13+ " astropy>=5.3 " ,
1414 " scipy>=1.10" ,
1515 " specutils>=1.9.1" ,
1616 " gwcs" ,
Original file line number Diff line number Diff line change 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.*
You can’t perform that action at this time.
0 commit comments