Webviz-ert

Latest version: v0.5.10

Safety actively analyzes 638346 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.4.10

What's Changed
* Change layout from 4x1 to 2x2 by frode-aarstad in https://github.com/equinor/webviz-ert/pull/316
* Add column names to heatmap by frode-aarstad in https://github.com/equinor/webviz-ert/pull/320
* Refactor and test get_first_observation_x by hnformentin in https://github.com/equinor/webviz-ert/pull/319
* Show realization number in misfit plots by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/305
* Refactor define_style_ensemble and unit tests by hnformentin in https://github.com/equinor/webviz-ert/pull/321
* Fix bug of moving selection of vertical line by hnformentin in https://github.com/equinor/webviz-ert/pull/325
* Response Correlation: Ordering of parameters, hover text visibility by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/322
* Refactor corr index by hnformentin in https://github.com/equinor/webviz-ert/pull/331
* Refactor layout and add test by hnformentin in https://github.com/equinor/webviz-ert/pull/334
* Fix response overview plot to survive reloads by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/330
* Rename variables in update_response_overview_plot for readability by hnformentin in https://github.com/equinor/webviz-ert/pull/335
* New obs selector controller by DanSava in https://github.com/equinor/webviz-ert/pull/332
* Fix ensemble handling in response correlation viewer by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/338
* Revert "New obs selector controller" by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/353
* refactor and fix x-index update function by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/339
* Refactor `update_corr_resp_param` by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/354
* Address flakiness 297 by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/358
* Label the scatterplot by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/356
* Push implementation of service out of ert by eivindjahren in https://github.com/equinor/webviz-ert/pull/363
* Import of ert_shared -> ert.shared by oysteoh in https://github.com/equinor/webviz-ert/pull/365
* Adds argument for title of html page by mortalisk in https://github.com/equinor/webviz-ert/pull/367
* Change info text display by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/364
* Clear x indexes on data refresh by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/374
* Fix index for clicking on observation by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/373
* Fix obvious flakiness by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/368
* Add tour steps for correlation plot options by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/372

New Contributors
* eivindjahren made their first contribution in https://github.com/equinor/webviz-ert/pull/363

**Full Changelog**: https://github.com/equinor/webviz-ert/compare/0.4.9...0.4.10

0.4.9

What's Changed
* Update chromedriver jenkins ci by oysteoh in https://github.com/equinor/webviz-ert/pull/311
* Cleanup test_observation_view.py by DanSava in https://github.com/equinor/webviz-ert/pull/313
* Add radio button to select only responses with observations by DanSava in https://github.com/equinor/webviz-ert/pull/312
* Set first obs as default value in correlation view by hnformentin in https://github.com/equinor/webviz-ert/pull/310
* Redesign search fields by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/260


**Full Changelog**: https://github.com/equinor/webviz-ert/compare/0.4.8...0.4.9

0.4.8

What's Changed
* Jenkins test fail fix by DanSava in https://github.com/equinor/webviz-ert/pull/292
* Revert experimental flag in ResponseCorrelation ParameterComparison by hnformentin in https://github.com/equinor/webviz-ert/pull/294
* Add publish to pypi workflow by oysteoh in https://github.com/equinor/webviz-ert/pull/295
* Add pypi badge to README by oysteoh in https://github.com/equinor/webviz-ert/pull/298
* Save state by DanSava in https://github.com/equinor/webviz-ert/pull/284
* Replace suffix with data_type by DanSava in https://github.com/equinor/webviz-ert/pull/296
* Separate plots in plot viewer by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/290
* Remove type from correlation_view by hnformentin in https://github.com/equinor/webviz-ert/pull/288
* Finish test for axes labels by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/307
* Add a beta label by frode-aarstad in https://github.com/equinor/webviz-ert/pull/309


**Full Changelog**: https://github.com/equinor/webviz-ert/compare/0.4.56...0.4.8

0.4.7b0

