Skip to content

Commit 27b09e6

Browse files
authored
Merge pull request #863 from spacetelescope/version2.5.0
CHANGES updates for v2.5.0
2 parents 03df23e + fab9639 commit 27b09e6

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

CHANGES.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
2.5.0
2+
=====
3+
4+
Documentation
5+
-------------
6+
7+
Update installation instructions given the packaging changes in #858. Add a note that batman package does
8+
not work in python >= 3.12. (#862)
9+
10+
11+
Flux calibration
12+
----------------
13+
14+
Update NIRCam zeropoints file using data from the most recent photom reference file delivery. (#862)
15+
16+
17+
Packaging
18+
---------
19+
20+
Modernize packaging strategy. Use pyproject.toml for environment definition. Save environment files at the
21+
time of a release, rather than manually maintaining env files. (#858)
22+
23+
Simplify test workflow. Run tests on python 3.11-3.13. (#859)
24+
25+
Remove requirements.txt file. (#260)
26+
27+
Comment out batman package from pyproject.toml. batman requires distutils, which has been removed from
28+
python >=3.12. Users creating TSO exposures will have to use a python 3.11 environment, and manually install
29+
batman. (#862)
30+
31+
132
2.4.1
233
=====
334

0 commit comments

Comments
 (0)