Skip to content

Commit

Permalink
Updated changelog, pin numpy >= 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-goldman committed Jan 6, 2025
1 parent 1c8b180 commit a5cc485
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
1.7.3 (Unreleased)
1.7.4 (2025-01-07)
------------------

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

- Pin astropy min version to 5.0.4. [#191]
- Pin numpy min version greater than 2.0 [#213]


1.7.3 (2024-05-06)
------------------

- Avoid Exception for some new data. [#189]

- Convert WCSNAME to hash for HLET filename. [#183]

- Pin astropy min version to 5.0.4 [#191]


1.7.2 (2021-11-29)
-----------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
]
dependencies = [
"astropy>=5.0.4",
"numpy",
"numpy>=2.0",
"stsci.tools>=3.6",
"requests",
"lxml",
Expand Down

0 comments on commit a5cc485

Please sign in to comment.