Skip to content

Version 2.2.3

Compare
Choose a tag to compare
@agoose77 agoose77 released this 15 Jun 17:17
· 411 commits to main since this release
f928ba2

New features

  • feat!: deprecate to_NumpyForm's ``dtype` argument by @agoose77 in #2503
  • feat!: deprecate the time __unit__ parameter by @agoose77 in #2518

Bug fixes and performance

  • fix: don't project records during broadcasting; push index down by @agoose77 in #2524
  • fix: protect ak.to_parquet against memory explosion when args are swapped. by @jpivarski in #2523
  • fix: str of KeyError for <3.11 by @agoose77 in #2519
  • fix: support axis != -1 for record reduction by @agoose77 in #2514

Other

  • refactor: dead c++ elimination by @agoose77 in #2504
  • refactor: move responsibility for positional reducers to Reducer.apply by @agoose77 in #2507

Full Changelog: v2.2.2...v2.2.3