Skip to content

Releases: swinburne-sensing/pylinkam

v1.2.6

29 Feb 03:42
Compare
Choose a tag to compare

Bug fix for a the recent addition in the v1.2 series. I have removed output suppression during SDK loading.

The Linkam SDK generates some output on stdout during loading and the util.supress_stdout contect manager was used to dump this output. Unfortunately, this breaks anything that maintains a handle on sys.stdout since the handle gets closed during suppression, this is a big deal in logging. A fix is non-trivial (particularly on Windows) and I'm reticent to include additional dependencies.

Full Changelog: v1.2.5...v1.2.6

v1.2.5

28 Feb 05:26
Compare
Choose a tag to compare
  • Added pretty debugging output for ctype-wrapped structures
  • Added additional examples and troubleshooting tips to README,md
  • Added VSCode configuration
  • Added pre-commit hooks
  • Changed SDKWrapper.connect_* to be non-private to allow easier use
  • Fixed typing errors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

30 Nov 01:46
Compare
Choose a tag to compare

Changes

  • Preliminary Linux support by changing interface to load via CDLL instead of WinDLL.
  • Minor refactor and updates to comments and docs.

Fixes

  • Fixed incorrect type on ControllerProgramStatusFlags fixing #1 (thanks @Jordi-aguilar)

Full Changelog: v1.2.2...v1.2.4

v1.2.2

09 Mar 02:43
Compare
Choose a tag to compare

Minor release including publishing via GitHub actions.

Full Changelog: v1.2.1...v1.2.2

v1.2.1

09 Mar 02:24
Compare
Choose a tag to compare

Release to PyPI (fingers crossed).

v1.2.0

09 Mar 00:05
Compare
Choose a tag to compare

Changelog:

  • Fixed a number of systemic problems in the initial release.
  • Added installation and usage examples.

v1.0.0

27 Jun 04:54
Compare
Choose a tag to compare
Minor corrections.