Skip to content

Version 2.1.2

Compare
Choose a tag to compare
@agoose77 agoose77 released this 08 Apr 20:46
· 600 commits to main since this release
be60b53

New features

Bug-fixes and performance

  • fix: expose array interface for CUDA by @agoose77 in #2327
  • fix: test untested path in ak.cartesian & broadcasting by @agoose77 in #2329
  • fix: ak.cartesian for typetracer by @agoose77 in #2295
  • fix: Numba string reference count memory leak. by @jpivarski in #2332
  • fix: generate an array view when an Array C++ type is requested by @ianna in #2335
  • fix: do not expose an rdfentry_ column by @ianna in #2343
  • fix: generate RDataSource API based on ROOT attribute by @ianna in #2345
  • fix: simplify depth limit test to support bigger-than-depth values by @agoose77 in #2347
  • fix: use cppyy include by @ianna in #2348
  • fix: convert ufunc arguments to same backend by @agoose77 in #2354
  • fix: support N-d sequences in TypeTracer.asarray by @agoose77 in #2361
  • fix: make from_iter require iterables! by @agoose77 in #2353
  • fix: avoid stack overflow with std::unique_ptr linked list by @ianna in #2366
  • fix: ak.unzip visits all contents by @agoose77 in #2373
  • fix: remove spurious typetracer conversion by @agoose77 in #2375

Other

New Contributors

Full Changelog: v2.1.1...v2.1.2