Skip to content

Version 1.10.0

Compare
Choose a tag to compare
@jpivarski jpivarski released this 19 Sep 16:51
· 1016 commits to main since this release
ca1b9d7

New features

Bug-fixes and performance

  • fix: allow string arrays to merge without unions by @agoose77 in #1671
  • fix: carry parameters through broadcasting by @agoose77 in #1679
  • fix: don't project categorical in ak._v2.packed by @agoose77 in #1689
  • fix: reduce runtime dependency from setuptools to just packaging by @veprbl in #1562
  • fix: ensure that __copy__ and __deepcopy__ are enabled. by @jpivarski in #1695
  • fix: pass memo to deepcopy by @agoose77 in #1698
  • perf: improve Array initialisation performance by @agoose77 in #1700

Other

Full Changelog: v1.9.0...v1.10.0