From b24429c68c5841f09877ad564a67fb6afb8f425a Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Wed, 14 Aug 2024 09:53:35 -0400 Subject: [PATCH] release metadata for `0.16.1` + update `stpipe` to use `ModelLibrary` + `stcal` to use outlier detection functions (#1364) --- CHANGES.rst | 8 +++++++- README.md | 1 + pyproject.toml | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 95c88ac94..14dffba59 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,14 @@ -0.16.1 (unreleased) +0.16.2 (unreleased) =================== - +0.16.1 (2024-08-13) +=================== + +- update ``stpipe`` to use ``ModelLibrary`` [#1364] +- update ``stcal`` to use outlier detection [#1364] + 0.16.0 (2024-08-13) =================== diff --git a/README.md b/README.md index 0f95bd5e5..bc0eaae68 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ an [issue](https://github.com/spacetelescope/romancal/issues). | 0.15.0 | 24Q3_B14 | 058 | May 2024 | Release for Build 24Q3_B14 (Build 14) | | 0.15.1 | 24Q3_B14 | 058 | May 2024 | Release for Build 24Q3_B14 (Build 14) | | 0.16.0 | 24Q4_B15 | 063 | Aug 2024 | Release for Build 24Q3_B15 (Build 15) | +| 0.16.1 | 24Q4_B15 | 063 | Aug 2024 | Release for Build 24Q3_B15 (Build 15) | Note: CRDS_CONTEXT values flagged with an asterisk in the above table are estimates diff --git a/pyproject.toml b/pyproject.toml index 88c3facaa..28a36bd22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,9 +28,9 @@ dependencies = [ "roman_datamodels>=0.21.0,<0.22.0", # "roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git", "scipy >=1.11", - "stcal>=1.7.3,<1.8.0", + "stcal>=1.8.0,<1.9.0", # "stcal @ git+https://github.com/spacetelescope/stcal.git@main", - "stpipe >=0.6.0,<0.7.0", + "stpipe >=0.7.0,<0.8.0", # "stpipe @ git+https://github.com/spacetelescope/stpipe.git@main", "tweakwcs >=0.8.8", "spherical-geometry >= 1.2.22",