Releases: the-hive-lab/pydwm1001
Release 0.12.1
Release 0.12.0
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
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
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
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
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
This release has a minor function name change. The TagPosition
function almost_equal
is now is_almost_equal
.
Release 0.6.0
This release does not change the public interface. It only changes some internal implementations.
Release 0.5.0
This release adds the tag_id property to the PassiveTag
class.
Release 0.4.0
This release is breaking. The Listener
class is now PassiveTag
, and the Tag
class is now ActiveTag
.