From d3d2c14fab20beaa4db174c3dd3f9479640fcb20 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 10 Mar 2022 17:44:57 -0500 Subject: [PATCH] docs: update changelog for 2.6.1 --- docs/changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 6df7be71..02110721 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,17 @@ # Changelog +## Version 2.6.1 + +* Fall back on normal repr when histogram is too large + [#388](https://github.com/scikit-hep/hist/pull/388) +* Fix issue with no-axis histogram + [#388](https://github.com/scikit-hep/hist/pull/388) +* Fix issue with empty axis causing segfault until fixed upstream + [#387](https://github.com/scikit-hep/hist/pull/387) +* Only require SciPy if using SciPy + [#386](https://github.com/scikit-hep/hist/pull/386) + + ## Version 2.6.0 * Using [boost-histogram 1.3](https://boost-histogram.readthedocs.io/en/latest/CHANGELOG.html#version-1-3)