Skip to content

Version 2.3.0

Compare
Choose a tag to compare
@agoose77 agoose77 released this 04 Jul 22:53
· 417 commits to main since this release
01cd79f

New features

Bug fixes and performance

  • fix: support dict-likes in form.from_dict, convert fields to list by @agoose77 in #2548
  • fix: check validity error properly by @agoose77 in #2550
  • fix: string broadcasting by @agoose77 in #2552
  • fix: make C++ LayoutBuilder API consistent with the Numba's by @ianna in #2553
  • fix: convert unknown-length to index in ListOffsetArray.to_RegularArray by @agoose77 in #2560
  • fix: prefer known to unknown lengths in broadcasting by @agoose77 in #2561
  • fix: broadcasting of regular strings by @agoose77 in #2564
  • fix: restore NEP-18 overloads for concatenate and where by @agoose77 in #2567

Other

Full Changelog: v2.2.4...v2.3.0