Opengeode-io

Latest version: v7.1.2

Safety actively analyzes 714815 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 33

7.0.1

[7.0.1](https://github.com/Geode-solutions/OpenGeode-IO/compare/v7.0.0...v7.0.1) (2024-07-19)


Bug Fixes

* **CMake:** better handle CMAKE_PREFIX_PATH ([149](https://github.com/Geode-solutions/OpenGeode-IO/issues/149)) ([03d51a8](https://github.com/Geode-solutions/OpenGeode-IO/commit/03d51a87f79b6e4ad75fc44c3d1dba05b5388a4b))

7.0.1rc.1

[7.0.1-rc.1](https://github.com/Geode-solutions/OpenGeode-IO/compare/v7.0.0...v7.0.1-rc.1) (2024-07-19)


Bug Fixes

* **CMake:** better handle CMAKE_PREFIX_PATH ([149](https://github.com/Geode-solutions/OpenGeode-IO/issues/149)) ([03d51a8](https://github.com/Geode-solutions/OpenGeode-IO/commit/03d51a87f79b6e4ad75fc44c3d1dba05b5388a4b))

7.0.0

[7.0.0](https://github.com/Geode-solutions/OpenGeode-IO/compare/v6.5.2...v7.0.0) (2024-07-17)


Bug Fixes

* **ABI:** update ABI ([1a36832](https://github.com/Geode-solutions/OpenGeode-IO/commit/1a36832d9c0fa0ef825b1986ed1008d44f409230))
* **ABI:** update to new IO ([9b434db](https://github.com/Geode-solutions/OpenGeode-IO/commit/9b434db2c8eb3a3279423f967c0c63b42c258d71))
* **Deprecated:** remove old component_mesh_vertices ([25e7a55](https://github.com/Geode-solutions/OpenGeode-IO/commit/25e7a5514787d3cb4d4b27e9132915d89a7d3bb5))
* **explicit constructors:** Added a few explicit constructors. ([6e38a32](https://github.com/Geode-solutions/OpenGeode-IO/commit/6e38a327aaf9e6efdc161951a9c35e7c38cfa396))
* **Filesystem:** upgrading to standard filesystem ([691edf9](https://github.com/Geode-solutions/OpenGeode-IO/commit/691edf952556f95fc1146a5db1742fab6ef63820))
* **Headers:** rename file extensions from .h to .hpp ([de48eba](https://github.com/Geode-solutions/OpenGeode-IO/commit/de48eba8983b6af47b962a02f8d0e7f3421cbae9))
* **OG-IO:** Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) ([afc9de3](https://github.com/Geode-solutions/OpenGeode-IO/commit/afc9de35b38cdb5e783796e02ca24eee58c8013e))
* **OG-IO:** renaming constexpr variables with uppercase names ([54303ac](https://github.com/Geode-solutions/OpenGeode-IO/commit/54303ac4ca15a995c3e5e42ff8be0d05e2a22c9d))
* **OG-IO:** renaming enum with uppercase names ([6187275](https://github.com/Geode-solutions/OpenGeode-IO/commit/618727523c3eb7f23116316723c586198481e774))
* **Optional:** use std::optional ([f838073](https://github.com/Geode-solutions/OpenGeode-IO/commit/f838073fe35e08e04ff54545d8ffc0c96b35dd82))
* **Private:** rename private folders to internal ([adfa180](https://github.com/Geode-solutions/OpenGeode-IO/commit/adfa1805b4b9d5d6fc318d6f946569118c53fbc5))
* **STL:** move to std::make_unique ([ffec77f](https://github.com/Geode-solutions/OpenGeode-IO/commit/ffec77f64a07912e0bd95091493794cbfe2ff70d))
* **StringView:** use std::string_view ([9eb5d62](https://github.com/Geode-solutions/OpenGeode-IO/commit/9eb5d62e5b09dabecf628517256f7fe68c524d20))
* **third-parties:** update assimp and zlib ([c0dec0c](https://github.com/Geode-solutions/OpenGeode-IO/commit/c0dec0c6db144194be0062e7a486afd11f63408e))


Features

* **Build:** add install symlink into build ([65ee3a7](https://github.com/Geode-solutions/OpenGeode-IO/commit/65ee3a70b6cd2c9449830fb437c3276ea81c3a42))


BREAKING CHANGES

* **Headers:** rename file extensions from .h to .hpp
* **Private:** change namespace detail in private folders to internal namespace
* **StringView:** absl::string_view has been replaced by std::string_view
* **Optional:** absl::optional has been replaced by std::optional

7.0.0rc.1

[7.0.0-rc.1](https://github.com/Geode-solutions/OpenGeode-IO/compare/v6.5.3-rc.1...v7.0.0-rc.1) (2024-07-16)


Bug Fixes

* **ABI:** update ABI ([1a36832](https://github.com/Geode-solutions/OpenGeode-IO/commit/1a36832d9c0fa0ef825b1986ed1008d44f409230))
* **Deprecated:** remove old component_mesh_vertices ([25e7a55](https://github.com/Geode-solutions/OpenGeode-IO/commit/25e7a5514787d3cb4d4b27e9132915d89a7d3bb5))
* **explicit constructors:** Added a few explicit constructors. ([6e38a32](https://github.com/Geode-solutions/OpenGeode-IO/commit/6e38a327aaf9e6efdc161951a9c35e7c38cfa396))
* **Filesystem:** upgrading to standard filesystem ([691edf9](https://github.com/Geode-solutions/OpenGeode-IO/commit/691edf952556f95fc1146a5db1742fab6ef63820))
* **Headers:** rename file extensions from .h to .hpp ([de48eba](https://github.com/Geode-solutions/OpenGeode-IO/commit/de48eba8983b6af47b962a02f8d0e7f3421cbae9))
* **OG-IO:** Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) ([afc9de3](https://github.com/Geode-solutions/OpenGeode-IO/commit/afc9de35b38cdb5e783796e02ca24eee58c8013e))
* **OG-IO:** renaming constexpr variables with uppercase names ([54303ac](https://github.com/Geode-solutions/OpenGeode-IO/commit/54303ac4ca15a995c3e5e42ff8be0d05e2a22c9d))
* **OG-IO:** renaming enum with uppercase names ([6187275](https://github.com/Geode-solutions/OpenGeode-IO/commit/618727523c3eb7f23116316723c586198481e774))
* **Optional:** use std::optional ([f838073](https://github.com/Geode-solutions/OpenGeode-IO/commit/f838073fe35e08e04ff54545d8ffc0c96b35dd82))
* **Private:** rename private folders to internal ([adfa180](https://github.com/Geode-solutions/OpenGeode-IO/commit/adfa1805b4b9d5d6fc318d6f946569118c53fbc5))
* **STL:** move to std::make_unique ([ffec77f](https://github.com/Geode-solutions/OpenGeode-IO/commit/ffec77f64a07912e0bd95091493794cbfe2ff70d))
* **StringView:** use std::string_view ([9eb5d62](https://github.com/Geode-solutions/OpenGeode-IO/commit/9eb5d62e5b09dabecf628517256f7fe68c524d20))
* **third-parties:** update assimp and zlib ([c0dec0c](https://github.com/Geode-solutions/OpenGeode-IO/commit/c0dec0c6db144194be0062e7a486afd11f63408e))


Features

* **Build:** add install symlink into build ([65ee3a7](https://github.com/Geode-solutions/OpenGeode-IO/commit/65ee3a70b6cd2c9449830fb437c3276ea81c3a42))


BREAKING CHANGES

* **Headers:** rename file extensions from .h to .hpp
* **Private:** change namespace detail in private folders to internal namespace
* **StringView:** absl::string_view has been replaced by std::string_view
* **Optional:** absl::optional has been replaced by std::optional





fix/headers-tag
None

fix/remove-deprecated-tag
None

fix/make-unique-tag
None

fix/move-private-files-to-internal-tag
None

fix_v15/rename_global_epsilon_to_GLOBAL_EPSILON-tag
None

fix/replace-absl-string-view-with-std-tag
None

fix/filesystem-tag
None

fix/deps-v15-tag
None

fix_v15/solid_mesh_missing_include_and_bitsery_git_tag_change-tag
None

v15-tag
None

fix/explicit_keyword_on_point_and_vector-tag
None

fix-replace-absl-optional-with-std-optional-tag
None

6.5.3rc.1

[6.5.3-rc.1](https://github.com/Geode-solutions/OpenGeode-IO/compare/v6.5.2...v6.5.3-rc.1) (2024-07-03)


Bug Fixes

* **ABI:** update to new IO ([9b434db](https://github.com/Geode-solutions/OpenGeode-IO/commit/9b434db2c8eb3a3279423f967c0c63b42c258d71))

6.5.2

[6.5.2](https://github.com/Geode-solutions/OpenGeode-IO/compare/v6.5.1...v6.5.2) (2024-06-24)


Bug Fixes

* **CMake:** use git shallow clone ([8b6b688](https://github.com/Geode-solutions/OpenGeode-IO/commit/8b6b68807e6b7d070c0fdf8ecdb4c04396353659))
* **Package:** trigger new release ([5f4f003](https://github.com/Geode-solutions/OpenGeode-IO/commit/5f4f003594be4b96343f1e25a460e2fe4515f762))

Page 5 of 33

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.