Releases: equinor/webviz-subsurface
Releases · equinor/webviz-subsurface
Version 0.1.3
Added
- #417 - Added an optional argument
--testdata-folder
topytest
, can be used when test data is in non-default location. - #422 -
HistoryMatch
plugin now
quietly excludes all realizations lacking anOK
file written byERT
on completion of realization workflow, similar to behavior of other plugins that read from individual realizations. Previously wrote warnings for missing data. - #428 - Plugin controls, such as dropdown selections, set by the user is kept on page reload.
- #435 - Suppress a warning in SurfaceViewerFMU when calculating statistics from surfaces where one or more surface only has NaN values.
- #438 - Improved documentation of generation of data input for
RelativePermability
plugin. - #434 - Improved hillshading and colors in plugins with map views.
- #439 - Pie chart and bar chart are now visualized together in
DiskUsage
. Free space is now visualized as well.
Fixed
- #432 - Bug fix in ReservoirSimulationTimeSeries. Vectors starting with A, V, G, I, N, T, V and L resulted in crash due to a bug introduced in #373 (most notably group and aquifer vectors).
- #442 - Bug fix in ReservoirSimulationTimeSeries. Wrong realization number was shown if data set contained missing realizations. Now uses correct realization number from data.
- #447 - Changed two
webvizstore
decorated functions such that they do not take inpandas
objects as arguments, which are known to not haverepr()
useful for hashing.
Version 0.1.2
Use built in xml parsing (#415)
Version 0.1.1
Use new example configuration names (#414)
Version 0.1.0
ParameterResponseParallelCoordinates plugin. (#410) Co-authored-by: VegardOztan <[email protected]> Co-authored-by: JosteinGj <[email protected]> Co-authored-by: saraa394 <[email protected]> Co-authored-by: sofieaasheim <[email protected]>
Version 0.0.36
Download time series data from ReservoirSimulationTimeseries (#386)
Version 0.0.35
Support getting response data directly as time series data from UNSMR…
Version 0.0.34
Changed default column_keys in ReservoirSimulationTimeSeriesRegional …
Version 0.0.33
Switch from Dropdown to Select (#316)
Version 0.0.32
Support Dash 1.11 (#322)
Version 0.0.31
Set dash to <=1.10 (#319)