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

Merge branch 'feature/update-module-information' into 'master'

Update module information

See merge request staging/dune-functions!104
parents 8aaed0ae 879248fa
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. ## Master (will become release 2.7)
Changes
=======
# Master (will become release 2.7)
* `FlatVectorBackend` is now officially an implementation detail and thus moved * `FlatVectorBackend` is now officially an implementation detail and thus moved
to the namespace `Impl::`. The header `flatvectorbackend.hh` was removed. to the namespace `Impl::`. The header `flatvectorbackend.hh` was removed.
...@@ -16,8 +11,7 @@ Changes ...@@ -16,8 +11,7 @@ Changes
object providing `operator[]` and `size()` methods for flat-vector-like object providing `operator[]` and `size()` methods for flat-vector-like
access to the underlying container `c`. access to the underlying container `c`.
dune-functions 2.6-dev ## Release 2.6
------------
- Added an implementation of a Rannacher-Turek basis - Added an implementation of a Rannacher-Turek basis
- Add a set of unit tests for bases - Add a set of unit tests for bases
...@@ -37,8 +31,7 @@ dune-functions 2.6-dev ...@@ -37,8 +31,7 @@ dune-functions 2.6-dev
for the code. for the code.
- `Dune::Functions::TupleVector` was deprecated. Use `Dune::TupleVector` from dune-common instead. - `Dune::Functions::TupleVector` was deprecated. Use `Dune::TupleVector` from dune-common instead.
dune-functions 2.5 ## Release 2.5
------------
TODO... TODO...
......
# Dune module information file # Dune module information file
Module: dune-functions Module: dune-functions
Version: 2.6-dev Version: 2.7-git
Maintainer: dune-devel@lists.dune-project.org Maintainer: dune-functions@lists.dune-project.org
Depends: dune-localfunctions (>= 2.5) dune-grid (>= 2.5) dune-typetree Depends: dune-geometry (>= 2.7) dune-localfunctions (>= 2.7) dune-grid (>= 2.7) dune-istl (>= 2.7) dune-typetree
# We suggest dune-istl, because it is used by the example programs.
Suggests: dune-istl
Whitespace-Hook: Yes Whitespace-Hook: Yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment