Skip to content

Release Notes v2022.05.05

Compare
Choose a tag to compare
@stress-tess stress-tess released this 05 May 16:55
a073707

Release Notes 2022-05-05

Major updates:

  • Issue #1008 - Introduces Multi-dimensional ArrayView objects with indexing and slicing
  • Issue #846 - Enables calling unique on lists/tuples of arrays and significantly improves performance of GroupBy on a large number of arrays
  • PR #1313 - Adds functions for setting explicit categories and standardizing categories across multiple Categoricals and adds an N/A value to Categorical
  • Issue #1280 - Adds multiarray setops support for all groupable types
  • Issue #1086, #1282 - Adds SegArray register/attach and a generic ak.attach method
  • Issues #1273 and #1310 - Incorporate akutil plotting and import akutil updates (Dataframe to handle aggregate ops, additional Series functionality, and addition of Accessor classes)
  • Issues #1311, #1317, #1318, and #1339 - Fix bugs in array dtype on python lists, uint64 pdarray ops, string comparison with empty string, and Dataframe index with logical indexing
  • PRs #1288, #1293, #1307, and #1299 and Issues #1303, #1324, #1229, and #1295 - Unify file reading functions into a single read function; add file_format keyword to read, save, and load functions; add a get_null_indices function for Parquet files; and improves efficiency of save

Minor fixes:

  • Issue #1300 - Adds a candidate DataFrame Display and a benchmark to compare performance with the current method
  • Issues #1275, #1199, and PR #1343 - Update Installation documentation for WSL, add dynamic versioning into docs, and add an arkouda talk to README
  • Issues #1290 and #1325 - Update documentation for ak.histogram and add documentation for segarray setops
  • Issues #1268, #1236, #1230, and #1286 - Clean up code in strings, dataframes, and groupby tests
  • PR #1323 - Adds sanitizer check for C++ compilation in Makefile
  • Issue #1315 - Adds better error handling in DataFrame.dtypes

Auto-generated release notes

New Contributors

Full Changelog: v2022.04.15...v2022.05.05