You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(hv/learner): NewLearner / Learner::new take an extra trailing arg
Go: hv.NewLearner(model, seed, nil)
Rust: Learner::new(model, seed, None)
Python: unchanged (the new third argument defaults to None).
docs(deque): add empty check (DequeIsEmpty / deque_is_empty)
Document the direct sentinel-anchor query for testing whether a deque
has any member carriages. Includes Python free-function form.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>