Skip to content

Releases: dask-contrib/dask-histogram

0.3.0

20 Jan 18:22
0.3.0
ee5ae9d

Choose a tag to compare

  • Removes AggHistogram inheritance of dask.bag.Item

0.2.3

02 Nov 16:28
0.2.3
a413514

Choose a tag to compare

  • Fixes for both returning Dask arrays and converting histograms to Dask arrays

0.2.2

26 Oct 20:46
0.2.2
989ee59

Choose a tag to compare

  • Support for sample argument (used with Mean and WeightedMean boost-histogram storages). (#10)

0.2.1

22 Oct 17:45
0.2.1
9be5d69

Choose a tag to compare

  • Fix deserialization issue with AggHistogram (#7)

0.2.0

19 Oct 19:28
6c5d18b

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

Choose a tag to compare

Initial release.