Skip to content

Commit

Permalink
Update CHANGELOG for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Mar 16, 2020
1 parent abaf898 commit ef45af8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ef45af8

Please sign in to comment.