From 8ab95946809e8195fcbecc7cc398738af1d2267d Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 12 Sep 2023 12:07:16 -0400 Subject: [PATCH] chore: prepare for 2.7.2 --- docs/changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 74688c2d..02f0ca53 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,18 @@ # Changelog +## Version 2.7.2 + +* Support boost-histogram 1.4.0 in addition to 1.3.x, including Python 3.12, + flow disabling for categories, and integer arrays required for integer axes + [#535](https://github.com/scikit-hep/hist/pull/535) and + [#532](https://github.com/scikit-hep/hist/pull/532) +* Add a `.T` shortcut + [#521](https://github.com/scikit-hep/hist/pull/521) +* Support ND quick constructs being mistakenly passed in + [#528](https://github.com/scikit-hep/hist/pull/528) +* Add `boost` nox job to test upstream changes easily + [#533](https://github.com/scikit-hep/hist/pull/533) + ## Version 2.7.1 * `[plot]` extra split into `[fit]`