lsst-utils 29.2025.4800__tar.gz → 30.0.0__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_utils-29.2025.4800/python/lsst_utils.egg-info → lsst_utils-30.0.0}/PKG-INFO +1 -1
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/doc/lsst.utils/CHANGES.rst +11 -0
- lsst_utils-30.0.0/python/lsst/utils/version.py +2 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0/python/lsst_utils.egg-info}/PKG-INFO +1 -1
- lsst_utils-29.2025.4800/python/lsst/utils/version.py +0 -2
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/COPYRIGHT +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/LICENSE +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/MANIFEST.in +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/README.rst +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/doc/lsst.utils/index.rst +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/pyproject.toml +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/__init__.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/__init__.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/_packaging.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/argparsing.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/classes.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/db_auth.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/deprecated.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/doImport.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/inheritDoc.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/introspection.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/iteration.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/logging.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/packages.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/plotting/__init__.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/plotting/figures.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/plotting/limits.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/plotting/publication_plots.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/plotting/rubin.mplstyle +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/py.typed +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/tests.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/threads.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/timer.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/usage.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/wrappers.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst_utils.egg-info/SOURCES.txt +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst_utils.egg-info/dependency_links.txt +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst_utils.egg-info/requires.txt +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst_utils.egg-info/top_level.txt +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst_utils.egg-info/zip-safe +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/setup.cfg +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_argparsing.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_classes.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_db_auth.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_decorators.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_deprecated.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_doImport.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_executables.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_getPackageDir.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_getTempFilePath.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_import.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_inheritDoc.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_introspection.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_iteration.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_logging.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_matplotlib_figures.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_ordering.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_packages.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_plotting_limits.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_threads.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_timer.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_usage.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_utils.py +0 -0
- {lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/tests/test_wrappers.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-utils
|
|
3
|
-
Version:
|
|
3
|
+
Version: 30.0.0
|
|
4
4
|
Summary: Utility functions from Rubin Observatory Data Management for the Legacy Survey of Space and Time (LSST).
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
lsst-utils v30.0.0 (2026-01-15)
|
|
2
|
+
===============================
|
|
3
|
+
|
|
4
|
+
Now works with Python 3.13 and 3.14.
|
|
5
|
+
|
|
6
|
+
Miscellaneous Changes of Minor Interest
|
|
7
|
+
---------------------------------------
|
|
8
|
+
|
|
9
|
+
- Swapped i-band color in multiband plot colors (with white background) so that the ``gri`` triplet isn’t mapped to the counterintuitive GRB order. (`DM-51690 <https://rubinobs.atlassian.net/browse/DM-51690>`_)
|
|
10
|
+
|
|
11
|
+
|
|
1
12
|
lsst-utils v29.1.1 (2025-06-19)
|
|
2
13
|
===============================
|
|
3
14
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-utils
|
|
3
|
-
Version:
|
|
3
|
+
Version: 30.0.0
|
|
4
4
|
Summary: Utility functions from Rubin Observatory Data Management for the Legacy Survey of Space and Time (LSST).
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
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
|
{lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst/utils/plotting/publication_plots.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
|
|
File without changes
|
{lsst_utils-29.2025.4800 → lsst_utils-30.0.0}/python/lsst_utils.egg-info/dependency_links.txt
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|