An error occurred while fetching the assigned milestone of the selected merge_request.
`create_kernel` API Update
+ 2
− 2
@@ -11,7 +11,7 @@ from pystencils.sympyextensions import SymbolCreator
To reduce the kwargs
hell, we introduced dataclasses, which handle the settings of create_kernel
and similar functions.
In addition we introduced type-hints for the API functions to increase usability and simplify development.