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 )
2
2
------------------
3
3
4
- New Features
5
- ^^^^^^^^^^^^
6
-
7
- API Changes
8
- ^^^^^^^^^^^
9
-
10
4
Bug Fixes
11
5
^^^^^^^^^
12
6
- 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].
14
9
15
10
Other changes
16
11
^^^^^^^^^^^^^
17
12
13
+ - Compatibility with specutils 2.0. [#260]
18
14
- Set Python 3.11 as the minimum supported Python version and added test support
19
15
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
+
21
19
22
- 1.5.1 (2024 -03-08)
20
+ 1.5.1 (2025 -03-08)
23
21
------------------
24
22
25
23
Bug Fixes
26
24
^^^^^^^^^
27
25
28
26
- Changed Horne extraction to behave as before when using an interpolated spatial profile
29
27
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]
31
29
32
- 1.5.0 (2024 -03-06)
30
+ 1.5.0 (2025 -03-06)
33
31
------------------
34
32
35
33
New Features
@@ -48,9 +46,6 @@ New Features
48
46
now carried out as a weighed sum over the window. When no non-finite values are
49
47
present, the extracted spectra remain unchanged from the previous behaviour.
50
48
51
- API Changes
52
- ^^^^^^^^^^^
53
-
54
49
Bug Fixes
55
50
^^^^^^^^^
56
51
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ readme = "README.rst"
10
10
requires-python = " >=3.11"
11
11
dependencies = [
12
12
" numpy>=1.24" ,
13
- " astropy>=5.1 " ,
13
+ " astropy>=5.3 " ,
14
14
" scipy>=1.10" ,
15
15
" specutils>=1.9.1" ,
16
16
" gwcs" ,
Original file line number Diff line number Diff line change 43
43
devdeps: git+https://github.com/spacetelescope/synphot_refactor.git# egg=synphot
44
44
45
45
oldestdeps: numpy ==1.24.*
46
- oldestdeps: astropy ==5.1 .*
46
+ oldestdeps: astropy ==5.3 .*
47
47
oldestdeps: scipy ==1.10.*
48
48
oldestdeps: matplotlib ==3.7.*
49
49
oldestdeps: photutils ==1.0.*
You can’t perform that action at this time.
0 commit comments