Skip to content

ParamTools 0.10.0

Compare
Choose a tag to compare
@hdoupe hdoupe released this 11 Sep 22:12
· 240 commits to master since this release
a912df3
  • 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)