Skip to content

Release Notes v2024.03.18

Compare
Choose a tag to compare
@stress-tess stress-tess released this 18 Mar 22:51
· 275 commits to master since this release
e07f70e

Bug Fixes

  • Issue #3035 - Fixes inconsistent results when broadcasting with empty segments
  • Issue #2939 - Fixes TypeError in DataFrame.reset_index
  • Issue #2966 - Fixes error when pip installing from a tar file
  • Issue #2897 - Fixes bug where DataFrame.corr returns DataFrame without index
  • PR #3021 - Adds SegArray optimization and benchmark bug fix

Major Updates

  • Issue #2958 - Renames akstats to akscipy
  • Issue #2942 - Removes DataFrame.sorted
  • Issue #3024 and PR #2976 - Add sparse sum helper to util with merge based and sort based workflows
  • Issues #2993, #3008, #3017 - Add a random subfolder and stateful Generator objects
  • Issue #2974 - Adds Series.map
  • Issue #3019 - Adds outer join option to DataFrame merge
  • PRs #2936, #2967, #3014, #3027 - Improve Array API functionality specifically adding stats and manipulation functions

Minor Updates

  • Issue #2929 - Updates DataFrame.size to match pandas
  • Issues #2906, #2945 - Add shift operators between 2 bool pdarrays and between a combination bool and int64 pdarrays
  • Issues #2916, #2919 - Add isspace and capitalize to Strings
  • Issue #3023 - Adds to_markdown to DataFrame and Series
  • Issue #2957 - Adds Dot Function
  • Issue #2960 - Adds memory_usage functions
  • Issue #2924 - Updates DataFrame documentation
  • Issue #2896 - Updates DataFrame columns to return an Index
  • Issue #2952 - Makes Chapel 1.33 release default for CI testing
  • Issue #2985 - Updates libzmq version in Makefile
  • Issue #2981 - adds LICENSES folder including the licenses for numpy, pandas, and scipy
  • Issues #2969, #2971, #2977, #2989 - Update failing proto_tests
Auto-Generated Release Notes

Full Changelog: v2024.02.02...v2024.03.18