Skip to content

`create_kernel` API Update

Jan Hönig requested to merge hoenig/pystencils:create_kernel_api into master

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.

Edited by Jan Hönig

Merge request reports