Skip to content

Commit 69d0124

Browse files
authored
Merge pull request #133 from lsst/tickets/DM-53844
DM-54844: Add v30 release notes
2 parents a86675a + 8fe5f22 commit 69d0124

6 files changed

Lines changed: 23 additions & 7 deletions

File tree

doc/changes/DM-16523.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/DM-33226.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/changes/DM-51850.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/DM-53767.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/DM-53791.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/lsst.pex.config/CHANGES.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
lsst-pex-config v30.0.0 (2026-01-15)
2+
====================================
3+
4+
Python 3.11 is now the minimum supported version.
5+
Tested on Python 3.14.
6+
7+
New Features
8+
------------
9+
10+
- Added a ``copy`` method that unfreezes. (`DM-16523 <https://rubinobs.atlassian.net/browse/DM-16523>`_)
11+
- * 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.
12+
* Modified the config loader to support URI schemes ``file``, ``resource``, and ``eups`` supported by ``lsst-resources``.
13+
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>`_)
14+
15+
16+
Bug Fixes
17+
---------
18+
19+
- 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>`_)
20+
- Fixed copying of ``ConfigDictField``. (`DM-53767 <https://rubinobs.atlassian.net/browse/DM-53767>`_)
21+
- Fixed copying of ``ConfigChoiceField`` and ``RegistryField``. (`DM-53791 <https://rubinobs.atlassian.net/browse/DM-53791>`_)
22+
23+
124
lsst-pex-config v29.0.0 (2025-03-25)
225
====================================
326

0 commit comments

Comments
 (0)