chore(deps): bump motion from 12.38.0 to 12.40.0#14
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [motion](https://github.com/motiondivision/motion) from 12.38.0 to 12.40.0. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](motiondivision/motion@v12.38.0...v12.40.0) --- updated-dependencies: - dependency-name: motion dependency-version: 12.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
rwetz
pushed a commit
that referenced
this pull request
Jun 12, 2026
The in-app half of the ML Suite (spec: ML_SUITE.md). A new ML Lab sidebar panel (pinned to the rail by default, one-time promotion for existing rails) drives the external nexis-ml engine over an NDJSON stdio protocol: one-click engine install into the detected venv (CPU or CUDA torch via fixed pip flavors), in-panel project scaffolding (Create & train), live training with a progress bar, plain-language status sentences, friendly metric names, and decimated canvas charts; past runs render from metrics.jsonl with no engine running. A status bar pill shows progress and jumps to the panel. Rust side (modules/ml.rs, modeled on the LSP session): ml_detect / ml_spawn (train|replay|new allowlist, authorize_spawn_cwd, ConPTY-safe hide_console) with a reader->flusher pair batching stdout at ~30 Hz, ml_cancel via stdin, ml_kill, ml_install (allowlisted pip flavors), ml_env capability probe, ml_gpu_probe (nvidia-smi). Engine >=0.2.0 reports the training device (auto/cpu/gpu with a job-size heuristic); the panel surfaces it as a GPU chip, an install-time GPU checkbox, and an Enable GPU upsell when the CPU torch build sits next to an NVIDIA card. Pitfalls carried over: #1C (authorize before spawn), #4/#1D (hide_console everywhere), #8 (poison-recovering locks), #10 (detection memoized with delete-on-reject), #14 (charts subscribe to a primitive tick; series buffers live outside zustand), #7-adjacent (decimation caps series memory; Rust caps line length). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps motion from 12.38.0 to 12.40.0.
Changelog
Sourced from motion's changelog.
Commits
38ebb94v12.40.0b1f766cLatestbca5544Merge pull request #3699 from motiondivision/lochie/arcs-injectablef1a96cfarc(): rename amp/rotate, expose MotionPath, fix explicit cw/ccwb4aaba0pathRotation: non-destructive orientToPath rotation channel8604ef3Make arcs injectable viatransition.path = arc()f90fe29addorientToPath9ebe999fix: testbc2107eRevert "no should"6eeb92dno shouldYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)