File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -56,4 +56,4 @@ abstract: >-
56
56
including its Wide Field Instrument and a preliminary
57
57
version of the Coronagraph Instrument.
58
58
license : BSD-3-Clause
59
- version : 1.5.1
59
+ version : 2.0.0
Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ Version 2.0.0
28
28
*2024 December *
29
29
Ready for Production Release
30
30
All versions before 1.5.1 were part of the WebbPSF repository
31
+ **What's Changed **
32
+ * Final migration before version 2.0.0 by @BradleySappington in https://github.com/spacetelescope/stpsf/pull/46
33
+ * Test readthedocs by @BradleySappington in https://github.com/spacetelescope/stpsf/pull/47
34
+
35
+
36
+ **Full Changelog **: https://github.com/spacetelescope/stpsf/compare/v1.5.2...2.0.0
31
37
32
38
Version 1.5.2
33
39
=============
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class UnsupportedPythonError(Exception):
40
40
# required. If changes to the code and data mean STPSF won't work
41
41
# properly with an old data package, increment this version number.
42
42
# (It's checked against $STPSF_DATA/version.txt)
43
- DATA_VERSION_MIN = (1 , 5 , 2 )
43
+ DATA_VERSION_MIN = (2 , 0 , 0 )
44
44
45
45
46
46
class Conf (_config .ConfigNamespace ):
You can’t perform that action at this time.
0 commit comments