Skip to content

Release Notes v2023.01.11

Compare
Choose a tag to compare
@stress-tess stress-tess released this 11 Jan 22:26
· 721 commits to master since this release
62b3266

Major updates:

  • Issues #1970, #1989, #1995, #2000, #2009, #2013, #2033, and #2041 - Add bigint pdarrays with binary operations and support for sort, in1d, search_intervals, groupby, and dataframe
  • Issue #1876 - 2.5x speed up of multi-column write for parquet
  • Issue #2019 - Fixes bug preventing reading strings formatted by older versions of Arkouda
  • Issues #1297 and #1983 - Change ak.array to prefer uint over float when containing values >2**63
  • Issue #2005 - Fixes parquet read error for columns containing NANs
  • Issues #1991, #2021, and #2024 - Add additional parquet compression support
  • Issues #1962 and #2038 - Add parameters to ak.get_mem_* functions and add percentage of memory used to overmemlimit logs
  • Issues #1965, #1979, #1981, #1986, #1996, and #2026 - Rework and update online documentation
  • PR #1966 - Recommends Chapel 1.29.0 and updates CI to use it
  • Issue #1850 - Removes legacy HDF5 multi-dim

Minor fixes:

  • Issues #1949, #1951, #2054, and PR #2016 - Add support for conversions between IDNA and non-UTF-8 encodings
  • Issue #2011 - Updates version requirement for h5py and numpy
  • Issue #1932 - Fixes bug with binopvv between uint and bool
  • Issue #1963 - Fixes message arg failure when List contains Strings and pdarray
  • Issue #1972 - Switches to allclose for float comparison in operator test
Auto-generated release notes

Full Changelog: v2022.12.09...v2023.01.11