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
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
uses: codecov/codecov-action@v5
with:
report_type: test_results
token: ${{ secrets.CODECOV_TOKEN }}

pypi:
Expand Down
1 change: 0 additions & 1 deletion doc/changes/DM-51690.misc.rst

This file was deleted.

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

Now works with Python 3.13 and 3.14.

Miscellaneous Changes of Minor Interest
---------------------------------------

- 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>`_)


lsst-utils v29.1.1 (2025-06-19)
===============================

Expand Down
Loading