CyRK v0.8.8
Changes
New Features:
- Added
utils.free_mem
function to free memory so that future changes to the memory allocation system will call the proper free function that works with theutils.allocs
.
Changes:
- Changed all instances of
PyMem_Free
to newfree_mem
from the utils.
GitHub Tracked Changes
- Changed memory free functionality by @jrenaud90 in #48
Full Changelog: v0.8.7...v0.8.8