Skip to content

v0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@gotthardp gotthardp released this 15 Oct 18:35
· 107 commits to master since this release
  • Introduced start_reading and stop_reading for asynchronous reading.
  • read now returns the TagReadData object instead of a tuple. This breaks compatibility with release v0.1, but enables support for much more tag attributes.
  • set_read_plan has an optional read_power parameter.
  • Compiles with both Python 2x and Python 3.x.
  • Fixes several memory leaks.