Skip to content
Snippets Groups Projects
Commit 8f7ee75d authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Update CHANGELOG

[skip-ci]
parent f9730cea
No related branches found
No related tags found
1 merge request!25Resolve "Add simple adaptive timestepping"
......@@ -28,8 +28,23 @@ Types of changes
## [Unreleased]
### Added
- Scape VTK write by omitting `[writer]` section !24
- Added Explicit and Diagonally Runge-Kutta time solvers !25
### Changed
- Improved errors when a config file is incorrect !25
- Update meaningful logging values on the test ini file !25
- Clean up logger output !25
- Time stepping is now done outside the model class !25
- Writer might write on different files on request !25
- Move read/write responsibility to model state !25
- States are now independent from models !25
- Output files changed its name scheme !25
- Configuration file changed its structure (see git diff on tests) !25
### Removed
- Coefficient mapper and its use on local operators !25
- Remove the operator map of objects within the model class !25
### Fixed
- Violation of the One-Definition-Rule due to external linkage of `LocalOperatorApply` lambdas !23
- Error on the gaussian equation used on comparisons !23
## [0.2.0] - 2020-02-20
### Added
......@@ -61,4 +76,4 @@ Types of changes
[Unreleased]: https://gitlab.dune-project.org/copasi/dune-copasi/compare/v0.2.0...master
[0.2.0]: https://gitlab.dune-project.org/copasi/dune-copasi/compare/v0.1.0...v0.2.0
[0.1.0]: https://gitlab.dune-project.org/copasi/dune-copasi/-/tags/v0.1.0
\ No newline at end of file
[0.1.0]: https://gitlab.dune-project.org/copasi/dune-copasi/-/tags/v0.1.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment