Skip to content

Releases: equinor/webviz-config

Version 0.5.1

18 Jan 09:44
88a0a2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

Version 0.5.1-rc.0

11 Dec 22:00
4975c04
Compare
Choose a tag to compare
Version 0.5.1-rc.0 Pre-release
Pre-release
Expose plotly theme layout in config options (#658)

Version 0.5.1-alpha.4

11 Dec 18:58
bef5f2f
Compare
Choose a tag to compare
Version 0.5.1-alpha.4 Pre-release
Pre-release
Ensure `SETTINGS_SUBSCRIPTIONS` is loaded before `webviz_settings` (#…

Version 0.5.1-alpha.3

06 Dec 22:29
45010bf
Compare
Choose a tag to compare
Version 0.5.1-alpha.3 Pre-release
Pre-release
Lazy load plugin entrypoints (#656)

Version 0.5.1-alpha.2

23 Nov 13:26
7cd9858
Compare
Choose a tag to compare
Version 0.5.1-alpha.2 Pre-release
Pre-release
Lazy load modules in command line entrypoint (#653)

Version 0.5.1-alpha.1

23 Nov 07:40
c78ae45
Compare
Choose a tag to compare
Version 0.5.1-alpha.1 Pre-release
Pre-release
Enable MathJax in `dcc.Markdown` (#652)

Version 0.5.1-alpha.0

21 Nov 18:51
cb4207c
Compare
Choose a tag to compare
Version 0.5.1-alpha.0 Pre-release
Pre-release
Allow `blob:` in `script-src` CSP (#648)

Version 0.5.0

10 Oct 18:11
c2981ea
Compare
Choose a tag to compare

Changed

  • #634 - Disable automatic worker restart in gunicorn configuration.
  • #602 - Changed the file and plugin names from ExampleContentWrapper to ExampleWlfPlugin.
  • #543 - Improved spacing around images and image captions.
  • #618 - Initialized common_cache.CACHE directly with 3600 sec timeout and deprecated CACHE.TIMEOUT.
  • #619 - Adjusted the WLF example plugin to the best practice, added slots there and introduced new callback_typecheck decorator. Moreover, added a StrEnum class for IDs and settings.

Added

  • #635 - Added option to interactively set axis ranges in TablePlotter
  • #594 - Added early testing of graphical user interface (GUI) for editing and creating Webviz configuration files. Run webviz editor to start the GUI.
  • #599 - Implemented new Webviz Layout Framework (WLF).
  • #631 - Added homepage option to menu options in config file to define which page should be shown first when opening a Webviz app.

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)