Skip to content

v0.3.9 — examples CLI loads index from GitHub for pip installs

Choose a tag to compare

@rosspeili rosspeili released this 26 Jun 07:46
· 154 commits to main since this release

Fixed

  • CLI — skillware examples and skillware list --examples fetch examples/README.md from GitHub when no local copy exists (typical after pip install). Local checkouts still use the repo file first.

Upgrade

pip install -U skillware

The CLI (skillware list, skillware test, skillware examples, interactive menu) is included in the core install. skillware examples needs network access when run outside a Skillware checkout.

Contributors

  • @rosspeili — GitHub fallback for examples index; remove unused wheel packaging of examples/README.md

Full changelog

  • #190 follow-up — Fetch examples/README.md from GitHub for pip-only installs (0.3.8 regression fix)

Compare: v0.3.8...v0.3.9