Skip to content

Commit 7933e3d

Browse files
committed
Bump version to 0.6.2
1 parent dcf56d0 commit 7933e3d

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
### IN DEVELOPMENT
1+
### Version 0.6.2
22

3-
Documentation update. Now using development branch of Boost.Histogram again.
3+
Common analysis tasks are now better supported. Much more complete
4+
documentation. Now using development branch of Boost.Histogram again.
45

56
#### Bug fixes
67

78
* Fix sum over category axes in indexing [#298][]
89
* Allow single category item selection [#298][]
9-
* Allow slicing on axes without flow bins [#288][]
10+
* Allow slicing on axes without flow bins [#288][], [#300][]
1011
* Sum repr no longer throws error [#293][]
1112

1213
#### Developer changes
@@ -17,6 +18,7 @@ Documentation update. Now using development branch of Boost.Histogram again.
1718
[#292]: https://github.com/scikit-hep/boost-histogram/pull/292
1819
[#293]: https://github.com/scikit-hep/boost-histogram/pull/293
1920
[#298]: https://github.com/scikit-hep/boost-histogram/pull/298
21+
[#300]: https://github.com/scikit-hep/boost-histogram/pull/300
2022

2123
### Version 0.6.1
2224

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@
1313

1414
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.
1515

16-
> ## Version 0.6.1: Public beta
16+
> ## Version 0.6.2: Public beta
1717
>
1818
> Please feel free to try out boost-histogram and give feedback.
1919
> Join the [discussion on gitter][gitter-link] or [open an issue](https://github.com/scikit-hep/boost-histogram/issues)!
20-
>
21-
> ### Known issues:
22-
>
23-
> * Axes with flow bins turned off cannot be sliced
2420
2521

2622
## Installation

boost_histogram/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.1"
1+
__version__ = "0.6.2"

0 commit comments

Comments
 (0)