1.9.0rc3
Pre-release
Pre-release
@jpivarski fixed to_layout
with allow_records=False
(v1 and v2): PR #1456.
Version 2.0 development:
@ioanaif added behaviors for "categorical" types: PR #1434. Added the mixins
decorator: PR #1437. ak.firsts
: PR #1443. ak.singletons
: PR #1444. Fixed usage of is_unique
: PR #1429. Enabled a lot of previously skipped tests: PR #1445.
@ianna implemented Awkward Arrays → RDataFrame: PR #1374, #1446.
@douglasdavis fixed a duplicate to_parquet
/from_parquet
in the io
submodule of operations
: PR #1435.
@jpivarski implemented to_parquet
: #1440. Fixed tests of RDataFrame: PR #1457. Streamlined recursively_apply
for small slices of big arrays (performance): PR #1458. Implemented a new to_json
, started from_json
: PR #1449.