Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metadata for 0.23.0 release #451

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading