Skip to content

Version 2.8.10

Latest

Choose a tag to compare

@ianna ianna released this 28 Oct 10:33
· 5 commits to main since this release
36824fd

New features

Bug-fixes and performance

  • fix: update image cell in thinking-in-arrays.ipynb by @ianna in #3660
  • fix: prefix with an underscore unused variables by @ianna in #3672
  • fix(ci): fix issues with dependencies for GPU tests by @ariostas in #3673
  • fix: convert integer-like objects to python integers in shapes by @ikrommyd in #3662
  • fix: avoid recursion limit when concatenating EmptyArrays by @ikrommyd in #3664
  • fix: only check VirtualNDArray's shape versus count in from_buffers if both are known by @ikrommyd in #3667
  • fix: preserve the type when indexed by an empty array by @TaiSakuma in #3678
  • fix: ensure masked string/bytestring dtypes can hold 'nan' fill value… by @JamesBrofos in #3692
  • fix: add missing units to datetime/timedelta in a test by @TaiSakuma in #3688
  • fix: pass attrs parameter to wrap_layout in from_* by @DylanModesitt in #3687
  • fix: use jax's __setitem__ syntax in ak.merge_union_of_records to make it work with the jax backend by @ikrommyd in #3596

Other

New Contributors

Full Changelog: v2.8.9...v2.8.10