Skip to content

Commit

Permalink
Freeze change log for 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunkeler committed Dec 20, 2024
1 parent 9fcd28d commit 370e104
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 6 deletions.
37 changes: 37 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
0.8.0 (2024-12-20)
==================

Bug Fixes
---------

- Fix cal_step setting when a step is skipped for roman datamodels. (`#195
<https://github.com/spacetelescope/stpipe/issues/195>`_)
- Add hook to allow ModelLibrary subclasses to override exptype. (`#201
<https://github.com/spacetelescope/stpipe/issues/201>`_)


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

- use ``towncrier`` to handle change log entries (`#187
<https://github.com/spacetelescope/stpipe/issues/187>`_)


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

- test with Python 3.13 (`#193
<https://github.com/spacetelescope/stpipe/issues/193>`_)
- Allow class aliases (used during strun) to contain the package name (for
example "jwst::resample"). (`#202
<https://github.com/spacetelescope/stpipe/issues/202>`_)


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

- Deprecate Step.__call__. For users that do not want to use CRDS parameters
please use Step.run. (`#204
<https://github.com/spacetelescope/stpipe/issues/204>`_)


0.7.0 (2024-08-13)
==================

Expand Down
1 change: 0 additions & 1 deletion changes/187.doc.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 370e104

Please sign in to comment.