Skip to content

Releases: the-hive-lab/pydwm1001

Release 0.12.1

02 Jul 15:03
226a5ac
Compare
Choose a tag to compare

This release fixes a compatibility issue with Python 3.8.

Release 0.12.0

01 Jul 20:12
f51b9b5
Compare
Choose a tag to compare

This is a breaking change.

The uwb_address property has been removed because the system_info property already provides the necessary information.

Release 0.11.0

01 Jul 20:08
515797a
Compare
Choose a tag to compare

This is a breaking change.

The label property has been removed and replaced by the system_info property. The new property provides more information, among the information includes the DWM1001's label.

Release 0.10.0

01 Jul 19:43
1458300
Compare
Choose a tag to compare

This is a breaking change.

The tag_id property has been changed to uwb_address to match with the DWM1001's terminology.

Release 0.9.0

01 Jul 19:05
f168f58
Compare
Choose a tag to compare

This release adds a new get_shell_response function that provides a generic way to retrieve the DWM1001's shell response after sending it.

Release 0.8.0

01 Jul 01:27
9693e20
Compare
Choose a tag to compare

This is a breaking change.

The tag_id property now returns the full UWB identifier string for the tag. The new tag_name property returns DW plus the last four digits of the tag's UWB identifier. This is what you see on the DWM1001 Android app.

Release 0.7.0

30 Jun 00:14
6cf8946
Compare
Choose a tag to compare

This release has a minor function name change. The TagPosition function almost_equal is now is_almost_equal.

Release 0.6.0

30 Jun 00:07
da8018e
Compare
Choose a tag to compare

This release does not change the public interface. It only changes some internal implementations.

Release 0.5.0

29 Jun 23:59
4fe6d80
Compare
Choose a tag to compare

This release adds the tag_id property to the PassiveTag class.

Release 0.4.0

29 Jun 00:35
9fc2a7c
Compare
Choose a tag to compare

This release is breaking. The Listener class is now PassiveTag, and the Tag class is now ActiveTag.