Skip to content

Releases: dask-contrib/dask-histogram

2023.5.0

09 May 16:10
1a1da1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.4.4...2023.5.0

2023.4.4

26 Apr 00:34
ee74738
Compare
Choose a tag to compare

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #77
  • fix: axes name assignments should persist through .copy() and .compute() by @lgray in #78

Full Changelog: 2023.4.3...2023.4.4

2023.4.3

18 Apr 14:24
8b13395
Compare
Choose a tag to compare

What's Changed

  • feat: use upstream DataFrameTreeReduction for reducing histograms by @douglasdavis in #74
  • allow release to trigger publish by @lgray in #75

Full Changelog: 2023.4.2...2023.4.3

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)