Skip to content

Releases: dask-contrib/dask-histogram

2023.1.1

13 Jan 21:24
2023.1.1
07fb47b
Compare
Choose a tag to compare

New feautures

  • Add dask.sizeof support (#43)
  • Add support for adding dask_histogram.boost.Histogram objects (#44)

2023.1.0

11 Jan 00:36
2023.1.0
99f2ef9
Compare
Choose a tag to compare
  • Refactored dask_histogram.boost.Histogram class to behave like a proper Dask collection. (#37)
  • Improve boost-histogram like functionality (#38)
  • Rename name attribute on dask_histogram.boost.Histogram class to dask_name so that hist.Hist attribute can be used (#42)
  • CI updates (#41)
  • Pre-commit updates (#34, #39)

2022.12.0

11 Jan 00:32
2022.12.0
fd27208
Compare
Choose a tag to compare
  • Fixes and import error from dask_awkward
  • Use ruff over flake8
  • Pre-commit updates
  • CI updates

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.