Skip to content

Releases: dask-contrib/dask-histogram

0.2.1

22 Oct 17:45
0.2.1
9be5d69
Compare
Choose a tag to compare
  • Fix deserialization issue with AggHistogram (#7)

0.2.0

19 Oct 19:28
6c5d18b
Compare
Choose a tag to compare
  • Major rewrite of the backend, now based on Dask's HighLevelGraphs.
  • Two new Dask collections:
    • AggHistogram
    • PartitionedHistogram
  • New dask_histogram.factory function as the main and recommended entry point for creating lazy histogram.
  • API change: the Histogram class inheriting from boost_histogram.Histogram has been moved from the top level dask_histogram namespace to the dask_histogram.boost namespace.
    • The dask.array/NumPy-like functions that can return Histogram objects have also been moved to the dask_histogram.boost namespace.
  • In the dask_histogram namespace, the dask.array/NumPy-like functions (histogram, histogram2d, and histogramdd) will now optionally return a AggHistogram object based on the histogram= argument in these functions.

0.1.0

13 May 18:40
0.1.0
e0269fa
Compare
Choose a tag to compare

Initial release.