pyhdlcontroller

Python HDLC controller

MIT License

Stars
18
pyhdlcontroller - v0.5.2 Latest Release

Published by SkypLabs about 1 year ago

Fixes

  • Fix formatting issue in readme
pyhdlcontroller - v0.5.1

Published by SkypLabs about 1 year ago

Fixes

  • Fix GitHub Actions publishing jobs
pyhdlcontroller - v0.5.0

Published by SkypLabs about 1 year ago

Enhancements

  • Update requires-python in pyproject.toml
  • Add type hints
  • Remove MANIFEST.in
  • Add pre-commit configuration file
  • Add isort to the dev dependencies
  • Replace Pylint and Flake8 with Ruff and Black
  • Add Tox config
  • Replace setup.py with pyproject.toml
  • Use an entry point to generate the CLI tool
  • Add __version__ attribute to package

Fixes

  • Fix wrong sleep interval when quite flag is set
  • Close file descriptor in all cases
  • Fix SerialException path
  • Replace isSet() with is_set()
  • Fix formatting issues
  • Fix linting errors

Infrastructure

  • Monitor GH Actions dependencies with Dependabot
  • Replace Travis CI with GitHub Actions
pyhdlcontroller - v0.4.1

Published by SkypLabs almost 6 years ago

  • Use Sphinx for the documentation
  • Improve tests
pyhdlcontroller - v0.4.0

Published by SkypLabs about 7 years ago

  • Add the --no-fcs-nack option
  • Use the build stages feature of Travis CI (#4)
  • Argparse options are now alphabetically listed
pyhdlcontroller - v0.3.2

Published by SkypLabs over 7 years ago

  • Fix #3
  • Fix #1
  • Replace tab characters with spaces
  • Update MIT license to year range
pyhdlcontroller - v0.3.1

Published by SkypLabs about 8 years ago

  • Specify the measurement units used by the argparse options
  • Improve the packaging
  • Deploy the new releases automatically to PyPI using Travis CI
pyhdlcontroller - v0.3.0

Published by SkypLabs almost 9 years ago

  • Add the handling of bad frames type received
  • Add --quiet and --queue-size argparse options
  • Optimisation of class Sender
  • Few other minor improvements
  • Fix frame_queue_size class parameter
pyhdlcontroller - v0.2.0

Published by SkypLabs almost 9 years ago

  • Add sending timeout
  • Add new argparse options
pyhdlcontroller - v0.1.1

Published by SkypLabs almost 9 years ago

  • Use the content of README.md as package's long description
pyhdlcontroller - v0.1.0

Published by SkypLabs almost 9 years ago

First release.