From 97ab658705291e51be0ac4f4730d44fd2eb20577 Mon Sep 17 00:00:00 2001 From: Bradley Sappington Date: Mon, 9 Dec 2024 11:42:07 -0500 Subject: [PATCH 1/4] pre-release --- CITATION.cff | 2 +- docs/relnotes.rst | 9 +++++++++ webbpsf/__init__.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 52d12674..4aa58f20 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/docs/relnotes.rst b/docs/relnotes.rst index 64433389..1a4aa89a 100644 --- a/docs/relnotes.rst +++ b/docs/relnotes.rst @@ -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 ============= diff --git a/webbpsf/__init__.py b/webbpsf/__init__.py index 76358dfe..6a99574a 100644 --- a/webbpsf/__init__.py +++ b/webbpsf/__init__.py @@ -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): From 15b643563ff11345345b7706f4ac8f67359688f3 Mon Sep 17 00:00:00 2001 From: Bradley Sappington Date: Mon, 9 Dec 2024 11:47:54 -0500 Subject: [PATCH 2/4] update relnotes.rst --- docs/relnotes.rst | 55 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/docs/relnotes.rst b/docs/relnotes.rst index 1a4aa89a..7e2112dd 100644 --- a/docs/relnotes.rst +++ b/docs/relnotes.rst @@ -32,6 +32,38 @@ To reflect its broader support for Roman as well as James Webb, WebbPSF is being 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. +**What's Changed** +* Add IFU+datacubes docs page. by @mperrin in https://github.com/spacetelescope/webbpsf/pull/917 + +* Update for Photutils 2.0 by @mperrin in https://github.com/spacetelescope/webbpsf/pull/925 + +* MNT: Use hash for Action workflow versions and update if needed by @pllim in https://github.com/spacetelescope/webbpsf/pull/916 + +* Dependabot updates PLUS pyproject upper limit for photutils. by @dependabot in https://github.com/spacetelescope/webbpsf/pull/926 + +* update ifu docs to describe about coord_system and pixel scale by @mperrin in https://github.com/spacetelescope/webbpsf/pull/923 + +* update photutils upper bound by @BradleySappington in https://github.com/spacetelescope/webbpsf/pull/935 + +* Add automatic data download by @WilliamJamieson in https://github.com/spacetelescope/webbpsf/pull/932 + +* switch a test case float comparison to np.allclose for robustness by @mperrin in https://github.com/spacetelescope/webbpsf/pull/934 + +* Add support for new sensing point and target phase map by @obi-wan76 in https://github.com/spacetelescope/webbpsf/pull/937 + +* Minor update to docs about the WFI optical model by @Skyhawk172 in https://github.com/spacetelescope/webbpsf/pull/936 + +* update monthly trending plot to allow shifted date ranges by @mperrin in https://github.com/spacetelescope/webbpsf/pull/943 + +* Readme advise by @BradleySappington in https://github.com/spacetelescope/webbpsf/pull/944 + +* update MAST query for OPDs to also retrieve OPDs from FP6 by @mperrin in https://github.com/spacetelescope/webbpsf/pull/945 + +## New Contributors +* @WilliamJamieson made their first contribution in https://github.com/spacetelescope/webbpsf/pull/932 + +**Full Changelog**: https://github.com/spacetelescope/webbpsf/compare/v1.4.0...1.5.0 + Version 1.4.0 ============= @@ -40,7 +72,28 @@ Version 1.4.0 We are pleased to announce the release of the latest version of WebbPSF version 1.4.0, now available on PyPi and GitHub. This release comes with new features and improvements including but not limited to: -**What's Changed** +* [CI] allow manual run of `download_data.yml` to specify data URL by @zacharyburnett in https://github.com/spacetelescope/webbpsf/pull/914 +* trivial fix to string formatting for a debug message by @mperrin in https://github.com/spacetelescope/webbpsf/pull/918 +* Add IFU+datacubes docs page. by @mperrin in https://github.com/spacetelescope/webbpsf/pull/917 +* build(deps): update pysiaf requirement from <0.23.0,>=0.22.0 to >=0.22.0,<0.24.0 by @dependabot in https://github.com/spacetelescope/webbpsf/pull/920 +* Update for Photutils 2.0 by @mperrin in https://github.com/spacetelescope/webbpsf/pull/925 +* MNT: Use hash for Action workflow versions and update if needed by @pllim in https://github.com/spacetelescope/webbpsf/pull/916 +* Dependabot updates PLUS pyproject upper limit for photutils. by @dependabot in https://github.com/spacetelescope/webbpsf/pull/926 +* update ifu docs to describe about coord_system and pixel scale by @mperrin in https://github.com/spacetelescope/webbpsf/pull/923 +* update photutils upper bound by @BradleySappington in https://github.com/spacetelescope/webbpsf/pull/935 +* Add automatic data download by @WilliamJamieson in https://github.com/spacetelescope/webbpsf/pull/932 +* switch a test case float comparison to np.allclose for robustness by @mperrin in https://github.com/spacetelescope/webbpsf/pull/934 +* Add support for new sensing point and target phase map by @obi-wan76 in https://github.com/spacetelescope/webbpsf/pull/937 +* Minor update to docs about the WFI optical model by @Skyhawk172 in https://github.com/spacetelescope/webbpsf/pull/936 +* build(deps): update ipython requirement from <8.30.0,>=8.27.0 to >=8.27.0,<8.31.0 by @dependabot in https://github.com/spacetelescope/webbpsf/pull/939 +* update monthly trending plot to allow shifted date ranges by @mperrin in https://github.com/spacetelescope/webbpsf/pull/943 +* Readme advise by @BradleySappington in https://github.com/spacetelescope/webbpsf/pull/944 +* update MAST query for OPDs to also retrieve OPDs from FP6 by @mperrin in https://github.com/spacetelescope/webbpsf/pull/945 + +## New Contributors +* @WilliamJamieson made their first contribution in https://github.com/spacetelescope/webbpsf/pull/932 + +**Full Changelog**: https://github.com/spacetelescope/webbpsf/compare/v1.4.0...1.5.0.rc * Improve trending plots, particularly wfe_histogram arrows display by @mperrin in https://github.com/spacetelescope/webbpsf/pull/870 * build(deps): bump photutils from 1.12.0 to 1.13.0 by @dependabot in https://github.com/spacetelescope/webbpsf/pull/872 From f13cbd213ceb27717674b128c5a38973c34cbd28 Mon Sep 17 00:00:00 2001 From: Bradley Sappington Date: Mon, 9 Dec 2024 12:56:59 -0500 Subject: [PATCH 3/4] doc update --- docs/relnotes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/relnotes.rst b/docs/relnotes.rst index 7e2112dd..45a62790 100644 --- a/docs/relnotes.rst +++ b/docs/relnotes.rst @@ -32,6 +32,9 @@ To reflect its broader support for Roman as well as James Webb, WebbPSF is being 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. +This release requires new data webbpsf-data-1.5.0 https://stsci.box.com/s/oyoih9ibuaowksxzaia02ua4t6g1bbp1 +For more information on this new data please view https://github.com/spacetelescope/webbpsf/pull/937 + **What's Changed** * Add IFU+datacubes docs page. by @mperrin in https://github.com/spacetelescope/webbpsf/pull/917 From 9568cd30a3c8ccc3066eac92a1abdb64f76ae3eb Mon Sep 17 00:00:00 2001 From: Bradley Sappington Date: Mon, 9 Dec 2024 13:10:52 -0500 Subject: [PATCH 4/4] update phrasing, fix paste error --- docs/relnotes.rst | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/docs/relnotes.rst b/docs/relnotes.rst index 45a62790..7f183333 100644 --- a/docs/relnotes.rst +++ b/docs/relnotes.rst @@ -30,7 +30,7 @@ Version 1.5.0 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. +This release will be among the final releases to WebbPSF and the initial release to STPSF. This release requires new data webbpsf-data-1.5.0 https://stsci.box.com/s/oyoih9ibuaowksxzaia02ua4t6g1bbp1 For more information on this new data please view https://github.com/spacetelescope/webbpsf/pull/937 @@ -75,28 +75,7 @@ Version 1.4.0 We are pleased to announce the release of the latest version of WebbPSF version 1.4.0, now available on PyPi and GitHub. This release comes with new features and improvements including but not limited to: -* [CI] allow manual run of `download_data.yml` to specify data URL by @zacharyburnett in https://github.com/spacetelescope/webbpsf/pull/914 -* trivial fix to string formatting for a debug message by @mperrin in https://github.com/spacetelescope/webbpsf/pull/918 -* Add IFU+datacubes docs page. by @mperrin in https://github.com/spacetelescope/webbpsf/pull/917 -* build(deps): update pysiaf requirement from <0.23.0,>=0.22.0 to >=0.22.0,<0.24.0 by @dependabot in https://github.com/spacetelescope/webbpsf/pull/920 -* Update for Photutils 2.0 by @mperrin in https://github.com/spacetelescope/webbpsf/pull/925 -* MNT: Use hash for Action workflow versions and update if needed by @pllim in https://github.com/spacetelescope/webbpsf/pull/916 -* Dependabot updates PLUS pyproject upper limit for photutils. by @dependabot in https://github.com/spacetelescope/webbpsf/pull/926 -* update ifu docs to describe about coord_system and pixel scale by @mperrin in https://github.com/spacetelescope/webbpsf/pull/923 -* update photutils upper bound by @BradleySappington in https://github.com/spacetelescope/webbpsf/pull/935 -* Add automatic data download by @WilliamJamieson in https://github.com/spacetelescope/webbpsf/pull/932 -* switch a test case float comparison to np.allclose for robustness by @mperrin in https://github.com/spacetelescope/webbpsf/pull/934 -* Add support for new sensing point and target phase map by @obi-wan76 in https://github.com/spacetelescope/webbpsf/pull/937 -* Minor update to docs about the WFI optical model by @Skyhawk172 in https://github.com/spacetelescope/webbpsf/pull/936 -* build(deps): update ipython requirement from <8.30.0,>=8.27.0 to >=8.27.0,<8.31.0 by @dependabot in https://github.com/spacetelescope/webbpsf/pull/939 -* update monthly trending plot to allow shifted date ranges by @mperrin in https://github.com/spacetelescope/webbpsf/pull/943 -* Readme advise by @BradleySappington in https://github.com/spacetelescope/webbpsf/pull/944 -* update MAST query for OPDs to also retrieve OPDs from FP6 by @mperrin in https://github.com/spacetelescope/webbpsf/pull/945 - -## New Contributors -* @WilliamJamieson made their first contribution in https://github.com/spacetelescope/webbpsf/pull/932 - -**Full Changelog**: https://github.com/spacetelescope/webbpsf/compare/v1.4.0...1.5.0.rc +**What's Changed** * Improve trending plots, particularly wfe_histogram arrows display by @mperrin in https://github.com/spacetelescope/webbpsf/pull/870 * build(deps): bump photutils from 1.12.0 to 1.13.0 by @dependabot in https://github.com/spacetelescope/webbpsf/pull/872