Skip to content

Releases: equinor/webviz-subsurface

Version 0.0.6

04 Jun 12:28
be85817
Compare
Choose a tag to compare
Improvements to parameter distribution container (#23)

* New parameter distribution dashboard

* Added density plot

* Added boolean toggle from dash daq for density plot

* Removed title argument and updated doc string

* Updated example to use list of ensembles

* Minor fix to example

* Increased bottom margin of scatterplot to make room for x-title

* Removed hoverinfo on density trace

* Use single quotation marks

* Remove correlation matrix tick marks

* Remove axis and ticklabel on marginal histograms

* Removed empty line. Added comment

* Some minor description changes

* Linting

* Highlighting currently selected cell in correlation matrix

* Preventing ui state reset on correlation matrix click event

* Updated test

* Debugging test using travis

* Fixed test

Version 0.0.5

29 May 18:28
e0ad6d4
Compare
Choose a tag to compare
Reduce data size Map (#20)

Version 0.0.4

29 May 12:13
bb0dbbe
Compare
Choose a tag to compare
Structural uncertainty intersection viewer (#15)

* Initial intersect contaner setup

* linting

* Linting

* Moved ensemble dependency out of container. Cleaned up imports

* Linting

* Fixed erroneous rename in last commit

* Removed unneccessary abbreviation of imported dependency

* Added explanation of container arguments

* Made plot colors a class constant. Made surface color lookup more robust

* Removing unneccessary change in history

* Remove unneccessary lines

* Improved comments. Added unique ids to html elements

* Catch and allow missing surfaces

* Caching calcuation of well fences

* Made well selector non-clearable

* Linting

* Replacing equality check with boolean check for empty sequence

* Made style options class constants

Version 0.0.3

20 May 14:50
90f3195
Compare
Choose a tag to compare
Ease webviz-config version requirement (#14)

Version 0.0.2

05 Apr 09:51
d6c5537
Compare
Choose a tag to compare
Add travis and pypi deployment (#3)