lsst-pex-config 30.0.0rc3__tar.gz → 30.2026.300__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lsst_pex_config-30.0.0rc3/python/lsst_pex_config.egg-info → lsst_pex_config-30.2026.300}/PKG-INFO +1 -1
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/doc/lsst.pex.config/CHANGES.rst +0 -23
- lsst_pex_config-30.2026.300/python/lsst/pex/config/version.py +2 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300/python/lsst_pex_config.egg-info}/PKG-INFO +1 -1
- lsst_pex_config-30.0.0rc3/python/lsst/pex/config/version.py +0 -2
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/COPYRIGHT +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/LICENSE +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/MANIFEST.in +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/README.rst +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/bsd_license.txt +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/doc/lsst.pex.config/design-notes.rst +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/doc/lsst.pex.config/field-types.rst +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/doc/lsst.pex.config/index.rst +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/doc/lsst.pex.config/inspecting-configs.rst +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/doc/lsst.pex.config/overview.rst +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/doc/lsst.pex.config/registry-intro.rst +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/doc/lsst.pex.config/wrapping-cpp-control-objects.rst +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/gpl-v3.0.txt +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/pyproject.toml +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/__init__.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/__init__.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/__init__.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/_doNotImportMe.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/callStack.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/choiceField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/comparison.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/config.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/configChoiceField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/configDictField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/configField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/configurableActions/__init__.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/configurableActions/_configurableAction.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/configurableActions/_configurableActionField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/configurableActions/_configurableActionStructField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/configurableActions/tests.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/configurableField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/convert.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/dictField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/history.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/listField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/py.typed +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/rangeField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/registry.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/wrap.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst_pex_config.egg-info/SOURCES.txt +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst_pex_config.egg-info/dependency_links.txt +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst_pex_config.egg-info/requires.txt +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst_pex_config.egg-info/top_level.txt +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst_pex_config.egg-info/zip-safe +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/setup.cfg +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/testLib.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_Config.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test__file__.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_configChoiceField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_configDictField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_configurableActions.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_configurableField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_dictField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_history.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_listField.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_registry.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_ticket1911.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_ticket1914.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_ticket1915.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_ticket1929.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_ticket1995.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_ticket2818.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_ticketDM-7337.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_unloaded_yaml.py +0 -0
- {lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/tests/test_wrap.py +0 -0
{lsst_pex_config-30.0.0rc3/python/lsst_pex_config.egg-info → lsst_pex_config-30.2026.300}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-pex-config
|
|
3
|
-
Version: 30.
|
|
3
|
+
Version: 30.2026.300
|
|
4
4
|
Summary: A flexible configuration system using Python files.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License-Expression: BSD-3-Clause OR GPL-3.0-or-later
|
|
@@ -1,26 +1,3 @@
|
|
|
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
|
-
|
|
24
1
|
lsst-pex-config v29.0.0 (2025-03-25)
|
|
25
2
|
====================================
|
|
26
3
|
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300/python/lsst_pex_config.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-pex-config
|
|
3
|
-
Version: 30.
|
|
3
|
+
Version: 30.2026.300
|
|
4
4
|
Summary: A flexible configuration system using Python files.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License-Expression: BSD-3-Clause OR GPL-3.0-or-later
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/doc/lsst.pex.config/design-notes.rst
RENAMED
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/doc/lsst.pex.config/field-types.rst
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/doc/lsst.pex.config/inspecting-configs.rst
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/doc/lsst.pex.config/registry-intro.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/__init__.py
RENAMED
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/_doNotImportMe.py
RENAMED
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/callStack.py
RENAMED
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/choiceField.py
RENAMED
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/comparison.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/configDictField.py
RENAMED
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/configField.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/dictField.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/listField.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/rangeField.py
RENAMED
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst/pex/config/registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pex_config-30.0.0rc3 → lsst_pex_config-30.2026.300}/python/lsst_pex_config.egg-info/zip-safe
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|