Skip to content

Commit

Permalink
Update metadata for 0.23.0 release (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Jan 16, 2025
1 parent 6a2ed59 commit c4b51c4
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 10 deletions.
44 changes: 44 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
0.23.0 (2025-01-16)
===================

Bug Fixes
---------

- Renamed mosaic association model variable name. (`#412
<https://github.com/spacetelescope/roman_datamodels/issues/412>`_)


Documentation
-------------

- Updated the documentation to match the present code version. (`#437
<https://github.com/spacetelescope/roman_datamodels/issues/437>`_)


New Features
------------

- Remove units from reference files. (`#408
<https://github.com/spacetelescope/roman_datamodels/issues/408>`_)
- Rename source_detection to source_catalog to match romancal step. (`#428
<https://github.com/spacetelescope/roman_datamodels/issues/428>`_)
- Change default compression to lz4. The previous default was no compression.
(`#440 <https://github.com/spacetelescope/roman_datamodels/issues/440>`_)
- Add support for opening SSC models using ``rdm_open``. (`#448
<https://github.com/spacetelescope/roman_datamodels/issues/448>`_)


Misc
----

- Bump min Python version to 3.11 per SPEC 0. (`#432
<https://github.com/spacetelescope/roman_datamodels/issues/432>`_)


Deprecations and Removals
-------------------------

- Remove validation on assignment. (`#417
<https://github.com/spacetelescope/roman_datamodels/issues/417>`_)


0.22.0 (2024-11-15)
===================

Expand Down
1 change: 0 additions & 1 deletion changes/408.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/412.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/417.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/428.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/432.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/437.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/440.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/448.feature.rst

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies = [
"gwcs >=0.19.0",
"numpy >=1.24",
"astropy >=5.3.0",
# "rad >=0.22.0, <0.23.0",
"rad @ git+https://github.com/spacetelescope/rad.git",
"rad >=0.23.0, <0.24.0",
# "rad @ git+https://github.com/spacetelescope/rad.git",
"asdf-standard >=1.1.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit c4b51c4

Please sign in to comment.