Skip to content

v0.1.0

Latest

Choose a tag to compare

@rosspeili rosspeili released this 15 Feb 15:42
· 2 commits to main since this release
3d30025

Features

  • Pip Installable: Now installable via pip install git+https://github.com/ARPAHLS/skillware.git or from PyPI as skillware (once this release publishes).
  • CI/CD Pipeline: Automated testing with pytest and strict linting with flake8 and black.
  • Clean Codebase: Fully linted and formatted.

Packaging

  • pyproject.toml configuration added.
  • Automated PyPI publishing workflow (publish.yml).

Fixes

  • Closes #7 (Make Skillware pip-installable)
  • Closes #8 (Add Automated Testing and Strict Linting CI)