Skip to content

 migrate enums from dune-grid to dune.grid

Martin Nolte requested to merge feature/migrate-grid-enums into master

This MR migrates the enumeration types exported by dune-grid into the Python namespace dune.grid. The exports in dune.common are retained but marked deprecated by logging a warning.

Merge request reports