Releases: equinor/webviz-subsurface
Releases · equinor/webviz-subsurface
Version 0.2.14
Prepare release (#1059)
Version 0.2.14-rc.0
Add color tables to `MapViewer` (#1037)
Version 0.2.13
Added
- #938 -
ProdMisfit
- New plugin for well production misfit visualization. Features visualization of production misfit at selected dates, production coverage at selected dates and heatmap representation of ensemble mean misfit for selected dates. - #1013 -
MapViewerFMU
- Added option to specify the folder where maps are located (relative to runpath in each realization).
Changed
- #1015 - Improved error reporting for
.arrow
files where dates are not monotonically increasing.
Fixed
- #1014 -
ParameterResponseCorrelation
andBhpQc
- fix bug in range slider.VolumetricAnalysis
- prevent "Totals" volumes (if present) beeing included in the sum when comparing static and dynamic volumes, and do not include non-numeric columns as volumetric responses.
Version 0.2.13-rc.1
Improved error reporting for `.arrow` files where dates are not monot…
Version 0.2.13-rc.0
Fix store for `ProdMisfit` (#1009)
Version 0.2.12
Added
- #981 -
WellAnalysis
- New plugin well analysis. One tab for well production overview plots and one for well control mode and network analysis. - #987 -
SwatinitQC
- New plugin for QC of Water Initialization in Eclipse runs where theSWATINIT
keyword has been used. - #988 -
ParameterAnalysis
andPropertyStatistics
- Switched to the VectorSelector component, and other various improvements.
Fixed
- #996 -
VolumetricAnalysis
- Fixed issue with theTornadoplot
tab not shown if volumes from both dynamic and static sources were included. - #985 -
WellLogViewer
- Updated data format to latest version. Requires no changes in input data.
Changed
Version 0.2.12-rc.1
Add backwards compatibility for older portables using `ParameterAnaly…
Version 0.2.12-rc.0
Avoid copying surfaces when using `MapViewerFMU` in non-portable mode…
Version 0.2.11
Added
- #971 -
MapViewerFMU
- New plugin for visualizing surface from FMU. - #940 -
SimulationTimeSeries
- Added configurable user defined vector definitions. - #951 -
SimulationTimeSeries
- Added calculating delta relative to date within ensemble - i.e. subtract realization values on selected date from corresponding realization values for each date in the selected vectors. - #944 -
WellCompletions
- Added support for zone to layer mappings that are potentially different across realizations. - #949 -
RftPlotter
- Added zone filter to the map options and parameter filter and some more options to the parameter response tab.
Changed
- #940 -
SimulationTimeSeries
- Changed vector annotation from "AVG_" with suffix "R" and "INTVL_" to "PER_DAY_" and "PER_INTVL_". RetrieveVectorDefinitions
via Python-API forwebviz-subsurface-components
. - #956 -
SimulationTimeSeries
- Deprecate usage of user input options {vector1, vector2, vector3}. Add list of vectors as user input options for initially selected vectors. - #961 - Improved error message when there are none valid realizations in an ensemble.
- #970 - Replaced modals with new Dialog component in
StructuralUncertainty
. Changed display of uncertainty table to be a Dialog. - #980 - Deprecated plugin
SurfaceViewerFMU
. This has been replaced by the faster, and more
feature-rich pluginMapViewerFMU
.
Fixed
- #965 - Allow a filtered subset of surface names for multiple attributes in
StructuralUncertainty
. - #972 - FIxed bug occuring when ensembles had different PORE/PORV naming standards in the volumetric input files. Also fixed bug occuring if only BO and/or BG was selected in the table.
- #958 - Disable unwanted calculation of
marks
in someRangeSlider
components.
Version 0.2.11-rc.0
Replace modals with `wcc.Dialog` in `StructuralUncertainty` (#970)