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