Skip to content

Commit 4009c1f

Browse files
authored
Version bump (#160)
1 parent 9eb2cf0 commit 4009c1f

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### Version 0.5.1
2+
3+
* Removed the `bh.indexed`/`h.indexed` iterator [#150][]
4+
* Added `.axes` AxisTuple, with direct access to properties [#150][]
5+
* Fixed a bug in the sdist missing Boost.Variant2 [#154][]
6+
* Fixed filling on strided inputs [#158][]
7+
* Cleaned up tab completion in IPython [#150][]
8+
9+
10+
11+
[#150]: https://github.com/scikit-hep/boost-histogram/pull/150
12+
[#154]: https://github.com/scikit-hep/boost-histogram/pull/154
13+
[#158]: https://github.com/scikit-hep/boost-histogram/pull/158
14+
[#159]: https://github.com/scikit-hep/boost-histogram/pull/159
15+
16+
117
## Version 0.5
218

319
First beta release and beginning of the changelog.
@@ -9,3 +25,4 @@ First beta release and beginning of the changelog.
925
* Indexing and the array versions (such as centers) are incomplete and subject to change
1026
* The numpy module is provisional and subject to change
1127
* Docstrings and signatures will improve in later versions (especially on Python 3)
28+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
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.
1010

11-
> ## 0.5.1: First public beta
11+
> ## 0.5.1: Public beta
1212
>
1313
> Please feel free to try out boost-histogram and give feedback.
1414
> Join the [discussion on gitter][gitter-link] or [open an issue](https://github.com/scikit-hep/boost-histogram/issues)!

boost_histogram/version.py

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

0 commit comments

Comments
 (0)