Skip to content

Releases: clssn/numato-gpio

Release version 0.13.0

12 Mar 21:25
Compare
Choose a tag to compare

This release is going to make many variants of the Numato devices compatible.

Those variants' major differences are in the end-of-line sequences of responses
to queries and notificastions. Worse, in some cases they are not even uniform
across responses and notifications of a single device variant. Consequently,
this version now completely discards all end-of-line characters while reading
which also simplifies the reading code a lot. Discarding is possible as all
device resonses are either known by their length or are terminated by the
> prompt character.

v0.12.0

04 Mar 07:01
Compare
Choose a tag to compare

In this release the numato board's version string is read as a string and not expected to be of integer type anymore. This should resolve most of the reported issues with more recent versions of boards.

Release version 0.11.1

04 Mar 06:47
Compare
Choose a tag to compare

Security release updating gitpython as proposed by dependabot.

Use poetry for dependency and project management

30 Aug 19:41
Compare
Choose a tag to compare

This release introduces poetry for dependency and project management.
A minor release was chosen although no new functional features are published: Slight changes in the project meta-data could be of breaking nature.

Support all Numato USB GPIO Devices

10 Feb 21:48
Compare
Choose a tag to compare

This release finally adds support for all Numato USB GPIO devices. A device
mockup has been created whose behavior was derived from Numato documentation
and the analysis of user's Issues. In practice there may be additional
properties of devices which haven't been taken into account.

Support devices with different end-of-line responses

20 Jan 20:58
Compare
Choose a tag to compare

This release extends the support to devices with different end-of-line responses.

  • Support end-of-line responses cr, lf and lfcr in addition to crlf
  • New troubleshooting document to streamline support requests
  • Minor bug fixes

Upload to PyPI with github workflow.

15 Nov 16:02
250c7b8
Compare
Choose a tag to compare

This is the first release of numato-gpio triggering build and upload of a package to PyPI.