Skip to content

2023.8.0

Compare
Choose a tag to compare
@douglasdavis douglasdavis released this 01 Aug 22:42
· 315 commits to main since this release
2023.8.0
122ca4c

What's Changed

Features

Fixes

  • fix: make dak.Array copy-able by @douglasdavis in #324
  • fix: better error message when no collections passed to map_partitions. by @douglasdavis in #325
  • fix: Lazy dak.num(..., axis=0) (or negative axis that is equivalent to axis=0) by @douglasdavis in #333
  • fix: sync from_parquet function arguments with upstream awkward version by @douglasdavis in #328
  • fix: from_awkward compatible with empty arrays by @jrueb in #330

Misc

  • chore: rename schema -> form in internal parquet code by @douglasdavis in #320
  • chore: add main API functions & classes to top level __init__.py by @douglasdavis in #331

Full Changelog: 2023.7.1...2023.8.0