Skip to content

Version 0.2.11

Compare
Choose a tag to compare
@anders-kiaer anders-kiaer released this 14 Mar 12:22
· 167 commits to master since this release
ef0d69f

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_". Retrieve VectorDefinitions via Python-API for webviz-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 plugin MapViewerFMU.

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 some RangeSlider components.