This new major release is to formalize PyPI support for OpenGeode.
- CMake: CMake minimum requirement has been upgraded to 3.14 to ease import of PyPI modules.
Add a directory "io" to remove confusing include with OpenGeode.
- Include files from OpenGeode-IO should add the path to the files.
Homogenize CMake project and macro names with repository name.
- Replace
OpenGeodeIO
byOpenGeode-IO
. For example:OpenGeodeIO::mesh
is replaced byOpenGeode-IO::mesh
.