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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
The "schema" object in defaults now undergoes comprehensive validation. (#72)
A new "operators" member is added to the "schema" object in defaults. Operators are variables like label_to_extend or array_first which tell ParamTools how a defaults object should be loaded. This makes it easier to dump the data for a Parameters instance in one place and load it in another. (#73)
A new approach to doing searches and updates brings performance improvements. (#74)
The Parameters class supports iteration similar to Python dictionaries. (#75)