Skip to content

Releases: dask-contrib/dask-awkward

2023.6.1

09 Jun 16:17
2023.6.1
b430e13
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Full Changelog: 2023.6.0...2023.6.1

2023.6.0

02 Jun 16:13
2023.6.0
4e4c813
Compare
Choose a tag to compare

What's Changed

New features

Fixes

Misc.

Full Changelog: 2023.5.1...2023.6.0

2023.5.1

19 May 19:58
7be6862
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.5.0...2023.5.1

2023.5.0

11 May 14:18
1d6a928
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.4.2...2023.5.0

2023.4.2

26 Apr 00:30
fcc02cc
Compare
Choose a tag to compare

What's Changed

  • Automate releases with GH actions by @douglasdavis in #229
  • dask_un/pack are gone! by @martindurant in #232
  • feat: add dak.local_index by @lgray in #238
  • fix: make ak.singletons workaround operate correctly in all cases by @lgray in #235
  • fix: remove zero_length_array meta calculation in full_like by @lgray in #240
  • fix: remove _meta workaround in run_lengths by @lgray in #242
  • fix: remove meta workaround in dak.isclose by @lgray in #241
  • feat: Allow dak.where, dak.with_field and __setitem__ to take some non-array arguments by @lgray in #230
  • fix: only do column optimization on one partition of input dataset by @lgray in #234
  • example: dask.visualize(optimize_graph=False) causes later computation to fail by @lgray in #243
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #247
  • Remove typetracer work arounds in where and with_field by @lgray in #248

Full Changelog: 2023.4.1...2023.4.2

2023.4.1

14 Apr 00:22
e8d8f32
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.4.0...2023.4.1

2023.4.0

10 Apr 20:12
2023.4.0
172bdb2
Compare
Choose a tag to compare

What's Changed

Features:

Fixes:

  • fix: Remove workaround in cartesian; increase minimum awkward version by @lgray in #222
  • fix: raise for non-map-partitionable getitem calls with ellipsis by @douglasdavis in #219
  • fix: update dev docs by @douglasdavis in #216

Docs

Misc.

  • chore: misc. fixes & updates: typing, docs, formatting, rtd by @douglasdavis in #221

New Contributors

Full Changelog: 2023.3.2...2023.4.0

2023.3.2

27 Mar 23:30
2023.3.2
8edee91
Compare
Choose a tag to compare

What's Changed

New features

  • feat: __setitem__ by way of using dak.with_field by @lgray in #199

Fixes

  • Recurse through nested contents for arrays used in getitem by @masonproffitt in #191
  • Check backend of meta= arguments in creation functions by @douglasdavis in #197
  • Touch all fields of ak.Record instances if last layer by @douglasdavis in #198
  • fix: actually return a type-tracer when typetracing dak.cartesian by @lgray in #194

Misc.

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #192
  • [organization] Create a set_form_keys function used in layers module by @douglasdavis in #195
  • [experimental behaviors support] Use inspect to determine if we're passing in additional array contexts. by @lgray in #200

New Contributors

Full Changelog: 2023.3.1...2023.3.2

2023.3.1

20 Mar 15:27
2023.3.1
a1755a2
Compare
Choose a tag to compare

What's Changed

New

Fixes

  • Fix URL in README by @douglasdavis in #182
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #183
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #186
  • Cast getitem indices to int (avoid passing NumPy scalar types which are not supported as getitem arguments in upstream awkward) by @douglasdavis in #190
  • fix: dak.cartesian was not tracing properly, fix data touching, behaviors by @lgray in #189

Full Changelog: 2023.3.0...2023.3.1

2023.3.0

06 Mar 21:00
2023.3.0
a525b34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.2.2...2023.3.0