Skip to content

Tags: hbldh/pymetawear

Tags

v0.12.0

Toggle v0.12.0's commit message
Documentation update

v0.11.0

Toggle v0.11.0's commit message
Merge branch 'release/v0.11.0'

v0.10.1

Toggle v0.10.1's commit message
Merge branch 'bgromov-master'

v0.10.0

Toggle v0.10.0's commit message
Version 0.10.0

Added logging support for acc, gyro, mag and sensor fusion modules.
Locked metawear package to 0.3.1.
Added documentation and examples.

v0.9.1

Toggle v0.9.1's commit message
Version 0.9.1.

README fix and automated documentation deploy removed temporarily.

v0.9.0

Toggle v0.9.0's commit message
Merge branch 'release/v0.9.0'

v0.7.2

Toggle v0.7.2's commit message
Version 0.7.2

- Sensor fusion bugfix
- Upgraded MetaWear-CppAPI to 0.7.14

Squashed commit of the following:

commit 0ac6cd3
Author: Henrik Blidh <[email protected]>
Date:   Fri Mar 3 16:18:21 2017 +0100

    Bump version: 0.7.1 → 0.7.2

commit 0098876
Merge: 53d4811 8610b89
Author: Henrik Blidh <[email protected]>
Date:   Fri Mar 3 16:11:45 2017 +0100

    Merge branch 'sensor_fusion_no_wait' of https://github.com/kinemic/pymetawear into pr26
    Merges #28

commit 53d4811
Author: Henrik Blidh <[email protected]>
Date:   Fri Mar 3 16:04:04 2017 +0100

    Updated to use MetaWear-CppAPI v.0.7.14

commit 4364666
Merge: c1a4219 fe8c6db
Author: Henrik Blidh <[email protected]>
Date:   Fri Mar 3 16:01:48 2017 +0100

    Merge branch 'master' into develop

commit 8610b89
Author: Marcus Georgi <[email protected]>
Date:   Wed Mar 1 12:08:43 2017 +0100

    no indefinite wait time

      -sensorfusion module was waiting indefinitely for time processor creation
      -sometimes the sensor got unresponsive

v0.7.1

Toggle v0.7.1's commit message
Version 0.7.1

Updated to using MetaWear-CPPAPI v0.7.10
Merged #26:
    Add Sensor Fusion Module

      - implement module in modules/sensorfusion.py
      - include relevant constant in modules/__init__.py and
        modules/base.py
      - add sensorfusion as attribute to MetaWearClient and
        initialize on startup
Merged #25:
    magnetometer power preset api changes from 0.7

    see comments from
    https://github.com/mbientlab/Metawear-CppAPI/releases/tag/0.7.0

v0.7.0

Toggle v0.7.0's commit message
Version 0.7.0

Updating MetaWear-CPPApi to 0.7.4
Refactored connection behaviour: connect keyword in client to avoid autoconnect if desired.
Unit test work done and a working MockBackend.
Moved backends to simple modules instead of packages.
Flake8 adaptations.
Fix for multiple logging handlers bug. Fixes #23
Removed bluepy
Updated docs for removed bluepy.
Removing Tox testing, reverting to old Travis solution.
Added Python 3.6 to tests.
New examples: Two clients and Complimentary filter (#22).

v0.6.0

Toggle v0.6.0's commit message
Version 0.6.0

Updated to MetaWear-CppAPI version 0.6.0
Removed now deprecated 64-bit special handling.
Replaced printout logging with proper logging module usage.