- Feb 22, 2025
-
-
Simon Praetorius authored
-
- Feb 20, 2025
-
-
Simon Praetorius authored
-
- Jan 16, 2025
-
-
Andreas Dedner authored
-
- Nov 05, 2024
-
-
Simon Praetorius authored
-
- Sep 20, 2024
-
-
Andreas Dedner authored
-
- Jul 05, 2024
-
-
Alexander Müller authored
Add support for Python tuples in the cppType function Add support for the standard protocol for tuple-like types to `TupleVector`
-
- Jun 25, 2024
-
-
Simon Praetorius authored
-
- Jun 20, 2024
-
-
Carsten Gräser authored
These have been found by codespell locally. but surprisingly not in tthe CI.
-
- May 31, 2024
-
-
Simon Praetorius authored
-
- May 30, 2024
-
-
Andreas Dedner authored
compile flags and turn off dependency checks for debugging (e.g. dune.generated.setFlags) did not work anymore. This commit adds this functionality to the new builder
-
- May 20, 2024
-
-
- May 10, 2024
-
-
Robert K authored
[cleanup][Python] numpy.float_ --> numpy.float64. Use of float_ will lead to AttributeError with numpy-2.0.
-
- May 08, 2024
- Apr 02, 2024
-
-
Robert K authored
to a pybind11 module.
-
- Mar 29, 2024
-
-
Robert K authored
-
- Mar 26, 2024
- Mar 25, 2024
- Mar 24, 2024
-
-
Robert K authored
-
- Mar 01, 2024
-
-
Carsten Gräser authored
The used downstream generator uses an argument `pythonName` which seems to be only used in logging output. So far `dune.generator.algorithm.load()` always passes the function signature as `pythonName`. When jit-compiling functions with many arguments and complicated type names, this may provide very verbose output. On the other hand, it's very well possible that in many instances of generated functions the signature coincides, while the significant difference is in the actual function body rending the verbose output useless. This patch adds support for passing a custom value for `pythonName` to `dune.generator.algorithm.load()` by a corresponding keyword argument. If the argument is not passed, the signature is used as before.
-
- Jan 20, 2024
-
-
- Dec 18, 2023
-
-
Simon Praetorius authored
-
- Oct 27, 2023
-
-
Christoph Grüninger authored
They are always set to NEW by version 3.16
-
- Oct 26, 2023
-
-
Christoph Grüninger authored
-
- Oct 17, 2023
-
-
Robert K authored
limits are computed.
-
- Oct 07, 2023
-
-
Andreas Dedner authored
-
- Sep 30, 2023
-
-
Robert K authored
-
- Sep 19, 2023
-
-
Andreas Dedner authored
-
- Sep 18, 2023
-
-
Andreas Dedner authored
-
- Sep 12, 2023
-
-
Andreas Dedner authored
add a --force (-B) option to the dune.__main__ make command
-
- Sep 11, 2023
-
-
Andreas Dedner authored
python -m dune make -j4 modulebase or python -m dune make -j12 all
-
- Sep 01, 2023
-
-
Andreas Dedner authored
-
- Aug 31, 2023
-
-
Andreas Dedner authored
This reverts merge request !1270
-
- Aug 16, 2023
-
-
Simon Praetorius authored
-
- Jul 12, 2023
-
-
Simon Praetorius authored
-
- Jul 04, 2023
-
-
Simon Praetorius authored
-
- Apr 22, 2023
-
-
Robert K authored
variable values might be overwritten by default values from dune-common.
-