jrueb implemented the `ak.unflatten` function (583).
jpivarski fixed segfault int `ak.to_numpy(ak.layout.NumpyArray(cupy.array([1, 2, 3]))` (591), changed the definition of RegularArray to accept `size == 0` (590), which was inspired by a corner-case revealed in testing `ak.unflatten`, and that, in turn, required the `ak.to_arrayset`/`ak.from_arrayset` serialization to be overhauled (592). Because any interface changes should be formally deprecated now, these functions must be renamed: `ak.to_buffers`/`ak.from_buffers`; why this had to be changed (with RegularArray examples) is described here: https://github.com/scikit-hep/awkward-1.0/pull/592#issuecomment-743430896
If no one finds any problems with this release candidate, it will be released as 1.0.1 on Monday. All other features will now target 1.0.2rc1. After 1.0.1 is out, the release candidates leading up to it will be deleted from PyPI.