Skip to content

Release Notes v2021.12.02

Compare
Choose a tag to compare
@glitch glitch released this 02 Dec 19:05
· 1409 commits to master since this release
20906e9

Highlights

  • Introduces optional support for Parquet, Issue #903
  • Official move to Chapel 1.25.0 (with backwards compatibility for Chapel 1.24.x). See Issue #954 and
  • General support for HDF5 1.10.x and 1.12.x (Arkouda 1-D pdarray read/write with HDF5) See Issue #975 and #979
  • Chapel's twoArrayRadixSort is now a runtime sorting option, see #984

Minor changes

  • Performance improvements for substring search and regex, see Issue #963
  • Additional benchmarks
  • Minor fixes from h5ls removal, see #971