Skip to content
Snippets Groups Projects
Commit 636ce536 authored by Timo Koch's avatar Timo Koch
Browse files

[changelog] Update changelog with sequential and CI

parent 1e8bd5bc
No related branches found
No related tags found
1 merge request!2759[cleanup] Remove 'sequential' code
Differences Between DuMu<sup>x</sup> 3.5 and DuMu<sup>x</sup> 3.4 Differences Between DuMu<sup>x</sup> 3.5 and DuMu<sup>x</sup> 3.4
============================================= =============================================
- __Sequential__: The old "sequential", "IMPES-style" models have not received updates in several years,
are separate from the rest of the code base and increasingly became a maintenance burden. Deprecation warnings
are emitted when using the sequential models since the DuMu<sup>x</sup> 3.0 release. For DuMu<sup>x</sup> 3.5,
these models are now removed from the code base. To continue using them use `releases/3.4`. IMPES-style algorithms
are possible in the DuMu<sup>x</sup> 3.0 style of implementing models but their development did
not receive much attention. See https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/merge_requests/2629
for the state of current efforts. Further improvements and contributions (MRs) on this front
are highly welcome (get in contact via the DuMu<sup>x</sup> mailing list).
### Improvements and Enhancements ### Improvements and Enhancements
- __Construction and update of GridGeometries changed__: Grid geometries are fully updated after construction. - __Construction and update of GridGeometries changed__: Grid geometries are fully updated after construction.
Additional call of update functions are therefore only needed after grid adaption. Calling the update functions after construction now leads to a performance penalty. Additional call of update functions are therefore only needed after grid adaption. Calling the update functions after construction now leads to a performance penalty.
...@@ -16,6 +25,10 @@ Differences Between DuMu<sup>x</sup> 3.5 and DuMu<sup>x</sup> 3.4 ...@@ -16,6 +25,10 @@ Differences Between DuMu<sup>x</sup> 3.5 and DuMu<sup>x</sup> 3.4
### Continuous integration ### Continuous integration
- __Python bindings__: The Python bindings are now tested in the CI. Furthermore, Python scripts are
automatically checked with linters, see `dumux/python/README.md` for more information.
Differences Between DuMu<sup>x</sup> 3.4 and DuMu<sup>x</sup> 3.3 Differences Between DuMu<sup>x</sup> 3.4 and DuMu<sup>x</sup> 3.3
============================================= =============================================
......
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