Skip to content

Commit

Permalink
update metadata for 0.13.0 (#1030)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
zacharyburnett and pre-commit-ci[bot] authored Nov 28, 2023
1 parent 6dada04 commit 9b14c88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
0.13.0 (unreleased)
0.13.0 (2023-11-28)
===================

outlier_detection
-----------------

- Implemented ``outlier-detection step``. [#981]

associations
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion requirements-sdp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
3 changes: 0 additions & 3 deletions romancal/regtest/test_wfi_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
""" Roman tests for flat field correction """
import copy
import os
import subprocess

import numpy as np
import pytest
Expand Down Expand Up @@ -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"

0 comments on commit 9b14c88

Please sign in to comment.