Skip to content

v3.1.0

Choose a tag to compare

@geyang geyang released this 23 Jan 21:54
· 15 commits to main since this release

Features

  • _dict Property and dict() Support: Get a clean dict of parameter values from proto classes and functions
    • Config._dict returns {'lr': 0.001, 'batch_size': 32} (defaults merged with overrides)
    • dict(Config) works identically via __iter__ support
    • Works for both @proto/@proto.prefix classes and @proto.cli/@proto.prefix functions

Documentation

  • Added _dict property documentation to API reference
  • Updated Claude skill references with clean dict examples