Skip to content

Commit

Permalink
metadata for 0.10.0 release (#649)
Browse files Browse the repository at this point in the history
* metadata for `0.10.0` release

* pin `rad` and `roman_datamodels` to latest version only

* update build number
  • Loading branch information
zacharyburnett committed Feb 21, 2023
1 parent ab78b3b commit 6d88a05
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 12 deletions.
11 changes: 2 additions & 9 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.9.1 (unreleased)
==================
0.10.0 (2023-02-21)
===================

general
-------
Expand All @@ -15,7 +15,6 @@ general

- Implemented support for quantities in reference files. Updated unit tests for these changes. [#624]

=======
associations
------------

Expand All @@ -36,12 +35,6 @@ tweakreg
- First implementation of TweakRegStep into the pipeline [#643]


=======
tweakreg
--------
- First implementation of TweakRegStep into the pipeline [#643]


0.9.0 (2022-11-14)
==================

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ an [issue](https://github.com/spacetelescope/romancal/issues).
| 0.8.0 | 22Q4_B7 | 038 | Aug 2022 | Release for Build 22Q4_B7 (Build 0.7) |
| 0.8.1 | 22Q4_B7 | 038 | Aug 2022 | Release for Build 22Q4_B7 (Build 0.7) |
| 0.9.0 | 23Q1_B8 | 039 | Nov 2022 | Release for Build 23Q1_B8 (Build 8) |
| 0.10.0 | 23Q2_B9 | 039 | Feb 2023 | Release for Build 23Q2_B9 (Build 9) |

Note: CRDS_CONTEXT values flagged with an asterisk in the above table are estimates
(formal CONTEXT deliveries are only provided with final builds).
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ dependencies = [
'numpy >=1.20',
'pyparsing >=2.4.7',
'requests >=2.22',
'rad @git+https://github.com/spacetelescope/rad.git@main',
'roman_datamodels @git+https://github.com/spacetelescope/roman_datamodels.git@main',
'stcal >= 1.3.3',
'rad ==0.14.1',
'roman_datamodels ==0.14.1',
'stcal >=1.3.3',
'stpipe >=0.4.2, <1.0',
'tweakwcs >=0.8.0'
]
Expand Down
60 changes: 60 additions & 0 deletions requirements-sdp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,63 @@
#
# CRDS_CONTEXT = roman_0039.pmap
#
asdf==2.14.3
asdf-astropy==0.3.0
asdf-coordinates-schemas==0.1.0
asdf-standard==1.0.3
asdf-transform-schemas==0.3.0
asdf-unit-schemas==0.1.0
asdf-wcs-schemas==0.1.1
astropy==5.2.1
attrs==22.2.0
certifi==2022.12.7
charset-normalizer==3.0.1
ci-watson==0.6.1
codecov==2.1.12
coverage==7.1.0
crds==11.16.20
exceptiongroup==1.1.0
filelock==3.9.0
gwcs==0.18.3
hypothesis==6.68.2
idna==3.4
importlib-metadata==6.0.0
iniconfig==2.0.0
jmespath==1.0.1
jsonschema==4.17.3
lxml==4.9.2
numpy==1.24.2
packaging==23.0
Parsley==1.3
pluggy==1.0.0
psutil==5.9.4
pyerfa==2.0.0.1
pyparsing==3.0.9
pyrsistent==0.19.3
pytest==7.2.1
pytest-arraydiff==0.5.0
pytest-astropy==0.10.0
pytest-astropy-header==0.2.2
pytest-cov==4.0.0
pytest-doctestplus==0.12.1
pytest-filter-subpackage==0.1.2
pytest-mock==3.10.0
pytest-openfiles==0.5.0
pytest-remotedata==0.4.0
PyYAML==6.0
rad==0.14.1
requests==2.28.2
roman-datamodels==0.14.1
scipy==1.10.1
semantic-version==2.10.0
sortedcontainers==2.4.0
spherical-geometry==1.2.23
stcal==1.3.4
stdatamodels==1.1.0
stpipe==0.4.5
stsci.imagestats==1.6.3
stsci.stimage==0.2.6
tomli==2.0.1
tweakwcs==0.8.1
urllib3==1.26.14
zipp==3.14.0

0 comments on commit 6d88a05

Please sign in to comment.