Releases: MrYsLab/python_banyan
Fixes for issue#5
This release addresses issue #5.
Merged Pull Request #4
The method used to determine the local IP address involved having access to the Google DNS (8.8.8.8).
The code has been modified so that is no longer the case.
The updated code will allow successful IP address discovery even if there is no connection to the Internet.
Connection to the local router is still required, but the router does not need to be connected to the Internet.
You can now use an access point to provide the local IP address for standalone operations.
Updated Documentation and Published The OneGPIO Project
3.3 Version 3 Additions
Updates for GPIO gateway support files
Updated the import paths for these files.
Additional base classes for future GPIO gateways
The new gateway classes and the banyan_base_aio class will be used to support to GPIO gateways. The new aio classes require python 3.7.
Release 3.0 and its new features
Version 3 Additions
Removes restriction on msgpack-numpy version, and a windows fix
The restriction on the version of msgpack-numpy imposed in v2.3 has been removed.
Fix for Issue #2 has been implemented.
Force usage of version 4.0.1 of msgpack-numpy
Version 4.0.2 of msgpack-numpy contained breaking changes. This release forces setup.py to load the previous version.
In addition support for using an external message handler was added.
Fixes for pypi compatibility
v2.2 Version 2.2 pypi compatibility
Fixes in setup.py for python 2 install using setup.py
v2.1 Version 2.0