Skip to content

1.9.0rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jpivarski jpivarski released this 20 Apr 01:49
· 1235 commits to main since this release
8bc3c35

Version 2.0 development:

@martindurant factorized ak._v2.from_parquet in a way that is favorable to Dask: PR #1397.

@ioanaif enabled string and categorical behaviors: PR #1421.

@jpivarski fixed ak._v2.to_arrow for sliced ListOffsetArrays (i.e. offsets don't start at 0): PR #1425. Fixed reducers for 32-bit ListOffsetArrays: PR #1426. Implemented the nan* functions: PR #1428. Added a pretty-printer for types: PR #1430. Fixed bugs in optiontype-in-Parquet: PR #1431. Registered both v1 and v2 Numba extensions: PR #1432. Added __delitem__ to ak._v2.Array and ak._v2.Record: PR #1433.