Releases: ftd2xx/ftd2xx
Releases · ftd2xx/ftd2xx
v1.3.8
What's Changed
- Improve tests by @snmishra in #79
- Make DeviceError picklable. by @JTignor-Raltron in #80
New Contributors
- @JTignor-Raltron made their first contribution in #80
Full Changelog: v1.3.6...v1.3.7
v1.3.7
What's Changed
- Improve tests by @snmishra in #79
- Make DeviceError picklable. by @JTignor-Raltron in #80
New Contributors
- @JTignor-Raltron made their first contribution in #80
Full Changelog: v1.3.6...v1.3.7
v1.3.6
Typing fixes
- Type the Context Manager correctly
v1.3.3
1.3.2
What's Changed
- Updated FTD2XX.setBitMode type hint (fixes #61) by @atnon in #62
- Fix Use after free in eeRead by @pablosun in #67
- Fix eeUAWrite wasn't working. (thanks @VadalTheGod) in #66
New Contributors
Full Changelog: v1.3.1...v1.3.2
1.3.1
1.3.0
ctypes fixes
- Fixed several bugs with ctypes (thanks @krister-ts)
- Remove aio import in sync version
Option to avoid createDeviceInfoList in open and openEx
open
and openEx
gained an update parameter to avoid calling createDeviceInfoList. This can be useful where multiple calls to open
are happening, or you never need to get the device info for your use case.