v0.16.0 - setup autoinit and device teardown
Features
- Added keyword argument
autoinitto@Device.setup(autoinit=True). Will cause setup function to automatically execute on object creation. Defaults toFalse(backwards compatible). - Added
@device.teardownand@Device.teardownto register function(s) to execute right before connection to device is closed.
Full Changelog: v0.15.2...v0.16.0