All notable user-visible changes to this project will be documented here.
The repository did not maintain a structured changelog before March 16, 2026.
ConfigErrorwith typed validation for invalid model configuration.- Fallible initialization helpers such as
try_validate,try_init_model,try_init_layer, andtry_init_op. ARCHITECTURE.mdandCONTRIBUTING.md.
- Serialization APIs now accept
Path-like inputs instead of only&str. - README, roadmap, and agent context files now reflect the current alpha status and verified commands instead of stale or aspirational claims.
- Explicit validation for
num_heads = 0. - Explicit validation for out-of-range
layer_idxvalues.