Skip to content

Releases: SkypLabs/pyhdlcontroller

v0.5.2

19 Aug 14:38
v0.5.2
Compare
Choose a tag to compare

Fixes

  • Fix formatting issue in readme

v0.5.1

19 Aug 14:38
v0.5.1
Compare
Choose a tag to compare

Fixes

  • Fix GitHub Actions publishing jobs

v0.5.0

19 Aug 14:38
v0.5.0
Compare
Choose a tag to compare

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

v0.4.1

09 Dec 16:32
v0.4.1
Compare
Choose a tag to compare
  • Use Sphinx for the documentation
  • Improve tests

v0.4.0

02 Aug 21:00
v0.4.0
Compare
Choose a tag to compare
  • Add the --no-fcs-nack option
  • Use the build stages feature of Travis CI (#4)
  • Argparse options are now alphabetically listed

v0.3.2

23 Jul 22:49
v0.3.2
Compare
Choose a tag to compare
  • Fix #3
  • Fix #1
  • Replace tab characters with spaces
  • Update MIT license to year range

v0.3.1

05 Oct 12:36
v0.3.1
Compare
Choose a tag to compare
  • Specify the measurement units used by the argparse options
  • Improve the packaging
  • Deploy the new releases automatically to PyPI using Travis CI

v0.3.0

16 Jan 17:15
v0.3.0
Compare
Choose a tag to compare
  • 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

v0.2.0

06 Jan 17:20
v0.2.0
Compare
Choose a tag to compare
  • Add sending timeout
  • Add new argparse options

v0.1.1

04 Jan 22:18
v0.1.1
Compare
Choose a tag to compare
  • Use the content of README.md as package's long description