Skip to content

Commit 33bde12

Browse files
authored
Merge pull request #214 from s-goldman/1.7.4rc1
Updated changelog, pin numpy >= 2.0.
2 parents 1c8b180 + 0927434 commit 33bde12

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGES.rst

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1-
1.7.3 (Unreleased)
1+
1.7.4 (2025-01-07)
22
------------------
33

44
- Manual scalar promotion of refpix['PSCALE'] from float32
55
to float64 to avoid future Numpy 2.0 issues [#206].
66

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+
819

920
1.7.2 (2021-11-29)
1021
-----------------

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ classifiers = [
1313
"Topic :: Software Development :: Libraries :: Python Modules",
1414
]
1515
dependencies = [
16-
"astropy>=5.0.4",
17-
"numpy",
16+
"astropy>=6.0",
17+
"numpy>=2.0",
1818
"stsci.tools>=3.6",
1919
"requests",
2020
"lxml",

0 commit comments

Comments
 (0)