Releases: gotthardp/python-mercuryapi
Releases · gotthardp/python-mercuryapi
v0.5.3
Bug fixes and several enhancements:
- Added support for advanced Gen2 target filtering
- Added reader.enable_stats() to retrieve statistics while asynchronous reading (thanks to @HanYangZhao)
- Added constructor antenna and protocol parameters for operations not using the read-plan
- Added tag.timestamp property
- Added reader.get_software_version() (thanks to @HanYangZhao)
- Added support for new regions: JP2,JP3,HK,VN,BD,TH,AR (thanks @HanYangZhao)
- Fixed MercuryAPI download location
- Fixed build issues on Mac (thanks to @Moebe1)
v0.5.2
v0.5.1
v0.5.0
Bug fixes and major enhancements. Added many new functions for:
- Read/write power control (thanks to @josheb)
- Antenna multiplexing (thanks to @mmigliavacca)
- Hop table and hop time manupulation
- GPIO handling
- Gen2 extensions (thanks to @DanWehr)
Many thanks to all contributors and bug reporters!
v0.4.1
v0.4
v0.3
v0.2
- Introduced
start_reading
andstop_reading
for asynchronous reading. read
now returns theTagReadData
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 optionalread_power
parameter.- Compiles with both Python 2x and Python 3.x.
- Fixes several memory leaks.