Releases: equinor/webviz-config
Releases · equinor/webviz-config
Version 0.5.0-rc.2
Fixed issue with `Any`, empty `Dict`/`List` and `None` in `callback_t…
Version 0.5.0-rc.1
Fixed issue when `options` not given in config file (#636)
Version 0.5.0-rc.0
Improved image spacing (#543)
Version 0.5.0-alpha.6
What's Changed
- Added try except statement around
isinstance
check to avoid exception by @rubenthoms in #627
Full Changelog: 0.5.0-alpha.5...0.5.0-alpha.6
Version 0.5.0-alpha.5
Improved `callback_typecheck` decorator, moved it and added test (#626) * Improved `callback_typecheck` decorator, moved it and added test * Added conversion support of `TypedDict` and `Union`, added test, moved decorator to `utils`
Version 0.5.0-alpha.4
Ensure testing framework is loaded only if dependencies are installed…
Version 0.5.0-alpha.3
Initialize common cache directly and deprecate `CACHE.TIMEOUT` (#618)
Version 0.5.0-alpha.2
Reintroduce `try/except` `TypeError` (#616)
Version 0.5.0-alpha.1
Deploy to PyPI on 3.8 (#614)
Version 0.5.0-alpha.0
Introducing Webviz Layout Framework (WLF) (#599) * New layout framework implementation. * Implementation of example plugin * New documentation * Pinned `pylint` to <=2.13.9 Co-authored-by: Jørgen Herje <[email protected]> Co-authored-by: Hans Kallekleiv <[email protected]>