Releases: equinor/webviz-subsurface
Releases · equinor/webviz-subsurface
Version 0.2.10
Fixed
- #921 - Fixed bug with History Vectors in new
SimulationTimeSeries
plugin. Replaced hard coded realization number of 0, with first valid realization in provider. - #926 -
VolumetricAnalysis
- Fixed bug when building portables with aggregated (csvfile_vol
) input. - #929 -
TornadoWidget
- No longer skipping sensitivities withSENSNAME="ref"
from tornado bars if there is more than one realization withSENSNAME="ref"
. - #932 -
RftPlotter
- Fixed bug related to calculated correlations returningNaN
if the response variable has constant values. - #937 -
SimulationTimeSeries
- Fixed hover info for observation trace
Changed
- #935 - Deprecated plugin
ReservoirSimulationTimeSeries
. This has been replaced by the faster, more flexible and less memory hungry pluginSimulationTimeSeries
. - #924 - Improvements to the
ParameterFilter
functionality, e.g information regarding active filters and which relizatons are filtered out, and better handling of multiple ensembles. Improvements to theParameterAnalysis
plugin, e.g. added boxplot, fixed table formatting and update of parameters based on selected ensemble.
Version 0.2.10-rc.1
Fix hover info for observation trace in `SimulationTimeSeries` (#937)
Version 0.2.10-rc.0
Deprecate `ReservoirSimulationTimeSeries` (#935)
Version 0.2.9
Fixed
- #888 - Improved
SeismicMisfit
performance when using polygon files with a large number of polygons. - #911 - Handle ensembles with missing surface folders in
PropertyStatistics
.
Added
- #880 - Show hover information for uncertainty envelope in
StructuralUncertainty
. - #883 - Added
Statistics + Realizations
-plot for NewSimulationTimeSeries
plugin. Includes filtering of realizations and selection to calculate statistics from all realizations or selected subset of realizations. Updated visualization mode included in user download data. - #867 - Added new
SimulationTimeSeries
plugin, with code structure according to best practice plugin examplewebviz-plugin-boilerplate
and usage ofEnsembleSummaryProvider
. New functionality as multiple Delta Ensembles in same plot, selectable resampling frequency and possibility to group subplots per selected ensemble or per selected vector. - #884 - Added a new tab to the
RFTPlotter
plugin, with functionality to analyse RFT pressure responses to parameters.
Changed
- #889 - Added
rel_file_pattern
argument to .arrow related factory methods in EnsembleSummaryProviderFactory. - #895 - Various improvements to
VolumetricAnalysis
mainly affecting functionality in theInplace distribution
tab e.g. merged functionality in pagesCustom plotting
and1 plot / 1 table
into one, added colorby option inPlots per zone/region
, and added shade to the convergence plot to indicate missing realizations.
Version 0.2.9-rc.0
Workaround `astroid`/`pylint` bug (#901)
Version 0.2.8
Fixed
-
#877 - Update
WellLogViewer
to work with the latest version of the component. -
#875 - Fixed an issue with the uncertainty envelope in
Structural Uncertainty
where the plot misbehaved for discontinuous surfaces. A side effect is that percentile calculations are now much faster.
Added
- #856 -
VolumetricAnalysis
- Added support for comparing sensitivities both within and across ensembles. - #721 - Added data provider for reading ensemble summary data through a unified interface, supporting optional lazy resampling/interpolation depending on data input format.
- #845 - Added realization plot colored by sensitivity to tornado tab in
VolumetricAnalysis
.
Changed
- #855 -
VolumetricAnalysis
now supports mixing sensitivity and non-sensitivity ensembles. - #853 -
ParameterResponseCorrelation
improvements. Constant parameters are removed from the correlation figure, and option to set maximum number of parameters is added. Trendline is added to the scatterplot. Axis in correlation figure is now calculated based on data. - #844 -
SeismicMisfit
improvements. Data ranges now follows selected attribute. User defined zooms are now kept during callbacks. New option in slice plot to show individual realizations. Prettyfied all hoverdata. New colorscales. Polygons sorted by name in drop down selector. - #842 -
GroupTree
improvements. Supporting groups as leaf nodes. - #854 -
RFTPlotter
improvements. Fixed some bugs that caused webviz to crash, improved the layout some places and fixed broken links in documentation.
Version 0.2.8-rc.1
Second bugfix on sensitivity comparison in VolumetricAnalysis (#863)
Version 0.2.8-rc.0
Update to latest `pylint` (#857)
Version 0.2.7
Added
- #825 - Added options to create separate tornado's for e.g Region/Zone in
VolumetricAnalysis
. As well as various improvements to the tornado figure. - #734 - New plugin,
SeismicMisfit
, for comparing observed and modelled seismic attributes. Multiple views, including misfit quantification and coverage plots. - #809 -
GroupTree
- added more statistical options (P10, P90, P50/Median, Max, Min). Some improvements to the menu layout and behaviour
Fixed
- #841 - Bugfixes and improved hoverlabels for
Tornado component
. - #833 - Fixed errors in
VolumetricAnalysis
related to empty/insufficient data after filtering in thetornadoplots
andcomparison
tabs. - #817 -
DiskUsage
- Fixed formatting error in bar chart tooltip. - #820 -
SurfaceWithGridCrossSection
- Fixed an issue with intersecting grids generated withxtgeo==2.15.2
. Grids exported from RMS with this version of xtgeo should be re-exported using a newer version as the subgrid information is incorrect. - #838 -
AssistedHistoryMatchingAnalysis
- Fixed an issue with output of a callback being used as input in another before the output object was guaranteed to exist.
Version 0.2.7-rc.0
Tornado improvements (#825)