-
- Downloads
add changelog entry
parent
c62baf84
No related branches found
No related tags found
... | ... | @@ -13,6 +13,13 @@ 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 | ||
- 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 make add pickling support. | ||
The approach is similar to adding extra constructors or methods. | ||
## Changelog | ||
|
||
- Add concepts directory `dune/common/concepts/` and some fundamental concept definitions using | ||
... | ... |