Skip to content

Release Notes v2023.11.15

Compare
Choose a tag to compare
@stress-tess stress-tess released this 15 Nov 20:10
· 365 commits to master since this release
b7a0c22

Bug Fixes

  • Issue #2816 - Resolves nil config file bug
  • Issue #2804 - Fixes missing values in CSV bug
  • Issue #2825 - Fixes inconsistent Categorical print
  • Issue #2849 - Fixes bug in getEnv

Major Updates

  • PR #2844 - Drops support for Chapel 1.30
  • Issue #2838 - Expands dataframe merge functions to accept multiple columns
  • Issue #2810 - Expands inner_join to accept a list of pdarrays
  • Issues #1882, #2833, #2843 - Update dependencies to support python 3.x/3.12

Minor Updates

  • Issue #2823 - Adds casting between Strings and Categorical
  • Issue #2830 - Implements division and floor division for int64 and uint64 dtypes
  • PR #2821 - Adds support for reading Decimal128 Parquet columns
  • Issue #2819 - Adds error when reading a Parquet type that isn't supported
Auto-Generated Release Notes
  • Fixes #2816: Resolve nil config file bug by @pierce314159 in #2817
  • Fixes #2804: Missing values in CSV bug by @pierce314159 in #2813
  • fixed typo in README.md by @daulatojha17 in #2818
  • Closes #2819 - Throw error when reading a Parquet type that isn't supported by @bmcdonald3 in #2820
  • Closes #2815: Update install docs by @pierce314159 in #2822
  • Fixes #2825: Inconsistent Categorical print by @pierce314159 in #2826
  • Closes #2823: Casting between Strings and Categorical by @pierce314159 in #2827
  • Add support for reading Decimal128 Parquet columns by @bmcdonald3 in #2821
  • Closes #1882, #2833: CI failures due to python 3.x/3.12 by @pierce314159 in #2834
  • Add directory with files for Parquet C++ comparison by @bmcdonald3 in #2832
  • Closes #2810: Expand inner_join to accept a list of pdarrays by @pierce314159 in #2837
  • Fix a Makefile conditional to test for empty string instead of 'none' by @bradcray in #2841
  • Closes #2843: Add python 3.12/3.x check to CI by @pierce314159 in #2840
  • Drop support for Chapel 1.30 by @brandon-neth in #2844
  • Updates to the macOS build instructions + additional contributor guide by @brandon-neth in #2845
  • Fixes #2849: bug in getEnv by @pierce314159 in #2850
  • Closes #2830 Implement division and floor division for int64 and uint64 dtypes. by @jaketrookman in #2847
  • Closes #2838: Expand dataframe merge functions to accept multiple columns by @pierce314159 in #2848

Full Changelog: v2023.10.06...v2023.11.15