Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
header-only.zip | 2025-07-04 | 41.0 kB | |
README.md | 2025-07-03 | 1.9 kB | |
Version 2.8.5 source code.tar.gz | 2025-07-03 | 6.8 MB | |
Version 2.8.5 source code.zip | 2025-07-03 | 7.7 MB | |
Totals: 4 Items | 14.5 MB | 3 |
New features
(none!)
Bug-fixes and performance
- fix:
cudf
strings column by @ianna in https://github.com/scikit-hep/awkward/pull/3555 - fix:
ak.categories
should returnNone
if no categories are present by @pfackeldey in https://github.com/scikit-hep/awkward/pull/3553 - fix: combinations explicit cuda test for
n == 0
by @ianna in https://github.com/scikit-hep/awkward/pull/3554 - fix: cuda atomicMin and atomicMax for
<double>
s by @Moelf in https://github.com/scikit-hep/awkward/pull/3545 - fix: error if a complex JAX arrays type is passed to Awkward's C++ kernels by @pfackeldey in https://github.com/scikit-hep/awkward/pull/3546
- fix: too many dashes in jupyter repr by @pfackeldey in https://github.com/scikit-hep/awkward/pull/3552
- fix: use older manylinux for CPython 3.10 and 3.9 by @henryiii in https://github.com/scikit-hep/awkward/pull/3558
- fix: use
std::memcpy
instead of*reinterpret_cast
by @APN-Pucky in https://github.com/scikit-hep/awkward/pull/3514
Other
- chore(deps): bump the actions group across 1 directory with 2 updates by @dependabot in https://github.com/scikit-hep/awkward/pull/3549
- chore: use PEP 639 license by @henryiii in https://github.com/scikit-hep/awkward/pull/3559
- ci: add workflow to run GPU tests on selfhosted runner by @ariostas in https://github.com/scikit-hep/awkward/pull/3543
- ci: run cuda kernel tests by @ariostas in https://github.com/scikit-hep/awkward/pull/3551
- docs: Add MODE talk + update publications by @Saransh-cpp in https://github.com/scikit-hep/awkward/pull/3547
- docs: add APN-Pucky as a contributor for code by @allcontributors in https://github.com/scikit-hep/awkward/pull/3557
- docs: add Moelf as a contributor for code by @allcontributors in https://github.com/scikit-hep/awkward/pull/3556
Full Changelog: https://github.com/scikit-hep/awkward/compare/v2.8.4...v2.8.5