Skip to content

Commit 245aae5

Browse files
github-actions[bot]AngRodrigues
authored andcommitted
chore(master): release 3.2.0 (#165)
* chore(master): release 3.2.0 * update release notes --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: AngRodrigues <angela.rodrigues@monash.edu>
1 parent 96829fd commit 245aae5

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.13"
2+
".": "3.2.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [3.2.0](https://github.com/Loop3D/map2loop/compare/v3.1.13...v3.2.0) (2024-12-16)
4+
5+
6+
### Features
7+
8+
* v3.2 ([#153](https://github.com/Loop3D/map2loop/issues/153)) ([7978841](https://github.com/Loop3D/map2loop/commit/7978841b7106faf478492fe20770f17d9e244fbb))
9+
* Thickness calculators can now be used simultaneously with `project.set_thickness_calculator([StructuralPoint(), InterpolatedStructure()])`
10+
* Minimum fault length is a key in the config dictionary, and if not provided, it is calculated from the bbox area
11+
* `ignore_lithology_codes()` and `ignore_fault_codes()` are new parameters in the config_dictionary
12+
* legacy config files with legacy keys are not allowed
13+
* `map2loop.utils.update_from_legacy_file` function may convert the hjson files into an updated config dictionary
14+
15+
### Bug Fixes
16+
* all bug fixes can be checked in ([PR#153](https://github.com/Loop3D/map2loop/pull/153))
17+
318
## [3.1.13](https://github.com/Loop3D/map2loop/compare/v3.1.12...v3.1.13) (2024-11-19)
419

520

map2loop/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.1.13"
1+
__version__ = "3.2.0"

0 commit comments

Comments
 (0)