Skip to content

Release Notes v2022.04.15

Compare
Choose a tag to compare
@stress-tess stress-tess released this 15 Apr 14:44
· 1121 commits to master since this release
563867b

Release Notes 2022-04-15

Major updates:

  • Issue #1218 - Extends pdarray setops to work on multiple pdarrays
  • Issue #1197 - Adds Segarray setops functionality
  • Issue #1234 - Removes ls_hdf in favor of a generic ls which automatically handles hdf5 or parquet files
  • Issue #1265 - Adds to_upper/to_lower and is_upper/is_lower functionality to Strings
  • PRs #1222, #1227, #1233 - Add support for writing string Parquet files and an append mode for Parquet file writing
  • Issue #1272 - Changes ak.histogram to behave like akutil.hist
  • Issue #1256 - Moves akutil.join functionality into arkouda
  • Issues #1133, #1210 and, #1279 - Fix uint64 indexing and broadcasting errors
  • Issue #1260 - Enables GroupBy with one of more boolean pdarrays
  • Issue #1240 - Updates client dtype classes to be uint compatible and enables ak.ip_address to accept python lists
  • Issue #1154 - Adds dtype parameter to ak.array

Minor fixes:

  • Issue #1174 - Fixes randint range bug
  • Issue #1190 - Updates ak.Dataframe to use the Index object
  • Issues #1039 and #1241 - Improves performance for String methods (peel, stick, and substring search)
  • Issue #1251 and PR #1243 - Update README install instructions and adds documentation for --saveUsedModules flag
  • PRs #1219 and #1231 - Improves performance of parquet read and append

Auto-generated release notes

Full Changelog: v2022.03.15...v2022.04.15