Releases: scikit-hep/ragged
Releases · scikit-hep/ragged
Version 0.2.0
New features
- feat: CF conventions and logo by @jpivarski in #42
- feature: ragged.sort and ragged.argsort by @jpivarski in #48
- feat: set functions and tests by @ohrechykha in #57
Bug-fixes and performance
Other
- test: add tests for unique on cuda by @ianna in #68
- build: Add lower bound on awkward of v2.5.0 by @matthewfeickert in #51
- ci: Use uv for all pip installs by @matthewfeickert in #50
- chore: port to numpy 2.0 by @ianna in #60
- chore(deps): bump the actions group with 1 update by @dependabot in #37
- chore(deps): bump the actions group with 2 updates by @dependabot in #45
- chore(deps): bump codecov/codecov-action from 4.3.0 to 4.4.1 in the actions group across 1 directory by @dependabot in #53
- chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 in the actions group by @dependabot in #54
- chore(deps): bump codecov/codecov-action from 4.5.0 to 5.1.2 in the actions group across 1 directory by @dependabot in #73
- chore(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 in the actions group by @dependabot in #74
New Contributors
- @dependabot made their first contribution in #37
- @matthewfeickert made their first contribution in #51
- @ianna made their first contribution in #60
- @ohrechykha made their first contribution in #57
Full Changelog: v0.1.0...v0.2.0
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).