Skip to content

Commit

Permalink
pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleySappington committed Dec 9, 2024
1 parent 0929727 commit 97ab658
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ abstract: >-
including its Wide Field Instrument and a preliminary
version of the Coronagraph Instrument.
license: BSD-3-Clause
version: 1.4.0
version: 1.5.0
9 changes: 9 additions & 0 deletions docs/relnotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ Version History and Change Log
-------------------------------


Version 1.5.0
=============
*2024 December*
WebbPSF IS BEING MIGRATED TO A NEW REPOSITORY: STPSF (Space Telescope PSF)
To reflect its broader support for Roman as well as James Webb, WebbPSF is being migrated to a new repository: STPSF (Space Telescope PSF).
This transition is being done in such a way as to maintain back-compatibility for existing code, and existing installations will continue to run as-is.
This transitional period is ongoing now.


Version 1.4.0
=============

Expand Down
2 changes: 1 addition & 1 deletion webbpsf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class UnsupportedPythonError(Exception):
# required. If changes to the code and data mean WebbPSF won't work
# properly with an old data package, increment this version number.
# (It's checked against $WEBBPSF_DATA/version.txt)
DATA_VERSION_MIN = (1, 4, 0)
DATA_VERSION_MIN = (1, 5, 0)


class Conf(_config.ConfigNamespace):
Expand Down

0 comments on commit 97ab658

Please sign in to comment.