From ef45af8ccbee12d6c2fa5d54651f87f85f01f793 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 16 Mar 2020 14:55:52 -0400 Subject: [PATCH] Update CHANGELOG for 0.7.0 --- CHANGELOG.md | 8 +++++++- README.md | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f319a1..2358b760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -## Version 0.7.0 (in progress) +## Version 0.7.0 + +This version removes deprecated functionality, and has several backend +improvements. The most noticeable user-facing change is the multithreaded fill +feature, which can enable significant speedups when you have a dataset that is +much larger than the number of bins in your histogram and have free cores to +use. Several small bugs have been fixed. #### User changes diff --git a/README.md b/README.md index 11a8cc18..72274455 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ [![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/boost-histogram)][conda-link] [![Scikit-HEP][sk-badge]](https://scikit-hep.org/) -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. +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. ## Installation