-
Notifications
You must be signed in to change notification settings - Fork 94
Pull requests: scikit-hep/awkward
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: catch off-by-one out of bound error
pr-next-release
Required for the next release
#3621
opened Aug 15, 2025 by
agoose77
Loading…
chore(deps): bump the actions group with 2 updates
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
#3616
opened Aug 12, 2025 by
dependabot
bot
Loading…
perf: avoid method chaining for some shape_generators
pr-next-release
Required for the next release
#3615
opened Aug 11, 2025 by
pfackeldey
Loading…
fix: ensure the args for ufunc are ArrayLikes
pr-next-release
Required for the next release
#3614
opened Aug 11, 2025 by
pfackeldey
Loading…
perf: add slots to virtual array to reduce instance alloc size
pr-next-release
Required for the next release
#3613
opened Aug 11, 2025 by
pfackeldey
Loading…
fix: avoid unnecessary recursion if not needed
pr-next-release
Required for the next release
#3611
opened Aug 8, 2025 by
pfackeldey
Loading…
fix: make
to_packed
work for typetracer backed IndexedOptionArray
, BitMaskedArray
, and UnionArray
#3608
opened Aug 7, 2025 by
ikrommyd
Loading…
fix: Required for the next release
VirtualArray
's .copy()
should be a deep copy + handle VirtualArray
correctly by removing accidental .data
access in ak.merge_union_of_records
pr-next-release
#3599
opened Aug 3, 2025 by
ikrommyd
Loading…
fix: properly handle Required for the next release
VirtualArray
in nplike.asarray
pr-next-release
#3597
opened Aug 3, 2025 by
ikrommyd
Loading…
feat: add
to_lists_of_records
and to_record_of_lists
#3582
opened Jul 20, 2025 by
nikoladze
Loading…
fix: allow arrays with
None
s in single argument usage of ak.where
#3563
opened Jun 28, 2025 by
ikrommyd
Loading…
fix: cast numbers to float64 in descriptive statistics to avoid integer summation overflow errors
#3527
opened Jun 4, 2025 by
ikrommyd
Loading…
test: add cuda tests for virtual arrays
pr-inactive
A pull request that hasn't been touched in a long time
chore: start using hatch-vcs for version numbers
pr-inactive
A pull request that hasn't been touched in a long time
#3007
opened Feb 5, 2024 by
jpivarski
Loading…
refactor: split A pull request that hasn't been touched in a long time
ak._do
into meta
and content
pr-inactive
#2852
opened Nov 29, 2023 by
agoose77
Loading…
fix: rework to use numba typed list
pr-inactive
A pull request that hasn't been touched in a long time
ProTip!
Filter pull requests by the default branch with base:main.