Skip to content

Releases: equinor/webviz-config

Version 0.5.0-rc.2

05 Oct 10:40
77a82b2
Compare
Choose a tag to compare
Version 0.5.0-rc.2 Pre-release
Pre-release
Fixed issue with `Any`, empty `Dict`/`List` and `None` in `callback_t…

Version 0.5.0-rc.1

05 Oct 10:33
940a089
Compare
Choose a tag to compare
Version 0.5.0-rc.1 Pre-release
Pre-release
Fixed issue when `options` not given in config file (#636)

Version 0.5.0-rc.0

29 Sep 12:59
b5b41ec
Compare
Choose a tag to compare
Version 0.5.0-rc.0 Pre-release
Pre-release
Improved image spacing (#543)

Version 0.5.0-alpha.6

16 Sep 10:24
c07833d
Compare
Choose a tag to compare
Version 0.5.0-alpha.6 Pre-release
Pre-release

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

13 Sep 12:53
da235f9
Compare
Choose a tag to compare
Version 0.5.0-alpha.5 Pre-release
Pre-release
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

09 Sep 11:47
55f78d9
Compare
Choose a tag to compare
Version 0.5.0-alpha.4 Pre-release
Pre-release
Ensure testing framework is loaded only if dependencies are installed…

Version 0.5.0-alpha.3

08 Sep 07:30
81fcbcb
Compare
Choose a tag to compare
Version 0.5.0-alpha.3 Pre-release
Pre-release
Initialize common cache directly and deprecate `CACHE.TIMEOUT` (#618)

Version 0.5.0-alpha.2

17 Aug 08:07
7b5d93a
Compare
Choose a tag to compare
Version 0.5.0-alpha.2 Pre-release
Pre-release
Reintroduce `try/except` `TypeError` (#616)

Version 0.5.0-alpha.1

16 Aug 10:02
973fab5
Compare
Choose a tag to compare
Version 0.5.0-alpha.1 Pre-release
Pre-release
Deploy to PyPI on 3.8 (#614)

Version 0.5.0-alpha.0

22 Jun 17:32
b538299
Compare
Choose a tag to compare
Version 0.5.0-alpha.0 Pre-release
Pre-release
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]>