Skip to content

Release Notes v2022.11.10

Compare
Choose a tag to compare
@stress-tess stress-tess released this 10 Nov 20:51
· 841 commits to master since this release
1e31ee7

Release Notes 2022-11-10

In Memoriam

Mike Merrill (@mhmerrill), one of the co-founders of Arkouda, recently passed away. Without his leadership and contributions, the project would not exist. It's hard to overstate Mike's impact. He was a great person and will be dearly missed. Our deepest condolences to his family.

Major updates:

  • Issues #487, #1558, #1559, #1846, #1877, #1887 and PR #1879 - Rework HDF5 structure and schema, enable writing to a single file, and add documentation of schema
    • NOTE: Files written with tag v2022.10.13 or earlier need to be read with the legacyHDF5 flag set and re-written with the new format
  • Issue #1891 - Fixes bug in IDNA decode
  • Issues #1776, #1847, #1852, and #1867 - Optimize GroupBy on small strings

Minor fixes:

  • PR #1858 and Issue #1859 - Switches to C++17 for Arrow compilation and updates Arrow version to 9.0.0
  • Issue #1801 - Reorganizes structure of the symbol table
  • Issue #1779 - Adds documentation for creating a new symbol table entry
  • Issues #1839 and #1889 - Update MessageArgs parameter for CommandMap functions
  • Issue #1837 - Resolves intermittent failures in GroupBy prod aggregate test
  • Issue #1868 - Adds name property to AbstractSymEntry
  • Issue #1854 - Takes advantage of set and generator comprehensions in client code
  • Issue #1842 - Updates COMPARISON.md

Auto-generated release notes

New Contributors

Full Changelog: v2022.10.13...v2022.11.10