From 7933e3d692ad9c1c2c25ec72a7a596212dd692f2 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 7 Jan 2020 15:22:03 -0500 Subject: [PATCH] Bump version to 0.6.2 --- CHANGELOG.md | 8 +++++--- README.md | 6 +----- boost_histogram/version.py | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b74d525..92f606c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ -### IN DEVELOPMENT +### Version 0.6.2 -Documentation update. Now using development branch of Boost.Histogram again. +Common analysis tasks are now better supported. Much more complete +documentation. Now using development branch of Boost.Histogram again. #### Bug fixes * Fix sum over category axes in indexing [#298][] * Allow single category item selection [#298][] -* Allow slicing on axes without flow bins [#288][] +* Allow slicing on axes without flow bins [#288][], [#300][] * Sum repr no longer throws error [#293][] #### Developer changes @@ -17,6 +18,7 @@ Documentation update. Now using development branch of Boost.Histogram again. [#292]: https://github.com/scikit-hep/boost-histogram/pull/292 [#293]: https://github.com/scikit-hep/boost-histogram/pull/293 [#298]: https://github.com/scikit-hep/boost-histogram/pull/298 +[#300]: https://github.com/scikit-hep/boost-histogram/pull/300 ### Version 0.6.1 diff --git a/README.md b/README.md index 8954adb2..0a5b1725 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,10 @@ Python bindings for [Boost::Histogram][] ([source][Boost::Histogram source]), a C++14 library. This should become one of the [fastest libraries][] for histogramming, while still providing the power of a full histogram object. -> ## Version 0.6.1: Public beta +> ## Version 0.6.2: Public beta > > Please feel free to try out boost-histogram and give feedback. > Join the [discussion on gitter][gitter-link] or [open an issue](https://github.com/scikit-hep/boost-histogram/issues)! -> -> ### Known issues: -> -> * Axes with flow bins turned off cannot be sliced ## Installation diff --git a/boost_histogram/version.py b/boost_histogram/version.py index 43c4ab00..22049ab2 100644 --- a/boost_histogram/version.py +++ b/boost_histogram/version.py @@ -1 +1 @@ -__version__ = "0.6.1" +__version__ = "0.6.2"