What’s New
v0.1.3
Documentation
Created a proper README.rst file introducing the purpose, main features and a code example.
Added the whole “Getting Started” and “User Guide” sections to the sphinx doc
v0.1.0
New Features
There is a new
undefined_inputsparameter to thegetandrecalcmethods. If the function can not be evaluated because some of the inputs are undefined, these inputs are collected into this variable.The
PreviewAccclass now reports which inputs are missing to calculate the results.The
titlesparameter ofPreviewAccnow allows to specify an optional ‘open’-key, which will be displayed, when the Accordion is in an open state.
Bug fixes
More robust handling of undefined values with widgets
Internal Changes
Unittests