Skip to content

Commit

Permalink
Add v26 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Sep 22, 2023
1 parent 22560d9 commit ae319b9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
1 change: 0 additions & 1 deletion doc/changes/DM-31924.feature.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/changes/DM-36649.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-40198.api.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-4037.misc.rst

This file was deleted.

22 changes: 22 additions & 0 deletions doc/lsst.pex.config/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
lsst-pex-config v26.0.0 (2023-09-22)
====================================

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

- Added a dynamic-default callback argument to ``RegistryField``. (`DM-31924 <https://jira.lsstcorp.org/browse/DM-31924>`_)
- Introduced ``ConfigurableActions``. These are ``pex_config`` fields and config types which function as a functor, state is set at config time, but the ``ConfigurableActions`` are callable at runtime to produce an action. (`DM-36649 <https://jira.lsstcorp.org/browse/DM-36649>`_)


API Changes
-----------

- The ``loadFromStream`` and ``loadFromString`` methods now take a dictionary as an optional argument which allows specifying additional variables to use in local scope when reading configs. (`DM-40198 <https://jira.lsstcorp.org/browse/DM-40198>`_)


Other Changes and Additions
---------------------------

- There is now a requirement for configuration parameters to have a non-empty docstring. (`DM-4037 <https://jira.lsstcorp.org/browse/DM-4037>`_)


lsst-pex-config v25.0.0 (2023-02-28)
====================================

Expand Down

0 comments on commit ae319b9

Please sign in to comment.