Skip to content

v0.3

Compare
Choose a tag to compare
@jimy-byerley jimy-byerley released this 05 Nov 17:13
· 33 commits to main since this release

This update brings many fixes:

  • fixed memleak in item access (typedlist.__getitem__)
  • fixed memleaks in typedlist.index, typedlist.reverse
  • fixed concatenation with buffers with a size not multiple of dtype.size that could lead to ambiguous behaviors