Skip to content

Releases: intrepidcs/python_ics

v922.16

25 Nov 17:32
129ee43

Choose a tag to compare

  • Update to v922.16 header (#224)
  • Various fixes for potential crashes with function signatures.

v921.16.2

21 Nov 04:40
b4adcee

Choose a tag to compare

What's Changed

Full Changelog: v921.16...v921.16.2

v921.16.1

20 Nov 17:14

Choose a tag to compare

Add support for icsneoRequestSetNeoVIMiscIO (#222)

Full Changelog: v921.16...v921.16.1

v921.16

26 Sep 18:13
2182de1

Choose a tag to compare

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

30 Jun 15:07
91e62eb

Choose a tag to compare

What's Changed

Full Changelog: v920.14.1...v920.14.2

v920.14.1

19 Jun 17:39
2ec7bf6

Choose a tag to compare

What's Changed

Full Changelog: v920.14...v920.14.1

v920.14

12 Jun 13:55

Choose a tag to compare

What's Changed

  • Added support for icsneoGetIMEI() and icsneoGetComponentVersions(). 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

01 Apr 14:39

Choose a tag to compare

Update to v919.16

Full Changelog: v918.15...v919.16

v918.15

26 Mar 16:53

Choose a tag to compare

What's Changed

  • Update libicsneo to 1ba3ede

Full Changelog: v918.14...v918.15

v918.14

14 Feb 16:42
677e23c

Choose a tag to compare

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

Full Changelog: v917.18...v918.14