v0.4.0
Pre-release
Pre-release
Added
- ParamDB load_classes parameter can be set to False to load parameter data classes as
dictionaries (created to allow ParamView to access data) - Keys for special properties in dictionary representations of parameter data can be
imported - ParamDict returns keys in
__dir__()
so that they are suggested by interactive prompts
like IPython.
Changed
- ParamDict uses dict_keys, dict_values, and dict_items instead of default KeysView,
ValuesView, and ItemsView since they print nicely