Skip to content

Commit 06ba23b

Browse files
committed
Bump up Histogrammar version to v1.0.29
1 parent db252b4 commit 06ba23b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Release notes
33
=============
44

5+
Version 1.0.29, June 2022
6+
-------------------------
7+
* Fix for machine-level rounding error, which can show up on in num_bins() call of Bin histogram.
8+
59
Version 1.0.28, June 2022
610
-------------------------
711
* Multiple performance updates, to Bin, SparselyBin and Categorize histograms.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PyCUDA is available, they can also be filled from Numpy arrays by JIT-compiling
2020

2121
This Python implementation of histogrammar been tested to guarantee compatibility with its Scala implementation.
2222

23-
Latest Python release: v1.0.28 (June 2022).
23+
Latest Python release: v1.0.29 (June 2022).
2424

2525
Announcements
2626
=============

setup.py

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

2323
MAJOR = 1
2424
REVISION = 0
25-
PATCH = 28
25+
PATCH = 29
2626
DEV = False
2727
# NOTE: also update version at: README.rst
2828

0 commit comments

Comments
 (0)