New
----
- Register with `dask.sizeof` (142)
- Use length zero arrays of metadata for metadata tracking when necessary (143, 162)
- Configuration parameter `awkward.raise-failed-meta` (default is `False`) controls whether an exception is raised if the the metadata of a new collection cannot be determined automatically. (162)
- Support integer dtype arrays as the `where` parameter of `getitem` calls (158)
- More awkward namespace operations supported (146)
Fixes
-----
- Remove need for explicit computation in `dak.with_name` (150)
- Upstream `UnknownScalar` removal (152)
- Relax partition checking for dak.concatenate (161)
- Remove xfail from a distributed test (149)
Other
-----
- License as nested text (157)
- Some pre-commit and CI updates