Releases: histogrammar/histogrammar-python
Releases · histogrammar/histogrammar-python
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.
v1.0.27
v1.0.26
v1.0.25
Version 1.0.25, Apr 2021
- Improve null handling in pandas dataframes, by inferring datatype using pandas' infer_dtype function.
- nans in bool columns get converted to "NaN", so the column keeps True and False values in Categorize, not "1" and "0".
- columns of type object get converted to strings using to_string(), of type string uses only_str().