Skip to content

Commit

Permalink
Merge pull request #106 from lsst/tickets/DM-40883-main
Browse files Browse the repository at this point in the history
DM-40883 (main): v26 release notes
  • Loading branch information
timj authored Sep 26, 2023
2 parents 22560d9 + ec6d722 commit 41b076d
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pip install pytest-xdist pytest-openfiles pytest-cov

- name: Build and install
run: pip install -v .
run: pip install --no-deps -v .

- name: Run tests
run: pytest -r a -v -n 3 --open-files --cov=tests --cov=lsst.pex.config --cov-report=xml --cov-report=term
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/rebase_checker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Check that 'main' is not merged into the development branch

on: pull_request
Expand Down
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 41b076d

Please sign in to comment.