Release Notes v2022.05.09
stress-tess
released this
09 May 16:12
·
1137 commits
to master
since this release
Release Notes 2022-05-09
Major updates:
- Issues #1365 and #1366 - Create nonexistent Parquet and HDF5 files when writing with mode='append'
- Issue #1331 - Align Parquet save/load with HDF5
Minor fixes:
- Issue #1351 - Aligns
ak.Series.shape
with pandas functionality - Issue #1367 - Removes akutil subdirectory since it has been merged into the main arkouda python package
- Issues #1345 and #1369 - Add DataFrame Display benchmark to nightly performance charts
Auto-generated release notes
- Closes #1351 - make ak.Series.shape work as it does in pandas by @Ethan-DeBandi99 in #1359
- Closes #1345 DataFrame Benchmark added to Nightly by @Ethan-DeBandi99 in #1346
- Closes #1331 - Parquet alignment with HDF5 by @Ethan-DeBandi99 in #1354
- Closes #1367: Remove akutil subdirectory by @pierce314159 in #1368
- Closes #1369 - Dataframe Nightly Test Issue by @Ethan-DeBandi99 in #1370
- Create nonexistent parquet files when writing with mode='append' by @bmcdonald3 in #1358
- Create nonexistent HDF5 files when writing with mode='append' by @bmcdonald3 in #1364
Full Changelog: v2022.05.05...v2022.05.09