Releases: equinor/webviz-subsurface
Releases · equinor/webviz-subsurface
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)
Version 0.2.6
Added
- #783 -
VolumetricAnalysis
- added tab with Fipfile QC for inspection of whichFIPNUM's
andREGION∕ZONE's
that have been combined in order to get comparable volumes between dynamic and static sources. This tab is only available if a fipfile is given as input. - #777 -
VolumetricAnalysis
- added tabs withSource comparison
andEnsemble comparison
as QC tools for quick identification of where and why volumetric changes occur across sources (e.g. static vs dynamic) or ensembles (e.g. model revisions or ahm iterations). - #709 - Added
VectorCalculator
component inReservoirSimulationTimeSeries
plugin for calculation and graphing of custom simulation time series vectors. - #773 -
VolumetricAnalysis
- added functionality of easy switching bewteenFIPNUM
andREGION/ZONE
filter for cases where each fipnum belongs to a unique region and zone. - #770 - Added support for dynamic volumetric files in
VolumetricAnalysis
and possibility of combining static and dynamic volumes on a comparable level. To trigger this behaviour a fipfile withFIPNUM
toREGION/ZONE
mapping information needs to be provided. Also added support for giving multiple files as input per source. - #755 - Updated existing and added new tests for the Drogon dataset.
Changed
- #788 - Prevent mixing volumes from different sensitivities in
VolumetricAnalysis
by not allowing to select more than one sensitivity as a filter unless SENSNAME has been grouped on by the user. - #760 - Updated to
Dash 2.0
. - #761 - Store
xtgeo.RegularSurface
as bytestream instead of serializing tojson
.
Fixed
- #802 - Removed
BO
orBG
as response options for the tornados inVolumetricAnalysis
, selecting them caused an error. - #794 - Fixed an issue in
VolumetricAnalysis
to prevent design matrix runs with only a single montecarlo sensitivity to be interpreted as a sensitivity run. - #765 - Use correct inline/xline ranges for axes in
SegyViewer
z-slice graph. - #782 - Fixed an issue in
VolumetricAnalysis
when calculating property columns on grouped selections. - #791 - Ensure correct map bounds in
SurfaceViewerFMU
when switching between attributes with different geometry.
Version 0.2.6-rc.0
`GroupTree` plugin for network visualization (#771)