Skip to content
Snippets Groups Projects
Commit ea63ebd9 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

move a wrongly placed changelog entry

parent c74888f2
No related branches found
No related tags found
1 merge request!1286move a wrongly placed changelog entry
Pipeline #64625 passed with warnings
Pipeline: Dune Nightly Test

#64626

    ......@@ -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
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment