Skip to content

v1.0.28, June 2022

Compare
Choose a tag to compare
@mbaak mbaak released this 06 Jun 17:55
· 49 commits to master since this release
dcbf220

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.