From 426e557a8b2cf704c27a633b6f764813d5c6f914 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 29 May 2024 03:45:49 -0400 Subject: [PATCH] chore: prepare for release Signed-off-by: Henry Schreiner --- docs/changelog.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 02f0ca53..2a97d5ce 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,36 @@ # Changelog +## Version 2.7.3 + +This release fixes an issue with Python 3.12 pulling in NumPy 2 pre-releases. + +Fixes: + +* Sample required error message + [#538](https://github.com/scikit-hep/hist/pull/538) +* `hist.dask.new` to match top-level package + [#563](https://github.com/scikit-hep/hist/pull/563) + +Docs: + +* Clarify sample term required for Mean storage + [#536](https://github.com/scikit-hep/hist/pull/536) + +CI: + +* Move to using Ruff Jupyter support + [#543](https://github.com/scikit-hep/hist/pull/543) +* Move to using Ruff formatter + [#544](https://github.com/scikit-hep/hist/pull/544) +* Group dependabot updates + [#554](https://github.com/scikit-hep/hist/pull/554) +* Use uv + [#564](https://github.com/scikit-hep/hist/pull/564) +* Add GitHub artifact attestations to package distribution + [#568](https://github.com/scikit-hep/hist/pull/568) +* Reduce update frequency + [#571](https://github.com/scikit-hep/hist/pull/571) + ## Version 2.7.2 * Support boost-histogram 1.4.0 in addition to 1.3.x, including Python 3.12,