Release v0.1.0 with CI fixes, mypy compliance, and utils removal
19 files · 265+ · 256-

CI workflow fixes

5 files changed
  • ci.yml Fixed CI workflow configuration
  • docs.yml Fixed docs workflow
  • performance.yml Fixed performance workflow
  • release.yml Fixed release workflow
  • security.yml Fixed security workflow

Code quality and type checking

4 files changed
  • config.py Removed unnecessary comments, fixed type annotations
  • core.py Fixed mypy issues
  • base.py Fixed type annotations
  • utils.py Removed utils module entirely
  • Resolved mypy type errors, removed unnecessary comments, and deleted utils.py harden internal
    2 files
    • config.py
    • utils.py

Release preparation

4 files changed
  • CHANGELOG.md Updated for v0.1.0
  • README.md Fixed build badge, added pio branding
  • DEVELOPMENT.md Added development guide
  • pyproject.toml Updated for v0.1.0 release
  • Finalized v0.1.0 release with updated changelog, README, and pyproject.toml baseline behavioral
    2 files
    • CHANGELOG.md
    • pyproject.toml