Releases: equinor/webviz-config
Releases · equinor/webviz-config
Version 0.5.1
What's Changed
- Added pytest-forked to test requirements and updates for mypy 0.990 by @asnyv in #646
- Added table download to
DataTable
andPivotTable
by @asnyv in #644 - Allow
blob:
inscript-src
CSP by @anders-kiaer in #648 - Update workflow to remove
node12
deprecation warning in CI by @anders-kiaer in #650 - Enable MathJax in
dcc.Markdown
by @anders-kiaer in #652 - Remove
CODEOWNER
by @anders-kiaer in #654 - Lazy load modules in command line entrypoint by @anders-kiaer in #653
- Regression fix: Show filters in TablePlotter when using
lock
by @HansKallekleiv in #655 - Lazy load plugin entrypoints by @anders-kiaer in #656
- Ensure
SETTINGS_SUBSCRIPTIONS
is loaded beforewebviz_settings
by @anders-kiaer in #661 - Expose plotly theme layout in config options by @asnyv in #658
- Do not use pre-releases of
black
by @anders-kiaer in #664
Full Changelog: 0.5.0...0.5.1
Version 0.5.1-rc.0
Expose plotly theme layout in config options (#658)
Version 0.5.1-alpha.4
Ensure `SETTINGS_SUBSCRIPTIONS` is loaded before `webviz_settings` (#…
Version 0.5.1-alpha.3
Lazy load plugin entrypoints (#656)
Version 0.5.1-alpha.2
Lazy load modules in command line entrypoint (#653)
Version 0.5.1-alpha.1
Enable MathJax in `dcc.Markdown` (#652)
Version 0.5.1-alpha.0
Allow `blob:` in `script-src` CSP (#648)
Version 0.5.0
Changed
- #634 - Disable automatic worker restart in
gunicorn
configuration. - #602 - Changed the file and plugin names from
ExampleContentWrapper
toExampleWlfPlugin
. - #543 - Improved spacing around images and image captions.
- #618 - Initialized
common_cache.CACHE
directly with 3600 sec timeout and deprecatedCACHE.TIMEOUT
. - #619 - Adjusted the WLF example plugin to the best practice, added slots there and introduced new
callback_typecheck
decorator. Moreover, added aStrEnum
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 tomenu
options in config file to define which page should be shown first when opening a Webviz app.
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)