Skip to content
Snippets Groups Projects
Commit 879248fa authored by graeser's avatar graeser
Browse files

Update module information

* Bump version to 2.7-git
* Bump required core module requirements to corresponding version
* Explicitly list dune-geometry dependence with version.
  Otherwise we may end up with an outdated version due
  to the sloppy dune-grid requirements.
* Depend on dune-istl. Its used in the tests for some time.
* Update changelog and adjust its layout
* Use dune-functions mailing list as maintainer information
parent 8aaed0ae
No related branches found
No related tags found
No related merge requests found
dune-functions
========
# Dune-functions changes
This is the development version of dune-functions leading up to version 2.6.
Any version of dune-functions is supposed to be compatible with the
correponding version of the Dune core modules.
It is supposed to be compatible with the Dune core modules of the same version.
Changes
=======
# Master (will become release 2.7)
## Master (will become release 2.7)
* `FlatVectorBackend` is now officially an implementation detail and thus moved
to the namespace `Impl::`. The header `flatvectorbackend.hh` was removed.
......@@ -16,8 +11,7 @@ Changes
object providing `operator[]` and `size()` methods for flat-vector-like
access to the underlying container `c`.
dune-functions 2.6-dev
------------
## Release 2.6
- Added an implementation of a Rannacher-Turek basis
- Add a set of unit tests for bases
......@@ -37,8 +31,7 @@ dune-functions 2.6-dev
for the code.
- `Dune::Functions::TupleVector` was deprecated. Use `Dune::TupleVector` from dune-common instead.
dune-functions 2.5
------------
## Release 2.5
TODO...
......
# Dune module information file
Module: dune-functions
Version: 2.6-dev
Maintainer: dune-devel@lists.dune-project.org
Depends: dune-localfunctions (>= 2.5) dune-grid (>= 2.5) dune-typetree
# We suggest dune-istl, because it is used by the example programs.
Suggests: dune-istl
Version: 2.7-git
Maintainer: dune-functions@lists.dune-project.org
Depends: dune-geometry (>= 2.7) dune-localfunctions (>= 2.7) dune-grid (>= 2.7) dune-istl (>= 2.7) dune-typetree
Whitespace-Hook: Yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment