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
ea63ebd9
Commit
ea63ebd9
authored
1 year ago
by
Andreas Dedner
Browse files
Options
Downloads
Patches
Plain Diff
move a wrongly placed changelog entry
parent
c74888f2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1286
move a wrongly placed changelog entry
Pipeline
#64625
passed with warnings
1 year ago
Stage: .pre
Stage: test
Stage: downstream
Pipeline: Dune Nightly Test
#64626
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+4
-2
4 additions, 2 deletions
CHANGELOG.md
with
4 additions
and
2 deletions
CHANGELOG.md
+
4
−
2
View file @
ea63ebd9
...
...
@@ -15,19 +15,21 @@ In order to build the DUNE core modules you need at least the following software
-
Optional: pkg-config to find other optional dependencies
-
Optional: Python >= 3.7 for Python bindings
## Changelog
-
Python: Add a dump/load functions to dune.common.pickle which add support
for storing and recreating the JIT generated modules required for the
pickling of dune objects to work. In addition a class for writing time
series of pickled data is provided.
-
Python: Add a new argument class to the generator to add pickling support.
The approach is similar to adding extra constructors or methods.
-
Python: Add a new command to
`dune.__main__`
to compile existing modules
in parallel, e.g., python -m dune make -j8 hierarchicalgrid
Add the option to both 'remove' and 'make' commands to read
module list from a file.
## Changelog
-
Add concepts directory
`dune/common/concepts/`
and some fundamental concept definitions using
c++20-concepts. Those concepts are still experimental and are marked with the new
`doxygen`
command
`\experimental`
. Additionally, the preprocessor constant
`DUNE_ENABLE_CONCEPTS`
is
...
...
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