Skip to content

Latest commit

 

History

History
90 lines (71 loc) · 2.42 KB

File metadata and controls

90 lines (71 loc) · 2.42 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Changes

  • Made get_local_current_sample() method static.

Added

  • Added method get_local_current_sample for querying sensor on local network
  • Added additional unit tests

Changes

  • Alphabetized structure of methods in __init__.py

Added

  • Added Change Log

Changes

  • Fixes for Python 3 compatibility

0.2.9 - 2016-01-01

Changes

  • Bumped version number for proper distribution

0.2.8 - 2016-01-01

Added

  • Added get_appliance method

Changes

  • Moved test credentials to its own file.
  • Added unit tests for appliance methods
  • Updated documentation on how to retrieve your Neurio API key
  • Made all source code plain ol' ASCII
  • Copyright updates

0.2.7 - 2015-03-26

Changes

  • Switched from Neurio's staging to production servers, that explains why the library wasn't working for some!

0.2.6 - 2015-03-24

Added

  • example_keys.py

0.2.4 - 2015-03-22

Changes

  • Changed back to install_requires
  • Simplified where version information is stored

Removed

  • Removed neurio/_version.py

0.2.3 - 2015-03-22

Changes

  • Using setup_requires again

0.2.2 - 2015-03-22

Added

  • New pip install dependencies

Changes

  • Now trying setup_requires instead of install_requires
  • Using setuptools instead of distutils

0.2 - 2015-03-22

Added

  • README.md

Changed

  • Examples fixed

0.1 - 2015-03-22

Added

  • Initial release