Skip to content

Commit

Permalink
chore(master): release 3.2.0 (#165)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
github-actions[bot] and AngRodrigues authored Dec 16, 2024
1 parent 7978841 commit 35c54be
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.1.13"
".": "3.2.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 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))
* 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
* 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)


Expand Down
2 changes: 1 addition & 1 deletion map2loop/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1.13"
__version__ = "3.2.0"

0 comments on commit 35c54be

Please sign in to comment.