Skip to content

Commit 3bbf03a

Browse files
authored
Merge pull request #114 from Loop3D/release-v1.4.5
chore: release 1.4.5
2 parents d8fc0b7 + 43c07e7 commit 3bbf03a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
### [1.4.5](https://www.github.com/Loop3D/LoopStructural/compare/v1.4.4...v1.4.5) (2022-04-14)
4+
5+
6+
### Bug Fixes
7+
8+
* :art: adding LoopProjectFileProcessor to modeling init ([fa1c8f7](https://www.github.com/Loop3D/LoopStructural/commit/fa1c8f7333d4c387988ddf3969e51958df5d123a))
9+
* :bug: adding origin and maximum to the data processor ([bb7b811](https://www.github.com/Loop3D/LoopStructural/commit/bb7b811bf773ffbeeafb270188ed1ee4992afa01))
10+
* :bug: adding scaling to splay faults to reduce bubbles ([7d618fe](https://www.github.com/Loop3D/LoopStructural/commit/7d618fedfa6ca9adb8f3c2040cc2ac93630ce2cd))
11+
* :bug: can add faults even when stratigraphic column hasn't been set ([33366f9](https://www.github.com/Loop3D/LoopStructural/commit/33366f926924f73ba8139c9d87e59c7ba09d06a2))
12+
* :bug: fault geometry weren't being set if they were calculated from the fault trace ([ddec5cb](https://www.github.com/Loop3D/LoopStructural/commit/ddec5cb45259186aef4bde2bbf98e0bd3f518079))
13+
* :bug: fixing warning message with divide by 0 ([ebd12ff](https://www.github.com/Loop3D/LoopStructural/commit/ebd12ff6a0af0a312076327a2ab26a03a5333661))
14+
* bug with fold constraints causing crash ([3abb65e](https://www.github.com/Loop3D/LoopStructural/commit/3abb65e47d2f90f9f2e2500ddbe0d362bec136fb))
15+
* bug with fold interpolator ([8d94ca4](https://www.github.com/Loop3D/LoopStructural/commit/8d94ca4cd8aa2ff7de17cae6b53f77a3abc06af4))
16+
* temp disable splay fault ([721270e](https://www.github.com/Loop3D/LoopStructural/commit/721270e942258c9c220aaaaaf01391e36d9af958))
17+
318
### [1.4.4](https://www.github.com/Loop3D/LoopStructural/compare/v1.4.3...v1.4.4) (2022-03-21)
419

520

LoopStructural/version.py

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

0 commit comments

Comments
 (0)