Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
4e9c0a8a
Commit
4e9c0a8a
authored
Sep 21, 2020
by
Kilian Weishaupt
Committed by
Timo Koch
Oct 02, 2020
Browse files
[changelog] Mention Python bindings
parent
8bf9b7d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
4e9c0a8a
...
...
@@ -7,6 +7,10 @@ Differences Between DuMu<sup>x</sup> 3.3 and DuMu<sup>x</sup> 3.2
-
The DuMu
<sup>
x
</sup>
install script has been translated to Python to improve portability. The old shell script will be removed after release 3.3.
-
The velocity reconstruction for immiscible porous-media models has been improved, leading to slightly
different velocity fields in the vicinity of Neumann boundaries.
-
Basic support for Python bindings has been added. Python bindings are an experimental feature
and might undergo unannounced API changes until further notice. This concerns the files in the folders
`python`
and
`dumux/python`
. To activate
-
add
`-DDUNE_ENABLE_PYTHONBINDINGS=TRUE`
and
`-DCMAKE_POSITION_INDEPENDENT_CODE=TRUE`
to your CMAKE_FLAGS and run dunecontrol
-
run
`python3 dune-common/bin/setup_dunepy.py`
### Immediate interface changes not allowing/requiring a deprecation period:
...
...
@@ -20,8 +24,8 @@ Differences Between DuMu<sup>x</sup> 3.3 and DuMu<sup>x</sup> 3.2
### Deleted classes/files, property names, constants/enums:
-
Everything that has been deprecated before release 3.2 has been removed.
-
All of the geometry headers previously saved in
`dumux/common/geometry`
have been relocated to
`dumux/geometry`
.
The headers in
`dumux/common/geometry`
are deprecated and will be removed in 3.3. The geometry tests have been moved from
`test/common/geometry`
-
All of the geometry headers previously saved in
`dumux/common/geometry`
have been relocated to
`dumux/geometry`
.
The headers in
`dumux/common/geometry`
are deprecated and will be removed in 3.3. The geometry tests have been moved from
`test/common/geometry`
and
`test/common/boundingboxtree`
to
`test/geometry`
.
### Other noteworthy changes:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment