From 9b14c880fef50c720366a35280e27d2d23108490 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Tue, 28 Nov 2023 10:26:50 -0500 Subject: [PATCH] update metadata for `0.13.0` (#1030) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CHANGES.rst | 3 ++- README.md | 1 + pyproject.toml | 2 +- requirements-sdp.txt | 2 +- romancal/regtest/test_wfi_pipeline.py | 3 --- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1ad9ed3a0..faf622fb1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,9 @@ -0.13.0 (unreleased) +0.13.0 (2023-11-28) =================== outlier_detection ----------------- + - Implemented ``outlier-detection step``. [#981] associations diff --git a/README.md b/README.md index db2e24db0..a46a14a9b 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ an [issue](https://github.com/spacetelescope/romancal/issues). | 0.10.0 | 23Q2_B9 | 041 | Feb 2023 | Release for Build 23Q2_B9 (Build 9) | | 0.11.0 | 23Q3_B10 | 047 | May 2023 | Release for Build 23Q3_B10 (Build 10) | | 0.12.0 | 23Q4_B11 | 051 | Aug 2023 | Release for Build 23Q4_B11 (Build 11) | +| 0.13.0 | 24Q1_B12 | 052 | Nov 2023 | Release for Build 24Q1_B12 (Build 12) | Note: CRDS_CONTEXT values flagged with an asterisk in the above table are estimates diff --git a/pyproject.toml b/pyproject.toml index 293cee698..e999a060b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ 'roman_datamodels >= 0.18.0', # 'roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git@main', 'scipy >=1.11', - 'stcal >=1.5.0', + 'stcal >=1.5.1', #'stcal @ git+https://github.com/spacetelescope/stcal.git@main', 'stpipe >=0.5.0', 'tweakwcs >=0.8.0', diff --git a/requirements-sdp.txt b/requirements-sdp.txt index b355b5ea9..26a7241c6 100644 --- a/requirements-sdp.txt +++ b/requirements-sdp.txt @@ -5,5 +5,5 @@ # # Add a CRDS context number for the delivery as a record here # -# CRDS_CONTEXT = roman_0051.pmap +# CRDS_CONTEXT = roman_0052.pmap # diff --git a/romancal/regtest/test_wfi_pipeline.py b/romancal/regtest/test_wfi_pipeline.py index b91bead01..dbb71ab32 100644 --- a/romancal/regtest/test_wfi_pipeline.py +++ b/romancal/regtest/test_wfi_pipeline.py @@ -1,7 +1,5 @@ """ Roman tests for flat field correction """ import copy -import os -import subprocess import numpy as np import pytest @@ -517,4 +515,3 @@ def test_processing_pipeline_all_saturated(rtdata, ignore_asdf_paths): assert model.meta.cal_step.assign_wcs == "SKIPPED" assert model.meta.cal_step.flat_field == "SKIPPED" assert model.meta.cal_step.photom == "SKIPPED" -