Opengeode-geosciences

Latest version: v8.2.0

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

Scan your dependencies

Page 4 of 30

8.0.0rc.1

[8.0.0-rc.1](https://github.com/Geode-solutions/OpenGeode-Geosciences/compare/v7.7.3-rc.1...v8.0.0-rc.1) (2024-07-16)


Bug Fixes

* **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





fix/remove-deprecated-tag
None

fix/headers-tag
None

fix/regulargrid-grid-tag
None

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

fix/local-index-replace-index-in-tetrahedron-set-point-tag
None

fix/filesystem-tag
None

fix/attribute-assign-tag
None

v15-tag
None

perf/aabb_closest-tag
None

fix_v15/rename_global_epsilon_to_GLOBAL_EPSILON-tag
None

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

fix_v15/solid_mesh_missing_include_and_bitsery_git_tag_change-tag
None

fix/explicit_keyword_on_point_and_vector-tag
None

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

7.7.3rc.1

[7.7.3-rc.1](https://github.com/Geode-solutions/OpenGeode-Geosciences/compare/v7.7.2...v7.7.3-rc.1) (2024-07-03)


Bug Fixes

* **Filename:** expand predefined folders ([e53329d](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/e53329d8b380df9e11e4a8dbd600c42cc02926f4))





fix/expand-folders-tag
None

7.7.2

[7.7.2](https://github.com/Geode-solutions/OpenGeode-Geosciences/compare/v7.7.1...v7.7.2) (2024-06-24)


Bug Fixes

* **Package:** trigger new release ([38a0cb8](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/38a0cb8504e437f5f1e472dc6d2358babde5a117))

7.7.2rc.1

[7.7.2-rc.1](https://github.com/Geode-solutions/OpenGeode-Geosciences/compare/v7.7.1...v7.7.2-rc.1) (2024-06-22)


Bug Fixes

* **Package:** trigger new release ([38a0cb8](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/38a0cb8504e437f5f1e472dc6d2358babde5a117))

7.7.1

[7.7.1](https://github.com/Geode-solutions/OpenGeode-Geosciences/compare/v7.7.0...v7.7.1) (2024-06-04)


Bug Fixes

* **constructors:** Fixed wrong copy in constructors of models from initial model, rvalue and mappings ([61d4a23](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/61d4a238a28e825e27bacefa0032b1844b69cf16))

7.7.1rc.1

[7.7.1-rc.1](https://github.com/Geode-solutions/OpenGeode-Geosciences/compare/v7.7.0...v7.7.1-rc.1) (2024-06-03)


Bug Fixes

* **constructors:** Fixed wrong copy in constructors of models from initial model, rvalue and mappings ([61d4a23](https://github.com/Geode-solutions/OpenGeode-Geosciences/commit/61d4a238a28e825e27bacefa0032b1844b69cf16))





fix/wrong_copy_in_constructors_from_initial_models-tag
None

Page 4 of 30

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.