Skip to content

Releases: MrYsLab/python_banyan

Fixes for issue#5

14 Jul 17:53
Compare
Choose a tag to compare

This release addresses issue #5.

Merged Pull Request #4

23 Jun 12:46
Compare
Choose a tag to compare

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

05 May 17:57
Compare
Choose a tag to compare

Updates for GPIO gateway support files

06 Mar 22:17
Compare
Choose a tag to compare

Updated the import paths for these files.

Additional base classes for future GPIO gateways

06 Mar 21:40
f2cf723
Compare
Choose a tag to compare

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

14 Feb 20:13
Compare
Choose a tag to compare
Version 3 Additions

Removes restriction on msgpack-numpy version, and a windows fix

27 Jan 15:27
Compare
Choose a tag to compare

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

04 Jan 22:27
Compare
Choose a tag to compare

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

04 Sep 17:08
Compare
Choose a tag to compare
v2.2

Version 2.2 pypi compatibility

Fixes in setup.py for python 2 install using setup.py

02 Sep 03:04
Compare
Choose a tag to compare