Skip to content

Releases: SkypLabs/python4yahdlc

v1.3.5

28 Apr 00:37
v1.3.5
Compare
Choose a tag to compare

Fixes

  • Fix build wheels and sdist jobs' run conditions

v1.3.4

28 Apr 00:36
v1.3.4
Compare
Choose a tag to compare

Enhancements

  • Update pre-commit hooks

Fixes

  • Fix format and linting issues
  • Fix outdated comments and typos
  • Add missing argument in retry_serial_connection

Infrastructure

  • Add build wheels and sdist CI jobs

v1.3.3

18 Mar 19:21
v1.3.3
Compare
Choose a tag to compare

Fixes

  • RST formatting issue in readme

Infrastructure

  • Add Test distribution job

v1.3.2

18 Mar 19:06
v1.3.2
Compare
Choose a tag to compare

Fixes

  • Fix publish jobs' steps

v1.3.1

16 Mar 02:38
v1.3.1
Compare
Choose a tag to compare

Fixes

  • Publish jobs' run conditions

v1.3.0

16 Mar 02:02
v1.3.0
Compare
Choose a tag to compare

Enhancements

  • Reorganise test files
  • Replace Pylint and Flake8 with Ruff and Black
  • Update supported Python versions
  • Store project metadata in pyproject.toml
  • Add examples optional requirements
  • Add pre-commit configuration file
  • Use tox to run tests and linters

Fixes

  • Installation problem on Windows (#3)
  • All linting errors

Infrastructure

  • Add Windows 2019 to the build matrix
  • Add CodeQL workflow for GitHub code scanning
  • Monitor dependencies with Dependabot
  • Use main as branch for production releases
  • Switch from Travis CI to GitHub Actions

v1.2.0

24 Oct 12:07
v1.2.0
Compare
Choose a tag to compare

Features

Fixes

  • Fix the use of objects with the same name as a built-in

Documentation

  • Improve the documentation
  • Improve the comments

v1.1.1

10 Oct 09:14
v1.1.1
Compare
Choose a tag to compare

Infrastructure

v1.1.0

23 Jul 16:46
v1.1.0
Compare
Choose a tag to compare

Features

  • Return the sequence number to be sent back as NACK when an FCS error is raised
  • Replace tab characters with spaces

Documentation

  • Improve comments

v1.0.4

04 Oct 11:10
v1.0.4
Compare
Choose a tag to compare

Features

  • Improve the packaging

Infrastructure