dsf-python-3.5.0.2rc2 released
-
The Python bindings for DSF dsf-python v3.5.0.2rc2 has been released.
Please note this is a pre-release version so you may need to add
--pre
argument topip
to install or upgrade to this version. Another option is to specify the version number :
To install :sudo pip3 install --pre dsf-python
To upgrade :sudo pip3 install --upgrade --pre dsf-python
Release Notes
Compatible versions:
- Python 3.7 or newer
- RepRapFirmware 3.5.0-rc2
- DuetSoftwareFramework 3.5.0-rc2
New features:
- Added new object model fields introduced by RepRapFirmware/DuetSoftwareFramework
- Add DeprecationWarning where applicable
Bug fixes:
- Do not time out the connection for zero-byte payloads as DSF may send it to check if the socket is still open
- Raise IPCSocketBrokenException when the IPC socket is closed on the remote server
Downloads
Installation
To install the latest version :
sudo pip3 install --pre dsf-python
To upgrade to the latest version :sudo pip3 install --upgrade --pre dsf-python
To install this specific version :pip install dsf-python==3.5.0.2rc2