Releases: histogrammar/histogrammar-python
Releases · histogrammar/histogrammar-python
v1.1.2
v1.1.1
v1.1.0
v1.0.34
What's Changed
- FIX: small fixes to make unit tests pass for numpy<2 and pandas<2 by @mbaak in #66
- Support Numpy >= 2.0.0 and Pandas >= 2.0.0 by @mkopec87 in #65
New Contributors
Full Changelog: v1.0.33...v1.0.34
v1.0.33
v1.0.32
v1.0.31
v1.0.30
v1.0.29
v1.0.28, June 2022
Version 1.0.28, June 2022
- Multiple performance updates, to Bin, SparselyBin and Categorize histograms.
- SparselyBin, Categorize: optimized filling with 1-d and 2-d numpy arrays
- Bin, SparselyBin, Categorize: (fast) numpy arrays for bin-centers and bin-labels.
- Count: new, fast filling option when float weight is known.
- util.py: faster get_datatype() and get_ndim() functions.