Skip to content

Commit

Permalink
Merge pull request #194 from lsst/tickets/DM-47673-main
Browse files Browse the repository at this point in the history
DM-47673: v28 release notes (cherry-picked)
  • Loading branch information
timj authored Nov 20, 2024
2 parents dabf62f + 617b804 commit 6d139a9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
args:
- "--unsafe"
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
# It is recommended to specify the latest version of Python
Expand All @@ -23,10 +23,10 @@ repos:
name: isort (python)
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.3
rev: v0.7.4
hooks:
- id: ruff
- repo: https://github.com/numpy/numpydoc
rev: "v1.7.0"
rev: "v1.8.0"
hooks:
- id: numpydoc-validation
1 change: 0 additions & 1 deletion doc/changes/DM-44725.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-45007.feature.md

This file was deleted.

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

This file was deleted.

10 changes: 10 additions & 0 deletions doc/lsst.utils/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
lsst-utils v28.0.0 (2024-11-19)
===============================

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

- Added ``lsst.utils.iteration.sequence_to_range_str()`` to compactify lists of numbers for human reading and understanding. (`DM-46813 <https://rubinobs.atlassian.net/browse/DM-46813>`_)
- Added ``lsst.utils.introspection.take_object_census`` and ``lsst.utils.introspection.trace_object_references`` functions for characterizing memory leaks. (`DM-45007 <https://rubinobs.atlassian.net/browse/DM-45007>`_)
- Added ``lsst.utils.plotting.make_figure()`` utility to create a non-interactive ``matplotlib`` ``matploblib.figure.Figure`` without ``matplotlib.pyplot``. (`DM-44725 <https://rubinobs.atlassian.net/browse/DM-44725>`_)

lsst-utils 27.0.0 (2024-05-28)
==============================

Expand Down

0 comments on commit 6d139a9

Please sign in to comment.