v0.3
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