Releases: lavovaLampa/pyft4222
Releases · lavovaLampa/pyft4222
v0.3.2
Bugfix release. Version 0.3.1 is skipped because of incorrectly packaged source distribution on PyPI.
Changes:
- Fix Python 3.9 compatiblity
- Fix osx dll resource package
Full Changelog: v0.3.0...v0.3.2
v0.3.0
This is a breaking release, you'll need to to minor code update if upgrading from v0.2.
Changes:
- Internal error handling improvements
- Migrated project from setuptools to hatch
- Bumped minimal supported Python version to 3.9
- Updated FT4222 libraries
- Removed
koda
dependency
Notes:
macOS version is untested, as I don't have access to a mac.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add MacOS support by @kimdoyun0208 in #2
New Contributors
- @kimdoyun0208 made their first contribution in #2
Full Changelog: v0.1.1...v0.2.0
0.1.1
Bug fixes:
- Fix 'AbstractContextManager' generic parameter problem in Python 3.8 (hopefully).
Deprecations:
- This version no longer supports Python 3.7.
v0.1.0-beta
New features:
- Now supports context managers (i.e., handles can use 'with' blocks to close automatically)
Bug fixes:
- Fix dual/quad SPI read/write type errors