Releases: Tigge/openant
Releases · Tigge/openant
v1.3.2
What's Changed
- Migrate to pyproject PEP-621 #96 by @tuna-f1sh in #102
- added min max temperatures to environment data by @mattes-bru in #106
- Fix typo by @peter279k in #107
- Fix value not reference passed to closure #108
Full Changelog: v1.3.1...v1.3.2
v1.3.1: Merge pull request #100 from tiagocoutinho/patch-1
Fix sleep only when platform is windows
v1.3.0
v1.2.0
Merges tuna-f1sh/openant that brings ANT+ device support, new CLI tools and generally brings up-to date. There some major changes to bring this to 1.0.0+:
- Python 2 support is dropped in favour of fully supporting Python 3.
- Module folder name changed to match module name 'ant' -> 'openant' in order to be more Pythonic. Symbolic link remains for legacy but should use
import openant
/from openant.
from now on. - Typing, docstrings and sphinx docs (needs further development).