Skip to content
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
1 change: 0 additions & 1 deletion doc/changes/DM-16523.feature.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/changes/DM-33226.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-51850.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-53767.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-53791.bugfix.md

This file was deleted.

23 changes: 23 additions & 0 deletions doc/lsst.pex.config/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
lsst-pex-config v30.0.0 (2026-01-15)
====================================

Python 3.11 is now the minimum supported version.
Tested on Python 3.14.

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

- Added a ``copy`` method that unfreezes. (`DM-16523 <https://rubinobs.atlassian.net/browse/DM-16523>`_)
- * Changed the config loader method such that if a relative path is specified inside another config it is treated as being relative to that original config file.
* Modified the config loader to support URI schemes ``file``, ``resource``, and ``eups`` supported by ``lsst-resources``.
This change means that in some cases ``__file__`` can be a URI string and not a simple path. (`DM-33226 <https://rubinobs.atlassian.net/browse/DM-33226>`_)


Bug Fixes
---------

- Fixed a bug that caused history-printing to fail when the initial value for a field was `None`. (`DM-51850 <https://rubinobs.atlassian.net/browse/DM-51850>`_)
- Fixed copying of ``ConfigDictField``. (`DM-53767 <https://rubinobs.atlassian.net/browse/DM-53767>`_)
- Fixed copying of ``ConfigChoiceField`` and ``RegistryField``. (`DM-53791 <https://rubinobs.atlassian.net/browse/DM-53791>`_)


lsst-pex-config v29.0.0 (2025-03-25)
====================================

Expand Down
Loading