Releases: intrepidcs/python_ics
Releases · intrepidcs/python_ics
v922.16
v921.16.2
What's Changed
- Add support for icsneoRequestSetNeoVIMiscIO by @drebbe-intrepid in #222
- Fix set_reflash_callback by @bmjones2 in #223
Full Changelog: v921.16...v921.16.2
v921.16.1
Add support for icsneoRequestSetNeoVIMiscIO (#222)
Full Changelog: v921.16...v921.16.1
v921.16
What's Changed
- Fixed new header cicsSpyStatusBits.h. by @drebbe-intrepid in #218
- update to v921 header by @drebbe-intrepid in #220
- Fixes #219
- Add Python 3.14
- Remove Python 3.9
- Added pytest and runs in CI
- Updated cibuildwheel
- Updated documentation to utilize dynamic versioning.
Full Changelog: v920.14.2...v921.16
v920.14.2
What's Changed
- Fixed Device name formatting shows null characters by @drebbe-intrepid in #217
Full Changelog: v920.14.1...v920.14.2
v920.14.1
What's Changed
- Fixed ics.SpyMessage.ExtraDataPtr can't handle larger than 255 length by @drebbe-intrepid in #215
Full Changelog: v920.14...v920.14.1
v920.14
What's Changed
- Added support for
icsneoGetIMEI()andicsneoGetComponentVersions(). This will be part of v921 and not available in v920 yet. - Added support for
icsneoGetDeviceName(). This will eliminate "Unknown" device strings for new devices. We fallback to old behavior on older icsneo40 DLLs. - Fixed GIL release/acquire issues that would lead to crashing.
- Remove deprecated devices by @MJun77 in #211
- Recover EPSILON_EXPRESS missing by @MJun77 in #212
New Contributors
Full Changelog: v919.16...v920.14
v919.16
Update to v919.16
Full Changelog: v918.15...v919.16
v918.15
v918.14
What's Changed
- v918.14 update, python 3.13, and fixed compiler warnings in #204
- Python 3.13 support
- Python 3.13 free-threading support. Free-threading support is essentially untested for threading issues. As support for this is still experimental upstream focus on this isn't a priority yet. Any mutable containers pass in to the API calls should be guarded for now if being used concurrently.
- Enabled compiler warnings to catch some minor issues.
- updated libicsneo to 02b5daf
- Enable internal firmware flashing over CAN. by @overheadattack in #198
New Contributors
- @overheadattack made their first contribution in #198
Full Changelog: v917.18...v918.14