Skip to content

Releases: MrYsLab/python_banyan

Converted from setup.py to pyproject.toml

Choose a tag to compare

@MrYsLab MrYsLab released this 28 Nov 16:58
v3.16

Converted setup.py to pyproject.toml

Force use of websockets 13.1

Choose a tag to compare

@MrYsLab MrYsLab released this 28 Nov 16:41

A newer version of websockets breaks things.

Updated TCP Gateway

Choose a tag to compare

@MrYsLab MrYsLab released this 14 Nov 21:29

The TCP gateway will continually attempt to connect to the server until the connection succeeds.
Packet length was appended to TCP packets in both directions.
An updated example was provided.

Add TCP/IP Gateway and minor updates

Choose a tag to compare

@MrYsLab MrYsLab released this 12 Nov 22:55
461bd2f

This release creates a TCP/IP gateway to resolve issue #35. It also modifies how an asyncio event loop is created within banyan_base_aio to be consistent with the latest versions of Python.

Resolve issue #32

Choose a tag to compare

@MrYsLab MrYsLab released this 01 Jul 11:38

This incorporates the changes for pull request #33, resolving issue #32

Resolution of issue #8

Choose a tag to compare

@MrYsLab MrYsLab released this 24 Oct 14:04
4ff4b95

This release should not affect existing applications built with a previous release.

Renamed instance variable in base classes and examples

Choose a tag to compare

@MrYsLab MrYsLab released this 18 Jan 17:21

I have renamed self.context to self.my_context in the base classes and examples to allow the Banyan base classes to participate in multiple inheritance applications.

No code was changed other than the rename.

Accommodations for Python3.8 asyncio changes for Windows

Choose a tag to compare

@MrYsLab MrYsLab released this 09 Dec 15:26
v3.8

Accommodate Python 3.8 asyncio changes for Windows

banyan_base_aio ignore psutil Zombie exceptions

Choose a tag to compare

@MrYsLab MrYsLab released this 14 Nov 12:16

This release affects banyan_base_aio.py only. When using a mac, the zombie exception is sometimes thrown by psutil. This ignores that exception.

Arduino Gateway Updates

Choose a tag to compare

@MrYsLab MrYsLab released this 18 Sep 21:14

Arduino Gateway and html updated for sonar support fixes.