Skip to content

Commit ef45af8

Browse files
committed
Update CHANGELOG for 0.7.0
1 parent abaf898 commit ef45af8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## Version 0.7.0 (in progress)
1+
## Version 0.7.0
2+
3+
This version removes deprecated functionality, and has several backend
4+
improvements. The most noticeable user-facing change is the multithreaded fill
5+
feature, which can enable significant speedups when you have a dataset that is
6+
much larger than the number of bins in your histogram and have free cores to
7+
use. Several small bugs have been fixed.
28

39
#### User changes
410

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
[![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/boost-histogram)][conda-link]
1313
[![Scikit-HEP][sk-badge]](https://scikit-hep.org/)
1414

15-
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.
15+
Python bindings for [Boost::Histogram][] ([source][Boost::Histogram source]), a
16+
C++14 library. This should become one of the [fastest libraries][] for
17+
histogramming, while still providing the power of a full histogram object.
1618

1719
## Installation
1820

0 commit comments

Comments
 (0)