What's Changed
Features
* feat: add new attribute for when divisions are known by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/326
Fixes
* fix: make `dak.Array` copy-able by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/324
* fix: better error message when no collections passed to `map_partitions`. by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/325
* fix: Lazy `dak.num(..., axis=0)` (or negative axis that is equivalent to `axis=0`) by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/333
* fix: sync `from_parquet` function arguments with upstream awkward version by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/328
* fix: `from_awkward` compatible with empty arrays by jrueb in https://github.com/dask-contrib/dask-awkward/pull/330
Misc
* chore: rename `schema` -> `form` in internal parquet code by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/320
* chore: add main API functions & classes to top level `__init__.py` by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/331
**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2023.7.1...2023.8.0