Release v1.1.0
Added
- @chanqueo: Added
use_tmpcpy
field to constructor forJLink
andLibrary
instances to workaround temporary files not been cleaned up; a future patch will change the default behaviour based on the version of the SDK. By default, temporary files are used for the SDK binary.
Changed
- @CurtisHx: Changed decorator on
set_reset_strategy()
from@connection_required
to@open_required
.
Removed
- @avi-jois: Removed dependency on
future
.