Skip to content

v0.16.0 - setup autoinit and device teardown

Choose a tag to compare

@BrianPugh BrianPugh released this 19 Dec 04:07
2576ac4

Features

  • Added keyword argument autoinit to @Device.setup(autoinit=True). Will cause setup function to automatically execute on object creation. Defaults to False (backwards compatible).
  • Added @device.teardown and @Device.teardown to register function(s) to execute right before connection to device is closed.

Full Changelog: v0.15.2...v0.16.0