Skip to content

Releases: dask-contrib/dask-histogram

2023.4.2

14 Apr 15:13
2023.4.2
b95a5be
Compare
Choose a tag to compare

Release using GitHub actions

(no changes to the Python package)

2023.4.1

14 Apr 13:07
2023.4.1
1c17aa0
Compare
Choose a tag to compare

What's Changed

  • Make metadata for boost histograms more lightweight by @lgray in #63

Full Changelog: 2023.4.0...2023.4.1

2023.4.0

10 Apr 15:28
2023.4.0
8c4a324
Compare
Choose a tag to compare

New:

Misc

  • pre-commit autoupdates

Full Changelog: 2023.2.0...2023.4.0

2023.2.0

23 Feb 18:52
2023.2.0
55a9a11
Compare
Choose a tag to compare

New

  • Support for weights= and sample= when filling with dask-awkward arrays (#57)
  • Make split_every configurable (aggregation of partitioned histograms to a single histogram) (#58)

Fixes

  • Make sure empty histograms can be tokenized (85dd2a6)

Other

  • Some pre-commit/CI updates

2023.1.4

27 Jan 20:20
2023.1.4
8f2d8a5
Compare
Choose a tag to compare
  • Remove hard dependency on pandas (by removing use of function from dask.dataframe) (#50, #51)

2023.1.3

27 Jan 17:57
2023.1.3
5d94859
Compare
Choose a tag to compare
  • Make fill calls with dask-awkward input compatible with awkward typetracers (this allows future dask-awkward optimizations to work with dask-histogram layers) (#48)
  • Run dask-awkward optimizations if the awkward key exists in dask.config (#49)
  • Some pre-commit updates

2023.1.2

17 Jan 17:02
2023.1.2
d3ebda0
Compare
Choose a tag to compare
  • Fix circular import (#46)

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