Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support multiple substrings #172

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
aa91cb5
fix: support multiple substrings
rabii-chaarani Jan 10, 2025
96829fd
feat: v3.2 (#153)
AngRodrigues Dec 16, 2024
245aae5
chore(master): release 3.2.0 (#165)
github-actions[bot] Dec 16, 2024
a7c36bf
chore: update conda meta.yml (#166)
AngRodrigues Dec 16, 2024
b16cde6
chore: update readme
AngRodrigues Jan 8, 2025
9a4ea20
feat: v3.2 (#153)
AngRodrigues Dec 16, 2024
0cfc9b8
chore: update readme
AngRodrigues Jan 8, 2025
4441eaf
fix: include dependencies in site-packages - issue #169 (#170)
AngRodrigues Jan 12, 2025
fc0d461
chore(master): release 3.2.1 (#174)
github-actions[bot] Jan 12, 2025
a1b2f74
chore: typo in conda build (#175)
AngRodrigues Jan 13, 2025
a164ba4
chore: typo in conda build (#176)
AngRodrigues Jan 13, 2025
58b6c03
fix: add featureId when parsing fault_orientations (#177)
rabii-chaarani Jan 13, 2025
6572937
chore(master): release 3.2.2 (#178)
github-actions[bot] Jan 13, 2025
01a96db
feat: v3.2 (#153)
AngRodrigues Dec 16, 2024
8df4d37
chore(master): release 3.2.0 (#165)
github-actions[bot] Dec 16, 2024
e3a1cb2
chore: update readme
AngRodrigues Jan 8, 2025
e8944a8
fix: include dependencies in site-packages - issue #169 (#170)
AngRodrigues Jan 12, 2025
fc49d45
chore(master): release 3.2.1 (#174)
github-actions[bot] Jan 12, 2025
1bef597
chore: typo in conda build (#175)
AngRodrigues Jan 13, 2025
c4cb615
chore: typo in conda build (#176)
AngRodrigues Jan 13, 2025
d1cb3a7
chore(master): release 3.2.2 (#178)
github-actions[bot] Jan 13, 2025
c4e860f
Fix/fault_orientations (#180)
rabii-chaarani Jan 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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>
  • Loading branch information
2 people authored and rabii-chaarani committed Jan 10, 2025
commit 245aae53d843b04028766b7806498413c573a521
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)


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"