Releases: histogrammar/histogrammar-python
Releases · histogrammar/histogrammar-python
v1.1.2
02 Sep 11:00
Compare
Sorry, something went wrong.
No results found
v1.1.1
26 Aug 10:15
Compare
Sorry, something went wrong.
No results found
v1.1.0
10 Feb 15:38
Compare
Sorry, something went wrong.
No results found
What's Changed
NEW: remove ROOT, cpp, cuda code; no longer maintained and supported by @mbaak in #69
Full Changelog : v1.0.34...v1.1.0
v1.0.34
16 Dec 09:56
Compare
Sorry, something went wrong.
No results found
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
16 Dec 14:23
Compare
Sorry, something went wrong.
No results found
Dec 2022: fix of get_sub_hist() when Bin histogram is filled only with nans.
v1.0.32
09 Sep 08:45
Compare
Sorry, something went wrong.
No results found
Support for decimal datetype in pandas and spark.
v1.0.31
09 Sep 08:45
Compare
Sorry, something went wrong.
No results found
Two fixes:
fix of spark df timestamp datatype detection (#59 )
fix for invalid bin_edges for SparselyBin histogram (#60 )
v1.0.30
21 Jun 15:38
Compare
Sorry, something went wrong.
No results found
Fix for machine-level rounding error, which can show up on in num_bins() call of Bin histogram.
v1.0.29
15 Jun 11:30
Compare
Sorry, something went wrong.
No results found
Version 1.0.29, June 2022
Fix for machine-level rounding error, which can show up on in num_bins() call of Bin histogram.
v1.0.28, June 2022
06 Jun 17:55
Compare
Sorry, something went wrong.
No results found
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.