| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| header-only.zip | 2025-09-20 | 41.0 kB | |
| README.md | 2025-09-20 | 1.4 kB | |
| Version 2.8.9 source code.tar.gz | 2025-09-20 | 6.8 MB | |
| Version 2.8.9 source code.zip | 2025-09-20 | 7.7 MB | |
| Totals: 4 Items | 14.5 MB | 0 | |
New features
- feat: cuda reducers - add
combinationsfor n>2,argminandargmax, and fixmin. by @ianna in https://github.com/scikit-hep/awkward/pull/3645 - feat: add axis=None reducer specializations by @pfackeldey in https://github.com/scikit-hep/awkward/pull/3653
- feat: add 'how=' to ak.unzip by @pfackeldey in https://github.com/scikit-hep/awkward/pull/3655
Bug-fixes and performance
- fix: virtual array deep copy generator reference + better error message for
assert_neverby @ikrommyd in https://github.com/scikit-hep/awkward/pull/3644 - fix: SVG bug in diagram depicting ragged aggregation by @jpivarski in https://github.com/scikit-hep/awkward/pull/3648
- fix: json signedness fixes by @ianna in https://github.com/scikit-hep/awkward/pull/3651
- fix: cartoon combinations by @ianna in https://github.com/scikit-hep/awkward/pull/3654
- perf: detect & fastpath no-op range slices in all layout types by @pfackeldey in https://github.com/scikit-hep/awkward/pull/3642
Other
- chore(deps): bump the actions group with 4 updates by @dependabot[bot] in https://github.com/scikit-hep/awkward/pull/3650
- docs: fix
touch_datatypo by @ikrommyd in https://github.com/scikit-hep/awkward/pull/3641 - docs: update CONTRIBUTING guidelines by @ianna in https://github.com/scikit-hep/awkward/pull/3656
Full Changelog: https://github.com/scikit-hep/awkward/compare/v2.8.8...v2.8.9