From ae319b9674149894bf37a17dfe14611a87cc8cc9 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Fri, 22 Sep 2023 16:56:51 -0700 Subject: [PATCH] Add v26 release notes --- doc/changes/DM-31924.feature.md | 1 - doc/changes/DM-36649.feature.rst | 2 -- doc/changes/DM-40198.api.md | 1 - doc/changes/DM-4037.misc.rst | 1 - doc/lsst.pex.config/CHANGES.rst | 22 ++++++++++++++++++++++ 5 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 doc/changes/DM-31924.feature.md delete mode 100644 doc/changes/DM-36649.feature.rst delete mode 100644 doc/changes/DM-40198.api.md delete mode 100644 doc/changes/DM-4037.misc.rst diff --git a/doc/changes/DM-31924.feature.md b/doc/changes/DM-31924.feature.md deleted file mode 100644 index 76ecc6a..0000000 --- a/doc/changes/DM-31924.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add a dynamic-default callback argument to `RegistryField`. diff --git a/doc/changes/DM-36649.feature.rst b/doc/changes/DM-36649.feature.rst deleted file mode 100644 index 530e278..0000000 --- a/doc/changes/DM-36649.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -Introduce 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. diff --git a/doc/changes/DM-40198.api.md b/doc/changes/DM-40198.api.md deleted file mode 100644 index 15d3c16..0000000 --- a/doc/changes/DM-40198.api.md +++ /dev/null @@ -1 +0,0 @@ -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. diff --git a/doc/changes/DM-4037.misc.rst b/doc/changes/DM-4037.misc.rst deleted file mode 100644 index 12828b5..0000000 --- a/doc/changes/DM-4037.misc.rst +++ /dev/null @@ -1 +0,0 @@ -There is now a requirement for configuration parameters to have a non-empty docstring. \ No newline at end of file diff --git a/doc/lsst.pex.config/CHANGES.rst b/doc/lsst.pex.config/CHANGES.rst index 766258b..ed4998c 100644 --- a/doc/lsst.pex.config/CHANGES.rst +++ b/doc/lsst.pex.config/CHANGES.rst @@ -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 `_) +- 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 `_) + + +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 `_) + + +Other Changes and Additions +--------------------------- + +- There is now a requirement for configuration parameters to have a non-empty docstring. (`DM-4037 `_) + + lsst-pex-config v25.0.0 (2023-02-28) ====================================