From fbb387a86f5bd53e31705ec4d2414b055d2ff717 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:05:18 +0000 Subject: [PATCH 1/2] chore(master): release 3.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ map2loop/version.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d739bbd..1f73031b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.13" + ".": "3.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f9a426..da37f5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.2.0](https://github.com/Loop3D/map2loop/compare/v3.1.13...v3.2.0) (2024-12-16) + + +### Features + +* v3.2 ([#153](https://github.com/Loop3D/map2loop/issues/153)) ([7978841](https://github.com/Loop3D/map2loop/commit/7978841b7106faf478492fe20770f17d9e244fbb)) + + +### Bug Fixes + +* add commit types to release config ([5c8bcb7](https://github.com/Loop3D/map2loop/commit/5c8bcb7ff149cf3246c258d2a5cfc28c460b13ad)) +* updated release context ([c334a62](https://github.com/Loop3D/map2loop/commit/c334a620b7118f651a72606cba1b1f59acffe558)) + ## [3.1.13](https://github.com/Loop3D/map2loop/compare/v3.1.12...v3.1.13) (2024-11-19) diff --git a/map2loop/version.py b/map2loop/version.py index 8e3f3164..11731085 100644 --- a/map2loop/version.py +++ b/map2loop/version.py @@ -1 +1 @@ -__version__ = "3.1.13" +__version__ = "3.2.0" From 968f69c722c375cfb37412554bb06903a17ec299 Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Tue, 17 Dec 2024 09:15:01 +1100 Subject: [PATCH 2/2] update release notes --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da37f5dc..016d06e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,14 @@ ### Features * v3.2 ([#153](https://github.com/Loop3D/map2loop/issues/153)) ([7978841](https://github.com/Loop3D/map2loop/commit/7978841b7106faf478492fe20770f17d9e244fbb)) - +* Thickness calculators can now be used simultaneously with `project.set_thickness_calculator([StructuralPoint(), InterpolatedStructure()])` +* Minimum fault length is a key in the config dictionary, and if not provided, it is calculated from the bbox area +* `ignore_lithology_codes()` and `ignore_fault_codes()` are new parameters in the config_dictionary +* legacy config files with legacy keys are not allowed +* `map2loop.utils.update_from_legacy_file` function may convert the hjson files into an updated config dictionary ### Bug Fixes - -* add commit types to release config ([5c8bcb7](https://github.com/Loop3D/map2loop/commit/5c8bcb7ff149cf3246c258d2a5cfc28c460b13ad)) -* updated release context ([c334a62](https://github.com/Loop3D/map2loop/commit/c334a620b7118f651a72606cba1b1f59acffe558)) +* all bug fixes can be checked in ([PR#153](https://github.com/Loop3D/map2loop/pull/153)) ## [3.1.13](https://github.com/Loop3D/map2loop/compare/v3.1.12...v3.1.13) (2024-11-19)