Skip to content

Releases: hbldh/pymetawear

Version 0.12.0

01 Nov 18:18
Compare
Choose a tag to compare

Updated metawear package version to 0.7.0.

0.10.0 - Data logging support

18 Jun 09:35
Compare
Choose a tag to compare

Features

  • Data logging support for accelerometer, gyroscope, magnetometer and sensor fusion modules.
  • Locking metawear==0.3.1 until adaptations for 0.4.0 has been done.
  • Fixes for code examples and and examples in documentation.

Verison 0.7.0

13 Jan 12:55
Compare
Choose a tag to compare
  • 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

31 Oct 12:44
Compare
Choose a tag to compare

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

13 Oct 12:16
Compare
Choose a tag to compare

Changelist

  • Temperature Module
  • Using pygatt 3.0.0 (including PR from PyMetaWear contributors)
  • Builds on Windows

PyPI version baseline

15 Sep 09:16
Compare
Choose a tag to compare

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

15 Sep 07:22
Compare
Choose a tag to compare

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

07 Apr 19:43
Compare
Choose a tag to compare
Version 0.2.3 Pre-release
Pre-release

A functional version, prepared for further expansion.

  • Changed from using gattlib on its own to using
    pybluez with gattlib
  • Travis CI and Coveralls
  • Travis CI deploys documetnation to gh-pages.
  • Some documentation written.

Initial release

30 Mar 12:09
Compare
Choose a tag to compare
Initial release Pre-release
Pre-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.