Ragged

Latest version: v0.2.0

Safety actively analyzes 714772 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.0

New features
* feat: CF conventions and logo by jpivarski in https://github.com/scikit-hep/ragged/pull/42
* feature: ragged.sort and ragged.argsort by jpivarski in https://github.com/scikit-hep/ragged/pull/48
* feat: set functions and tests by ohrechykha in https://github.com/scikit-hep/ragged/pull/57

Bug-fixes and performance
* fix: an unexpected 'equal_nan' keyword argument by ianna in https://github.com/scikit-hep/ragged/pull/66

Other
* test: add tests for unique on cuda by ianna in https://github.com/scikit-hep/ragged/pull/68
* build: Add lower bound on awkward of v2.5.0 by matthewfeickert in https://github.com/scikit-hep/ragged/pull/51
* ci: Use uv for all pip installs by matthewfeickert in https://github.com/scikit-hep/ragged/pull/50
* chore: port to numpy 2.0 by ianna in https://github.com/scikit-hep/ragged/pull/60
* chore(deps): bump the actions group with 1 update by dependabot in https://github.com/scikit-hep/ragged/pull/37
* chore(deps): bump the actions group with 2 updates by dependabot in https://github.com/scikit-hep/ragged/pull/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 https://github.com/scikit-hep/ragged/pull/53
* chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 in the actions group by dependabot in https://github.com/scikit-hep/ragged/pull/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 https://github.com/scikit-hep/ragged/pull/73
* chore(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 in the actions group by dependabot in https://github.com/scikit-hep/ragged/pull/74

New Contributors
* dependabot made their first contribution in https://github.com/scikit-hep/ragged/pull/37
* matthewfeickert made their first contribution in https://github.com/scikit-hep/ragged/pull/51
* ianna made their first contribution in https://github.com/scikit-hep/ragged/pull/60
* ohrechykha made their first contribution in https://github.com/scikit-hep/ragged/pull/57

**Full Changelog**: https://github.com/scikit-hep/ragged/compare/v0.1.0...v0.2.0

0.2.0rc1

New features
* feat: CF conventions and logo by jpivarski in https://github.com/scikit-hep/ragged/pull/42
* feature: ragged.sort and ragged.argsort by jpivarski in https://github.com/scikit-hep/ragged/pull/48
* feat: set functions and tests by ohrechykha in https://github.com/scikit-hep/ragged/pull/57

Bug-fixes and performance
* fix: an unexpected 'equal_nan' keyword argument by ianna in https://github.com/scikit-hep/ragged/pull/66

Other
* test: add tests for unique on cuda by ianna in https://github.com/scikit-hep/ragged/pull/68
* build: Add lower bound on awkward of v2.5.0 by matthewfeickert in https://github.com/scikit-hep/ragged/pull/51
* ci: Use uv for all pip installs by matthewfeickert in https://github.com/scikit-hep/ragged/pull/50
* chore: port to numpy 2.0 by ianna in https://github.com/scikit-hep/ragged/pull/60
* chore(deps): bump the actions group with 1 update by dependabot in https://github.com/scikit-hep/ragged/pull/37
* chore(deps): bump the actions group with 2 updates by dependabot in https://github.com/scikit-hep/ragged/pull/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 https://github.com/scikit-hep/ragged/pull/53
* chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 in the actions group by dependabot in https://github.com/scikit-hep/ragged/pull/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 https://github.com/scikit-hep/ragged/pull/73
* chore(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 in the actions group by dependabot in https://github.com/scikit-hep/ragged/pull/74

New Contributors
* dependabot made their first contribution in https://github.com/scikit-hep/ragged/pull/37
* matthewfeickert made their first contribution in https://github.com/scikit-hep/ragged/pull/51
* ianna made their first contribution in https://github.com/scikit-hep/ragged/pull/60
* ohrechykha made their first contribution in https://github.com/scikit-hep/ragged/pull/57

**Full Changelog**: https://github.com/scikit-hep/ragged/compare/v0.1.0...v0.2.0

0.1.0

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

0.0.1

First release (still just testing).

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.