Skip to content

Commit

Permalink
Merge branch 'main' into release/0.15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed May 15, 2024
2 parents 52327da + c722ecd commit 2ee320c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check change log entry
uses: scientific-python/action-check-changelogfile@6087eddce1d684b0132be651a4dad97699513113 # 0.2
uses: scientific-python/action-check-changelogfile@1fc669db9618167166d5a16c10282044f51805c0 # 0.3
env:
CHANGELOG_FILENAME: CHANGES.rst
CHECK_MILESTONE: false
Expand Down
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.15.2 (unreleased)
===================

-

0.15.1 (2024-05-15)
===================

- updated `rad` and `roman_datamodels` to `0.20.0`

0.15.0 (2024-05-08)
===================

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ an [issue](https://github.com/spacetelescope/romancal/issues).
| 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) |
| 0.14.0 | 24Q2_B13 | 056 | Feb 2024 | Release for Build 24Q2_B13 (Build 13) |
| 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) |


Note: CRDS_CONTEXT values flagged with an asterisk in the above table are estimates
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ dependencies = [
"photutils >=1.10.0",
"pyparsing >=2.4.7",
"requests >=2.26",
"rad>=0.19.4",
"rad>=0.20.0",
# "rad @ git+https://github.com/spacetelescope/rad.git",
"roman_datamodels>=0.19.2",
"roman_datamodels>=0.20.0",
# "roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git",
"scipy >=1.11",
"stcal>=1.7.0",
Expand Down

0 comments on commit 2ee320c

Please sign in to comment.