Skip to content

Release Notes v2024.02.02

Compare
Choose a tag to compare
@stress-tess stress-tess released this 02 Feb 22:33
· 321 commits to master since this release
3613d76

Bug Fixes

  • Issues #2647, #2650, #2661, #2666 - Fix bugs in filter, remove_repeats, append_single and get_jth for segarrays with empty segments
  • Issue #2937 - Fixes string read bug for large Parquet files

Major Updates

  • Issue #2853 - Adds df.merge on a mix of String and integer columns
  • Issues #2862, #2863, #2871 - Implement histogram2d and histogramdd
  • Issue #2927 - Adds power divergence statistic, chisquare, and xlogy
  • Issues #2905, #2912, #2914, #2918 - Add isalpha, isalnum, isdigit, and isempty for Strings
  • Issues #2888, #2878 - Add float support to in1d and groupby

Minor Updates

  • Issues #2873, #2886 - Enable short strings optimization for multi-column groupby
  • Issue #2894 - Adds dropna option to dataframe groupby
  • Issue #2461 - Adds where argument to trig functions
  • Issue #2430 - Adds shift equals for pdarray
  • Issue #2831 - Aligns dataframe.groupby().size() and dataframe.groupby().sum() with pandas
  • PRs #2829, #2865, #2876 - Add infrastructure and partial implementation of array API
  • PR #2870 - Expands DataFrame initializer
  • PR #2931 - Aligns Series indexing methods with pandas
  • Issue #2909 - Renames is_upper/lower/title and to_upper/lower/title to match numpy
Auto-Generated Release Notes

New Contributors

Full Changelog: v2023.11.15...v2024.02.02