| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| header-only.zip | 2026-07-28 | 43.8 kB | |
| README.md | 2026-07-28 | 3.6 kB | |
| Version 2.12.0 source code.tar.gz | 2026-07-28 | 7.1 MB | |
| Version 2.12.0 source code.zip | 2026-07-28 | 8.1 MB | |
| Totals: 4 Items | 15.2 MB | 0 | |
What's Changed
New features
- feat: write attrs when writing parquet row groups iteratively by @ikrommyd in https://github.com/scikit-hep/awkward/pull/4210
- feat: implement
awkward_argsorton the CUDA (cuda.compute) backend by @ianna in https://github.com/scikit-hep/awkward/pull/4240 - feat: overflow-safe & numerically-stable ak.var/std/moment/mean/covar/corr via fused two-pass sum-of-squares/powers reducers by @ianna in https://github.com/scikit-hep/awkward/pull/4232
Bug-fixes and performance
- fix: Record field assignment mutates shared layouts and stale cppyy cache by @henryiii in https://github.com/scikit-hep/awkward/pull/4095
- fix: AwkwardForth VM and libawkward correctness issues by @henryiii in https://github.com/scikit-hep/awkward/pull/4105
- fix: undo an assignment that awkward_validation rejects by @ikrommyd in https://github.com/scikit-hep/awkward/pull/4212
- fix: overflow-safe stats without needless copies by @ianna in https://github.com/scikit-hep/awkward/pull/4223
- fix: Fix Numba lowering for
ArrayBuilder.append()with Unicode strings by @ianna in https://github.com/scikit-hep/awkward/pull/4249 - perf: Implement native string lowering for Numba layouts and fix silent data corruption by @ianna in https://github.com/scikit-hep/awkward/pull/4250
Other
- test: add property-based roundtrip test for
to_numpy/from_numpyby @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4215 - docs: add summary lines to 5 math/numeric operation docstrings by @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4133
- docs: add summary lines to 11 from_* file/format converter docstrings by @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4137
- test: add property-based roundtrip test for
to_parquet/from_parquetby @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4218 - chore: remove Gitter chat and StackOverflow links from README by @ianna in https://github.com/scikit-hep/awkward/pull/4213
- docs: add summary lines to 8 misc operation docstrings by @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4140
- test: add stability roundtrip test for
to_numpy/from_numpyby @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4225 - docs: add summary lines to 19 reducer operation docstrings by @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4129
- docs: add summary lines to 3 *_like operation docstrings by @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4131
- docs: add summary lines to 5 sorting/indexing operation docstrings by @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4132
- docs: add summary lines to 10 type/validity operation docstrings by @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4135
- test: add property-based roundtrip tests for
to_arrow/from_arrowby @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4231 - test: add property-based roundtrip tests for
to_feather/from_featherby @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4239 - test: add property-based roundtrip tests for
to_json/from_jsonby @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4245 - docs: move description text out of Examples: sections in merged files by @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4234
- chore: stop requiring
from __future__ import annotationsby @TaiSakuma in https://github.com/scikit-hep/awkward/pull/4253
Full Changelog: https://github.com/scikit-hep/awkward/compare/v2.11.0...v2.12.0