File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
- 1.7.3 (Unreleased )
1
+ 1.7.4 (2025-01-07 )
2
2
------------------
3
3
4
4
- Manual scalar promotion of refpix['PSCALE'] from float32
5
5
to float64 to avoid future Numpy 2.0 issues [#206].
6
6
7
- - Pin astropy min version to 5.0.4. [#191]
7
+ - Pin numpy min version greater than 2.0 [#214]
8
+
9
+
10
+ 1.7.3 (2024-05-06)
11
+ ------------------
12
+
13
+ - Avoid Exception for some new data. [#189]
14
+
15
+ - Convert WCSNAME to hash for HLET filename. [#183]
16
+
17
+ - Pin astropy min version to 5.0.4 [#191]
18
+
8
19
9
20
1.7.2 (2021-11-29)
10
21
-----------------
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ classifiers = [
13
13
" Topic :: Software Development :: Libraries :: Python Modules" ,
14
14
]
15
15
dependencies = [
16
- " astropy>=5.0.4 " ,
17
- " numpy" ,
16
+ " astropy>=6.0 " ,
17
+ " numpy>=2.0 " ,
18
18
" stsci.tools>=3.6" ,
19
19
" requests" ,
20
20
" lxml" ,
You can’t perform that action at this time.
0 commit comments