Skip to content

2023.2.0

Compare
Choose a tag to compare
@douglasdavis douglasdavis released this 23 Feb 18:52
· 210 commits to main since this release
2023.2.0
55a9a11

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