dsf-python 3.4.6 released
-
The Python bindings for DSF dsf-python v3.4.6 has been released.
Release Notes
- Fix: Do not time out the connection for zero-byte payloads as DSF may send it to check if the socket is still open
- Fix check if code parameter is an expression
- Removed obsolete OM field state.restore_point.spindle_speeds
- Fixed unit of sensors.probes[].travelSpeed
- Fixed typo with priority_codes parameter to code interceptor API
- Replace CodeResult by Message
- Refactor commands.Code into separate modules and add class arguments in the constructor as well as their docstring
- Improve docstrings
Downloads
Installation
To install the latest version :
sudo pip3 install dsf-python
To upgrade to the latest version :sudo pip3 install --upgrade dsf-python
To install this specific version :pip install dsf-python==3.4.6