Skip to content

Releases: lavovaLampa/pyft4222

v0.3.2

17 Jul 20:50
Compare
Choose a tag to compare

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

14 Jul 17:30
Compare
Choose a tag to compare

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

19 Jan 20:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0

0.1.1

23 Jun 22:06
Compare
Choose a tag to compare

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

10 Feb 20:42
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

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