Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
header-only.zip | 2025-06-14 | 41.0 kB | |
README.md | 2025-06-14 | 1.5 kB | |
Version 2.8.4 source code.tar.gz | 2025-06-14 | 6.8 MB | |
Version 2.8.4 source code.zip | 2025-06-14 | 7.7 MB | |
Totals: 4 Items | 14.5 MB | 0 |
New features
(none!)
Bug-fixes and performance
- fix: simplify unmasked array by @ianna in https://github.com/scikit-hep/awkward/pull/3518
- fix: numpy 2.3 compatibility by @ikrommyd in https://github.com/scikit-hep/awkward/pull/3534
- fix: improve type consistency in
to_packed
fornum_none
by @ianna in https://github.com/scikit-hep/awkward/pull/3538 - fix: make awkward compatible with numexpr 2.11 by @ikrommyd in https://github.com/scikit-hep/awkward/pull/3533
- fix: do not use
atol=np.inf
in a jax test andxfail
sorting test which fails by @ikrommyd in https://github.com/scikit-hep/awkward/pull/3542
Other
- chore: update pre-commit hooks by @pre-commit-ci in https://github.com/scikit-hep/awkward/pull/3523
- chore: update pre-commit hooks by @ianna in https://github.com/scikit-hep/awkward/pull/3524
- chore: update pre-commit hooks by @pre-commit-ci in https://github.com/scikit-hep/awkward/pull/3515
- chore: restrict numpy and numexpr for now by @ianna in https://github.com/scikit-hep/awkward/pull/3539
- ci: change pre-commit autoupdate to a monthly schedule by @ariostas in https://github.com/scikit-hep/awkward/pull/3516
- ci: fix Windows 3.13 by @henryiii in https://github.com/scikit-hep/awkward/pull/3536
- revert: "fix: numpy 2.3 compatibility" by @ianna in https://github.com/scikit-hep/awkward/pull/3537
- test: fix test names by @Saransh-cpp in https://github.com/scikit-hep/awkward/pull/3532
Full Changelog: https://github.com/scikit-hep/awkward/compare/v2.8.3...v2.8.4