Closed pmarks closed 6 years ago
the PyObject* returned by PyArray_GETITEM needs to have it's ref count reduced. Was leading to a large memory leak.
Thanks for finding/fixing this, I'll try to push out a new release with this ASAP.
Version 0.3.8 is live on pypi and should be available via bioconda tonight (assuming TravisCI cooperates).
@dpryan79 -- thanks!
the PyObject* returned by PyArray_GETITEM needs to have it's ref count reduced. Was leading to a large memory leak.