Skip to content

Commit

Permalink
Add release to changelog (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterjdb authored Mar 19, 2021
1 parent d410aa2 commit dc33897
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,22 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## Unreleased

### Added
- [#349](https://github.com/equinor/flownet/pull/349) Analytics workflow now also available for prediction mode.

### Fixes

### Changes

## [0.5.2] - 2021-03-19

### Added
- [#365](https://github.com/equinor/flownet/pull/365) Analytics workflow now also available for prediction mode.
- [#351](https://github.com/equinor/flownet/pull/351) Added simple plotting tool that allows for plotting of FlowNet ensembles and observations.

### Fixes
- [#349](https://github.com/equinor/flownet/pull/349) Fixes bug where the parquet parameters file would not be saved for iterations larger than 9.
- [#365](https://github.com/equinor/flownet/pull/365) Fixes bug where the parquet parameters file would not be saved for iterations larger than 9.

### Changes
- [#349](https://github.com/equinor/flownet/pull/349) Structure change of the code. Moved all forward models called from ERT to a seperate folder ert/forward_models. Scripts moved: delete_simulation_output, save_iteration_parameters, iteration_analytics, render_realization and flow_job.
- [#365](https://github.com/equinor/flownet/pull/365) Structure change of the code. Moved all forward models called from ERT to a seperate folder ert/forward_models. Scripts moved: delete_simulation_output, save_iteration_parameters, iteration_analytics, render_realization and flow_job.
- [#347](https://github.com/equinor/flownet/pull/347) Additional flow nodes is now allowed to be either a list (equal length of number of layers) or a single integer (which will be split over the layers according to volume of concave hull).

## [0.5.1] - 2021-03-03
Expand Down

0 comments on commit dc33897

Please sign in to comment.