Skip to content

Releases: mdklatt/serial-python

v0.9.0

15 May 15:39
Compare
Choose a tag to compare
  • Switched from setup.py to pyproject.toml.
  • Removed deprecated ArrayField alias for ListField class.
  • Python 3.8 is now the minimum supported version.

v0.7.1

24 Oct 05:40
Compare
Choose a tag to compare
version 0.7.1 release

v0.7.0

01 Apr 06:46
Compare
Choose a tag to compare

Update for Python 3.6+.

v0.6.5

01 Apr 02:11
Compare
Choose a tag to compare

This is the last planned Python 2.7 release.

v0.6.4

29 Jul 16:18
Compare
Choose a tag to compare
version 0.6.4 release

v0.6.3

09 Mar 17:37
Compare
Choose a tag to compare
version 0.6.3 release

v0.6.2

09 Mar 17:37
Compare
Choose a tag to compare
version 0.6.2 release

Version 0.6.1

31 Oct 17:47
Compare
Choose a tag to compare

Highlights

  • Added BoolFilter class.

Version 0.6.0

15 Oct 14:58
Compare
Choose a tag to compare

Highlights

  • Python 2.6 is no longer actively supported. New code will freely use syntax and features that are only found in Python 2.7, and as existing code is modified it may stop working with Python 2.6.
  • The project is now released under the MIT License.
  • Support was added for Sphinx documentation.
  • The test suite now uses pytest instead of unittest.
  • Numerous changes were made to the project layout.

Version 0.5.1

18 Jun 02:41
Compare
Choose a tag to compare

Highlights

  • The setup script has a virtualenv command for creating virtualenv environments.
  • Version numbers will now be PEP 0440-compliant, e.g. 0.5.1dev1.