Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-common
Commits
d6a29d3e
Commit
d6a29d3e
authored
3 years ago
by
Markus Blatt
Browse files
Options
Downloads
Patches
Plain Diff
Updated changelog for 2.8
parent
da9f1859
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1002
Updated changelog for 2.8
Pipeline
#38941
passed
3 years ago
Stage: test
Stage: downstream
Pipeline: Dune Nightly Test
#38948
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+33
-2
33 additions, 2 deletions
CHANGELOG.md
with
33 additions
and
2 deletions
CHANGELOG.md
+
33
−
2
View file @
d6a29d3e
...
...
@@ -2,13 +2,19 @@
# Release 2.8
-
Set minimal required CMake version in cmake to >= 3.13.
-
Python bindings have been moved from dune-python to the core
respective core modules.
-
Add
`instance`
method to MPIHelper that does not expect arguments for access
to the singleton object after initialization.
-
Remove the cmake check for
`HAVE_MPROTECT`
and also do not define this variable in the
`config.h`
file. It is defined only inside the header
`debugallocator.hh`
.
-
Remove deprecated type-traits
`has_nan`
,
`is_indexable`
, and
`is_range`
.
-
Remove deprecated type-traits
`has_nan`
,
`is_indexable`
, and
`is_range`
, use the CamelCase versions instead.
-
Deprecate fallback implementations
`Dune::Std::apply`
,
`Dune::Std::bool_constant`
, and
`Dune::Std::make_array`
in favor of std c++ implementations.
...
...
@@ -47,7 +53,7 @@
file containing the configuration. Add the
`AddTBBFlags.cmake`
file containing
the macro
`add_dune_tbb_flags`
that must be called to use TBB.
-
Set minimal required MPI version
in cmake
to >= 3.0.
-
Set minimal required MPI version to >= 3.0.
-
Previous versions of dune-common imported
`std::shared_ptr`
and
`std::make_shared`
into the
`Dune`
namespace. dune-common-2.8 stops doing that.
...
...
@@ -75,10 +81,21 @@
-
Eigenvectors of symmetric 2x2
`FieldMatrix`
es are now computed correctly
even when they have zero eigenvalues.
-
Eigenvectors and values are now also supported for matrices and
vectors with field_type being float.
-
The
`ParameterTreeParser::readINITree`
can now directly construct and
return a parameter tree by using the new overload without parameter tree
argument.
-
MPIHelper::instance can now be called without parameters if it was
already initialized.
-
MPITraits now support complex.
-
There is now a matrix wrapper transpose(M) that represents the
transpose of a matrix.
## build-system
-
The name mangling for Fortran libraries like BLAS and LAPACK is now done
...
...
@@ -102,6 +119,14 @@
`dune_add_latex_document' is a redirection to `
add_latex_document
`
which internally uses `
latexmk
`.
- Many of the CMake find modules habe been rewritten to use CMake's
imported targets. These targets are also used in the DUNE CMake
package configuration files, where they might appear in e.g. the
dune-module_LIBRARIES. If you do not use the DUNE CMake build system
the linker might complain about e.g. METIS::METIS not being
found. In that case your either need to use the CMake modules shipped with
DUNE or create these targets manually.
## Deprecations and removals
- Remove deprecated header `
dune/common/std/memory.hh
`; use `
<memory>
`
...
...
@@ -125,6 +150,12 @@
placed at different position in the code.
The use of `
DUNE_UNUSED_PARAMETER
` is discouraged.
- Dune::void_t has been deprecated and will be removed. Please use
std::void_t
- Dune::lcd and Dune::gcd are deprecated and will be removed. Please
use std::lcd and std::gcd.
# Release 2.7
- Added fallback implementation to C++20 feature: `
std::identity
`.
...
...
This diff is collapsed.
Click to expand it.
Markus Blatt
@markus.blatt
mentioned in commit
3e34fee8
·
3 years ago
mentioned in commit
3e34fee8
mentioned in commit 3e34fee86a465b3e70741760f9857c3e7033722a
Toggle commit list
Markus Blatt
@markus.blatt
mentioned in merge request
!1003 (merged)
·
3 years ago
mentioned in merge request
!1003 (merged)
mentioned in merge request !1003
Toggle commit list
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment