Recent Releases of pylinkam
pylinkam - v1.2.6
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: https://github.com/swinburne-sensing/pylinkam/compare/v1.2.5...v1.2.6
- Python
Published by ravngr almost 2 years ago
pylinkam - v1.2.5
- 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: https://github.com/swinburne-sensing/pylinkam/compare/v1.2.4...v1.2.5
- Python
Published by ravngr almost 2 years ago
pylinkam - v1.2.4
Changes
- Preliminary Linux support by changing interface to load via
CDLLinstead ofWinDLL. - Minor refactor and updates to comments and docs.
Fixes
- Fixed incorrect type on
ControllerProgramStatusFlagsfixing #1 (thanks @Jordi-aguilar)
Full Changelog: https://github.com/swinburne-sensing/pylinkam/compare/v1.2.2...v1.2.4
- Python
Published by ravngr about 2 years ago