Skip to content

Releases: dask-contrib/dask-histogram

2022.11.0

11 Nov 16:34
2022.11.0
5e25391
Compare
Choose a tag to compare
  • Add partitioned_factory to top level dask_histogram module.
  • Documentation improvements.
  • Bump boost-histogram requirement.

2022.9.0

15 Sep 17:11
2022.9.0
eef0760
Compare
Choose a tag to compare
  • Cleanup some typing.
  • Fix internal import (for compatibility with dask-awkward).

2022.8.0

23 Aug 20:45
2022.8.0
853eae5
Compare
Choose a tag to compare
  • Backend code organization improvements
  • Use hatchling build backend

2022.6.0

13 Jun 14:05
2022.6.0
e6337a2
Compare
Choose a tag to compare
  • First release with calendar versioning.
  • Drop Python 3.7
  • Fix logic for determining dask-awkward array inputs.
  • use _meta as a representation for the reference boost-histogram object (histref) (like the rest of Dask's metadata handling).

0.3.3

24 Mar 02:09
0.3.3
3ba22e9
Compare
Choose a tag to compare
  • Experimental support for the Array collection from dask-awkward.
  • Use Dask's built in blockwise optimizations

0.3.2

08 Feb 15:53
7047ed0
Compare
Choose a tag to compare
  • Static typing improvements

0.3.1

08 Feb 15:09
433ee71
Compare
Choose a tag to compare
  • Package py.typed
  • Update setup.cfg with url entry.

0.3.0

20 Jan 18:22
0.3.0
ee5ae9d
Compare
Choose a tag to compare
  • Removes AggHistogram inheritance of dask.bag.Item

0.2.3

02 Nov 16:28
0.2.3
a413514
Compare
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
Compare
Choose a tag to compare
  • Support for sample argument (used with Mean and WeightedMean boost-histogram storages). (#10)