This is the first version of Awkward Array to strictly require Numba 0.50 if Numba is used at all. By incorporating numba/numba5717 in version 0.50, importing Awkward Array does not cause Numba to be imported, yet even the first function JIT'ed by Numba can accept an Awkward Array as an argument because the Numba entry-point registers all Awkward types.
For details, see the [release history](https://awkward-array.readthedocs.io/en/latest/_auto/changelog.html).
Built on pybind 2.4.3.
0.2.23
For details, see the [release history](https://awkward-array.readthedocs.io/en/latest/_auto/changelog.html).
Built on pybind 2.4.3.
0.2.22
For details, see the [release history](https://awkward-array.readthedocs.io/en/latest/_auto/changelog.html).
Built on pybind 2.4.3.
0.2.21
For details, see the [release history](https://awkward-array.readthedocs.io/en/latest/_auto/changelog.html).
Built on pybind 2.4.3.
0.2.20
Dropped support for Python 3.4, added badges to README, and all the collaborators (a long list of PRs).
Also added trickarcher's `ak.to_arrow` and `ak.from_arrow` functions: PRs 224 and 263. These functions are known to work for Arrow 0.17+.
Built on pybind 2.4.3.
0.2.19
PRs 232 and 234 are bug-fixes, 229, 236, and 237 are documentation. Documentation is now fully stubbed out, though it could take a long time to fill it all in. I've put in notifications telling users that it will be written on demand: they can bump up certain articles in priority.