What's Changed
* Show ensemble color for each selected ensemble by DanSava in https://github.com/equinor/webviz-ert/pull/259
* Fix deselection of multiple ensembles by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/263
* Add experimental-mode to configuration by frode-aarstad in https://github.com/equinor/webviz-ert/pull/270
* Add help information for pages by DanSava in https://github.com/equinor/webviz-ert/pull/266
* Add hint to use config file during start up by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/277
* Suggestions from a first overview of the code by hnformentin in https://github.com/equinor/webviz-ert/pull/275
* Force single response selection in response correlation page by DanSava in https://github.com/equinor/webviz-ert/pull/272
* Handle ZeroDivisionError in bin_size by hnformentin in https://github.com/equinor/webviz-ert/pull/279
* Utilize REST endpoint for get_all_ensembles by oysteoh in https://github.com/equinor/webviz-ert/pull/271
* Remove link_and_brush_controller by hnformentin in https://github.com/equinor/webviz-ert/pull/287
* Revert single response selection in the ResponseCorrelation view by DanSava in https://github.com/equinor/webviz-ert/pull/282
* Add axes labels to response plots by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/256
* Jenkins test fail fix by DanSava in https://github.com/equinor/webviz-ert/pull/292
* Revert experimental flag in ResponseCorrelation ParameterComparison by hnformentin in https://github.com/equinor/webviz-ert/pull/294
* Add publish to pypi workflow by oysteoh in https://github.com/equinor/webviz-ert/pull/295

New Contributors
* hnformentin made their first contribution in https://github.com/equinor/webviz-ert/pull/275

**Full Changelog**: https://github.com/equinor/webviz-ert/compare/0.4.5...0.4.7-b0

0.4.6

What's Changed
* Show ensemble color for each selected ensemble by DanSava in https://github.com/equinor/webviz-ert/pull/259
* Fix deselection of multiple ensembles by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/263
* Add experimental-mode to configuration by frode-aarstad in https://github.com/equinor/webviz-ert/pull/270
* Add help information for pages by DanSava in https://github.com/equinor/webviz-ert/pull/266
* Add hint to use config file during start up by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/277
* Suggestions from a first overview of the code by hnformentin in https://github.com/equinor/webviz-ert/pull/275
* Force single response selection in response correlation page by DanSava in https://github.com/equinor/webviz-ert/pull/272
* Handle ZeroDivisionError in bin_size by hnformentin in https://github.com/equinor/webviz-ert/pull/279
* Utilize REST endpoint for get_all_ensembles by oysteoh in https://github.com/equinor/webviz-ert/pull/271
* Remove link_and_brush_controller by hnformentin in https://github.com/equinor/webviz-ert/pull/287
* Revert single response selection in the ResponseCorrelation view by DanSava in https://github.com/equinor/webviz-ert/pull/282
* Add axes labels to response plots by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/256

New Contributors
* hnformentin made their first contribution in https://github.com/equinor/webviz-ert/pull/275

**Full Changelog**: https://github.com/equinor/webviz-ert/compare/0.4.5...0.4.6

0.4.5

What's Changed
* Catch exceptions by frode-aarstad in https://github.com/equinor/webviz-ert/pull/239
* Add button to trigger ensemble data refresh by DanSava in https://github.com/equinor/webviz-ert/pull/242
* Fix overlapping parameter plot headers by frode-aarstad in https://github.com/equinor/webviz-ert/pull/255
* Fix removal of plots upon deselection of parameters / responses by valentin-krasontovitsch in https://github.com/equinor/webviz-ert/pull/258
* Fix failing test_webviz_observation_analyzer running on jenkins by DanSava in https://github.com/equinor/webviz-ert/pull/262

New Contributors
* valentin-krasontovitsch made their first contribution in https://github.com/equinor/webviz-ert/pull/258

**Full Changelog**: https://github.com/equinor/webviz-ert/compare/0.4.4...0.4.5

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.