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
OpenGeodeIObyOpenGeode-IO. For example:OpenGeodeIO::meshis replaced byOpenGeode-IO::mesh.