2023.8.0
What's Changed
Features
- feat: add new attribute for when divisions are known by @douglasdavis in #326
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 toaxis=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