Skip to content

Releases: DephyInc/Actuator-Package

v11.0.4

21 Jun 18:50
ab8da5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.0.3...v11.0.4

v11.0.3

07 Jun 19:49
Compare
Choose a tag to compare

Bugfixes:

  • Adds pi_32bit and pi_64bit to list of known OS-library file pairs when searching S3 for a library file

v11.0.2

31 May 20:08
Compare
Choose a tag to compare

Full Changelog: v11.0.1...v11.0.2

Bugfixes:

  • When trying to load the library, the lib was a Path object instead of str

v11.0.1

31 May 15:21
Compare
Choose a tag to compare

Full Changelog: v11.0.0...v11.0.1

Bugfixes:

  • Creating the client object in get_available_firmware_versions now uses botocore.UNSIGNED to allow access to public files

v11.0.0

23 May 23:12
Compare
Choose a tag to compare
  • 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

09 May 17:29
Compare
Choose a tag to compare

Fixes a bug in read when allData=True for legacy devices.

v10.5.2

05 May 21:36
Compare
Choose a tag to compare

Updates constructor to require port and cLibVersion. Increases sleep between set gains calls. Updates demos.

v10.5.1

02 May 22:02
Compare
Choose a tag to compare
Fixes typo.

v10.5.0

02 May 21:52
Compare
Choose a tag to compare
Adds 10.5.

v10.1.9

14 Apr 21:36
3d2179b
Compare
Choose a tag to compare

Fixes a bug that caused trying to download a public file without credentials to fail.