All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Made
get_local_current_sample()method static.
- Added method get_local_current_sample for querying sensor on local network
- Added additional unit tests
- Alphabetized structure of methods in
__init__.py
- Added Change Log
- Fixes for Python 3 compatibility
0.2.9 - 2016-01-01
- Bumped version number for proper distribution
0.2.8 - 2016-01-01
- Added
get_appliancemethod
- 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
- Switched from Neurio's staging to production servers, that explains why the library wasn't working for some!
0.2.6 - 2015-03-24
example_keys.py
0.2.4 - 2015-03-22
- Changed back to install_requires
- Simplified where version information is stored
- Removed
neurio/_version.py
0.2.3 - 2015-03-22
- Using setup_requires again
0.2.2 - 2015-03-22
- New pip install dependencies
- Now trying setup_requires instead of install_requires
- Using setuptools instead of distutils
0.2 - 2015-03-22
- README.md
- Examples fixed
- Initial release