Releases: DephyInc/Actuator-Package
Releases · DephyInc/Actuator-Package
v11.0.4
v11.0.3
Bugfixes:
- Adds
pi_32bit
andpi_64bit
to list of known OS-library file pairs when searching S3 for a library file
v11.0.2
Full Changelog: v11.0.1...v11.0.2
Bugfixes:
- When trying to load the library, the lib was a
Path
object instead ofstr
v11.0.1
Full Changelog: v11.0.0...v11.0.1
Bugfixes:
- Creating the
client
object inget_available_firmware_versions
now usesbotocore.UNSIGNED
to allow access to public files
v11.0.0
- Overhauls the device class hierarchy
- Moves device specs to the cloud
- Adds UTT functionality
- Adds improved documentation
- Overhauls how firmware versions can be passed
- Overhauls how firmware versions are handled
- Overhauls how library files are searched for and downloaded
v10.5.3
Fixes a bug in read
when allData=True
for legacy devices.
v10.5.2
Updates constructor to require port and cLibVersion. Increases sleep between set gains calls. Updates demos.
v10.5.1
Fixes typo.
v10.5.0
Adds 10.5.
v10.1.9
Fixes a bug that caused trying to download a public file without credentials to fail.