Latest release
mixle 0.7.0
Generic AI-capability platform pieces on top of the core estimation engine: task decomposition, cross-modal reasoning, self-improvement loops, and a system facade, plus a hardening pass across the automatic-inference and design-of-experiments subsystems.
New model families
PINNRegression, HamiltonianNet,
make_deep_set, monotonic MLPs and input-convex energy networks,
CopulaDistribution, and GatedMixtureDistribution
(input-dependent mixture-of-experts weights).
Task decomposition and agents
Plan models fit as Markov chains over agent traces, an outcome-trained
decomposer, a minimal orchestrator loop, a local model registry,
bit-identical execution replay, and the Receipt object
(ledger + trace + calibration + provenance, offline re-verifiable).
Cross-modal reasoning
ModalityView, per-edge conditional-transport premise checks,
belief walks across chains of verified transports, cycle-consistency as a
self-supervised abstention signal, and task-sufficient projection.
Self-improvement loops
A shared collapse monitor across amplification loops, a composition operator, diagnosis-directed correction, a knowledge-accumulation flywheel measurement, and cost-aware routing threshold selection.
Release-verification hardening
A fresh, non-editable wheel install caught a broken import mixle
(an eager-import cascade from one missing name), 8 modules importing
torch-gated names unconditionally at module level, and a real
DPOAccumulator.value() bug. All fixed; a full 687-module import
sweep now gates every release from a bare install.