Releases: hbldh/pymetawear
Releases · hbldh/pymetawear
Version 0.12.0
0.10.0 - Data logging support
Features
- Data logging support for accelerometer, gyroscope, magnetometer and sensor fusion modules.
- Locking
metawear==0.3.1
until adaptations for0.4.0
has been done. - Fixes for code examples and and examples in documentation.
Verison 0.7.0
- Using MetaWear-CppAPI version 0.7.4
- Removed bluepy backend due to it not being fully functional.
- Refactored connection behaviour. Optional autoconnect via keyword.
- Unit test work started with Mock backend.
- Flake8 adaptations.
- Fix for logging bug (#22)
- New examples: Two client setup and complimentary filter sensor fusion (#23).
Version 0.6.0
Changelist
- Updated to MetaWear-CppAPI version 0.6.0
- Removed now deprecated 64-bit special handling.
- Replaced printout logging with proper logging module usage.
Version 0.5.2
Changelist
- Temperature Module
- Using
pygatt
3.0.0 (including PR from PyMetaWear contributors) - Builds on Windows
PyPI version baseline
This version is the first version deployed to PyPI.
It is functionally identical to v0.5.0, but includes some fixes to make pymetawear
distributable via PyPI.
Changelist
setup.py
fix for PyPI distribution- MANIFEST fix
- README fix
Version 0.5.0
v0.5.0 (2016-09-15)
- Using MetaWear-CppAPI version 0.5.22
- Changed building procedure to handle ARM processors
- Updated requirements to make pygatt default, all others extras
- Bluepy backend implemented and partially working
- BL interface selection for all backends
- Magnetometer module
- Barometer module
- Ambient Light module
- Modifying notification wrappers to accommodate Epoch value in the data.
- High speed sampling for accelerometer and gyroscope
Version 0.2.3
A functional version, prepared for further expansion.
- Changed from using
gattlib
on its own to using
pybluez
withgattlib
- Travis CI and Coveralls
- Travis CI deploys documetnation to gh-pages.
- Some documentation written.
Initial release
Version 0.1.0 First release. Leds can be lit and reading of some settings can be done. Not very tested. MANIFEST, HISTORY and requirements.txt added.