Skip to content

Releases: dask-contrib/dask-awkward

2023.12.0

05 Dec 22:32
2023.12.0
daf0dbe
Compare
Choose a tag to compare

What's Changed

New

Misc

  • chore(deps): bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in #431

Full Changelog: 2023.11.5...2023.12.0

2023.11.5

01 Dec 04:22
2023.11.5
dd3267a
Compare
Choose a tag to compare

What's Changed

New

Fixes

  • fix: dak.firsts should be able to take any axis >= 1 in common case by @lgray in #424

Misc

Full Changelog: 2023.11.4...2023.11.5

2023.11.4

30 Nov 14:57
2023.11.4
3ddcc09
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: 2023.11.3...2023.11.4

2023.11.3

17 Nov 03:08
2023.11.3
e094ac1
Compare
Choose a tag to compare

What's Changed

New

  • feat!: raise error to eager len calls by @iasonkrom in #416
  • feat: update to latest awkward==2.5.0 by @agoose77 in #407
  • feat!: disallow Scalar.__getitem__use; suggest to convert with Scalar.to_delayed. by @douglasdavis in #412

Fixes

Misc

Full Changelog: 2023.11.2...2023.11.3

2023.11.2

10 Nov 21:25
2023.11.2
a363cde
Compare
Choose a tag to compare

What's Changed

New

  • feat: support returning empty arrays in from_map IO function calls based on user declared exceptions by @douglasdavis in #400
    • followup fix: don't require mock and mock_empty together; use behaviors in empty array creation by @douglasdavis in #408

Full Changelog: 2023.11.0...2023.11.2

2023.11.0

06 Nov 17:30
2023.11.0
bde300c
Compare
Choose a tag to compare

What's Changed

New

  • feat: add support for Array collection broadcasting with Scalar collection by @douglasdavis in #398

Fixes

  • fix: handle np.ndarray(N) where N is a scalar in compute results by @douglasdavis in #401
  • fix: use duck-typing check in place of isinstance(..., np.ndarray) by @douglasdavis in #402

Misc

Full Changelog: 2023.10.2...2023.11.0

2023.10.2

26 Oct 14:46
2023.10.2
816cb30
Compare
Choose a tag to compare

What's Changed

New

  • feat!: add Scalar binary and unary ops; adjust Scalar.__getattr__ by @douglasdavis in #397

Full Changelog: 2023.10.1...2023.10.2

2023.10.1

24 Oct 13:42
2023.10.1
f2ef9f1
Compare
Choose a tag to compare

What's Changed

Fixes

Misc

Full Changelog: 2023.10.0...2023.10.1

2023.10.0

13 Oct 15:40
2023.10.0
1360bc4
Compare
Choose a tag to compare

What's Changed

Features

  • feat!: remove protocol for form transformation by @agoose77 in #382
  • feat: implement shape_touched optimisation by @agoose77 in #381

Fixes

  • fix: harden typing in the code base; add pre-commit check; improve docs by @douglasdavis in #383
  • fix: declare pyarrow optional for 3.12 by @agoose77 in #385
  • fix: simultaneous computes when one is encapsulated by the other doesn't over optimize by @douglasdavis in #375

Misc

Full Changelog: 2023.9.3...2023.10.0

2023.10a1

06 Oct 21:38
96b19df
Compare
Choose a tag to compare
2023.10a1 Pre-release
Pre-release

What's Changed

Features

  • feat: implement shape_touched optimisation by @agoose77 in #381

Fixes

  • fix: awkward data touched keys can be string 'None' by @douglasdavis in #374
  • fix: simultaneous computes when one is encapsulated by the other doesn't over optimize by @douglasdavis in #375

Misc

Full Changelog: 2023.9.3...2023.10a1