Changes
Fixes:
- Added fix so that arrays returned by
WrapCySolverResult
class are not destroyed when class is. Instead they are managed by python's garbage collector once they are held by a python variable. This addresses Github issues #80 and #78
Tests:
- Added test to check that arrays stay alive after underlying
WrapCySolverResult
class is destroyed.
GitHub Tracked Changes
- Fix bad array returns by @jrenaud90 in #81
Full Changelog: v0.12.0...v0.12.1