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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Timo Koch
dune-common
Commits
14940473
Commit
14940473
authored
7 years ago
by
Andreas Dedner
Browse files
Options
Downloads
Patches
Plain Diff
add changelogs from release to master
parent
dca8f96b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+36
-0
36 additions, 0 deletions
CHANGELOG.md
with
36 additions
and
0 deletions
CHANGELOG.md
+
36
−
0
View file @
14940473
# Master (will become release 2.7)
# Release 2.6
-
New class
`IntegralRange<integral_type>`
and free standing function
`range`
added, providing a feature similar to Python's
`range`
function:
```
for (const auto &i : range(5,10))
```
See core/dune-common!325
-
`Dune::array`
was deprecated, use
`std::array`
from
<array>
instead.
Instead of
`Dune::make_array`
, use
`Dune::Std::make_array`
from dune/common/std/make_array.hh
and instead of
`Dune::fill_array`
use
`Dune::filledArray`
from dune/common/filledarray.hh.
`
See core/dune-common!359
- The `
DUNE_VERSION...
` macros are deprecated use the new macros
`
DUNE_VERSION_GT
`, `
DUNE_VERSION_GTE
`, `
DUNE_VERSION_LTE
`, and
`
DUNE_VERSION_LT
` instead.
See core/dune-common!329
- Added some additional fallback implementation to C++17 features:
(e.g. `
optional
`, `
conjunction
`, `
disjunction
`)
- `
makeVirtualFunction
`:
allows to easily convert any function object (e.g. lambda) to a `
VirtualFunction
`
See core/dune-common!282
- `
FieldMatrix
`
now has experimental support for SIMD types from
[
Vc
](
https://github.com/VcDevel/Vc
)
as field types.
See core/dune-common!121
This diff is collapsed.
Click to expand it.
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