* **ABI:** fix abi ([5b95f90](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/5b95f90174fbb06cd4e7e11591fcd1c093a5a1a2)) * **Deprecated:** remove deprecated methods ([fd29f2f](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/fd29f2f6fa994144948f39b99c7411016e7421ab)) * **explicit constructors:** Added explicit constructors and updated with those of included projects. ([d0a1afa](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/d0a1afa4442f93f604f7fe429e2632e84b4ce960)) * **Filesystem:** upgrading to standard filesystem ([352c903](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/352c9034da2bce4a399d18c26a1239e70e3532c4)) * **Headers:** change extension convention from .h to .hpp ([878a53a](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/878a53aa5b5f5708144f600b381415c6f66cc235)) * **OG-Geosciences:** renaming constexpr variables with uppercase names ([eef6b08](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/eef6b08fb2a851226889c4089d94401a4d4b9ea3)) * **OG-Geosciences:** renaming enum attributes with lowercase names ([7ce8104](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/7ce81046bea639425ad617f29e8374b30dafb0bf)) * **OpenGeode:** update to new AABBTree api ([2d50cf6](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/2d50cf605edfd9a1703bf990e893cdbb390ae0e2)) * **OpenGeode:** update to new ABI ([6ceb155](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/6ceb155beb8db31009b81f13c0c7a8a8bfb152f3)) * **OpenGeode:** update to new default attribute behavior ([aa0564e](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/aa0564ea0b48dc2286f0155d21ba35cf6ad0dffd)) * **Optional:** use std::optional ([0c6096d](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/0c6096d59de3684b8aae1c5f29d9fd936d15d1bf)) * **Private:** rename private folders to internal ([98c267d](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/98c267dfe2b2088669857d034f7655ae08a799ac)) * **python bindings:** renaming enum attributes with lowercase names (in python bindings) ([c92b6f9](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/c92b6f9b469adb0c156cc82a35b8084b2b586ec6)) * **StringView:** use std::string_view ([74e10a1](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/74e10a14734d99b7bf29cc6dc3867e4502518543))
BREAKING CHANGES
* **Headers:** rename all extensions from .h to.hpp * **Deprecated:** remove deprecated copy methods * **StringView:** absl::string_view has been replaced by std::string_view * **explicit constructors:** Added explicit constructors on all single-argument constructors. * **Optional:** absl::optional has been replaced by std::optional
* **constructors:** Fixed wrong copy in constructors of models from initial model, rvalue and mappings ([61d4a23](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/61d4a238a28e825e27bacefa0032b1844b69cf16))
* **constructors:** Fixed wrong copy in constructors of models from initial model, rvalue and mappings ([61d4a23](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/61d4a238a28e825e27bacefa0032b1844b69cf16))