This is the first version built with MacOS 13 instead of MacOS 12.
New features
- feat: Content.form_with_key_path() by @jpivarski in #3311
- feat: allow
np.array
s inak.full_like
as fill_value by @pfackeldey in #3315
Bug-fixes and performance
- fix: sorting of record arrays without fields (
ak.zip(tuple(...))
) by @pfackeldey in #3314 - fix: concatenation of empty records by @pfackeldey in #3316
- fix: extend limit on number of regular arrays to concatenate by @ianna in #3312
- fix: typetracer lengths for optiontypes in 'ak.where' broadcastings by @pfackeldey in #3322
- fix: handle type tracer correctly in indexed option array flattening by @lgray in #3325
- fix: Upstream API changes in cuDF 24.10 by @jpivarski in #3328 (but actually by @martindurant; see #3309)
Other
- chore: update pre-commit hooks by @pre-commit-ci in #3319
- chore(deps): bump the actions group with 2 updates by @dependabot in #3318
- chore: upgrade macos-12 -> macos-13 by @jpivarski in #3327
- chore: update pre-commit hooks by @pre-commit-ci in #3323
Full Changelog: v2.7.1...v2.7.2