Skip to content

Releases: BotRunner64/somehand

somehand 0.2.0

09 Jun 03:15

Choose a tag to compare

0.2.0

  • Replaced PICO XRoboToolkit input with the PICO Bridge receiver.
  • Added somehand.api as the supported public import surface for embedding.
  • Moved MediaPipe, OpenCV, and PICO Bridge into optional CLI/dev dependencies.
  • Split CLI and API documentation across English and Chinese docs.
  • Switched the LinkerHand SDK submodule to the BotRunner64 fork and removed XRoboToolkit setup.

Artifacts:

  • somehand-0.2.0-py3-none-any.whl
  • somehand-0.2.0.tar.gz

Tested:

  • pytest -q
  • ruff check src/somehand/__init__.py src/somehand/pico_input.py
  • python -m build

Not tested:

  • Full ruff check src tests still reports pre-existing lint findings outside the release metadata changes.