This is the first "ready-for-customers" version of Ragged. Try it out and [let me know](https://github.com/jpivarski/ragged/issues) what's missing or broken. Thanks!
What's Changed
* feat: initial array object implementation by jpivarski in https://github.com/jpivarski/ragged/pull/1
* feat: add constants. by jpivarski in https://github.com/jpivarski/ragged/pull/2
* feat: add function stubs (no implementations yet). by jpivarski in https://github.com/jpivarski/ragged/pull/3
* refactor: organize submodules and tests by spec. by jpivarski in https://github.com/jpivarski/ragged/pull/4
* feat: elementwise functions (mappers) by jpivarski in https://github.com/jpivarski/ragged/pull/5
* feat: reducer functions by jpivarski in https://github.com/jpivarski/ragged/pull/7
* chore: use NotImplementedError instead of 'TODO' by jpivarski in https://github.com/jpivarski/ragged/pull/9
* feat: add all direct from NumPy/CuPy functions by jpivarski in https://github.com/jpivarski/ragged/pull/10
* feat: add all direct from Awkward functions by jpivarski in https://github.com/jpivarski/ragged/pull/11
* feat: make array object usable by jpivarski in https://github.com/jpivarski/ragged/pull/33
New Contributors
* jpivarski made their first contribution in https://github.com/jpivarski/ragged/pull/1
**Full Changelog**: https://github.com/jpivarski/ragged/compare/v0.0.1...v0.1.0