Releases: BotRunner64/somehand
Releases · BotRunner64/somehand
Release list
somehand 0.3.0
0.3.0
Added
- Added diagnostic viewer overlays for human landmarks and robot-hand constraints.
- Added installable-wheel support with bundled retargeting configs.
- Added
somehand assets downloadfor external runtime assets.
Changed
- Materialized hand-specific retargeting constraints in YAML.
- Simplified vector constraints to direction loss and removed world-anchor and scaled keyvector residual objectives.
- Added wheel-safe config and asset path resolution while preserving source-checkout behavior.
Fixed
- Corrected finger-segment mappings across supported hand configs.
- Refined diagnostic overlays, camera framing, and target-direction transforms.
Breaking changes
- Removed
retargeting.presetandretargeting.vector_loss. - Removed per-vector
loss_typeandloss_scalefields. - Corrected mappings and objectives may change retargeting output.
Artifact
somehand-0.3.0-py3-none-any.whl- SHA-256:
23e5c7dfe0a2363b7c3f74c427ecd9f43e3709ae0118589345b09fbdad224552
Tested
pytest -q— 213 passedruff check src testspython -m build --no-isolation- Installed the final wheel from merged
masterin an isolated environment and verified version metadata, bundled configs, and CLI help.
somehand 0.2.0
0.2.0
- Replaced PICO XRoboToolkit input with the PICO Bridge receiver.
- Added
somehand.apias 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.whlsomehand-0.2.0.tar.gz
Tested:
pytest -qruff check src/somehand/__init__.py src/somehand/pico_input.pypython -m build
Not tested:
- Full
ruff check src testsstill reports pre-existing lint findings outside the release metadata changes.