Skip to content

Commit f68900b

Browse files
authored
Merge pull request #133 from Loop3D/release-please--branches--master--components--LoopStructural
chore(master): release 1.5.3
2 parents 921cd19 + 94fac49 commit f68900b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.5.3](https://github.com/Loop3D/LoopStructural/compare/v1.5.2...v1.5.3) (2022-11-02)
4+
5+
6+
### Bug Fixes
7+
8+
* adding copy method to geological feature ([01651cb](https://github.com/Loop3D/LoopStructural/commit/01651cb1a685462c375c9b379de8be345f6241f7))
9+
* adding debugging page to doc index ([a09aa0d](https://github.com/Loop3D/LoopStructural/commit/a09aa0d276b797436a91a8d6197d171db7909b58))
10+
* adding interpolation back to builder ([1a537aa](https://github.com/Loop3D/LoopStructural/commit/1a537aa6ed06264de0ad40aae28d4cc672cdab6c))
11+
* allow regularisation to be set for faults using processor ([07920dc](https://github.com/Loop3D/LoopStructural/commit/07920dc076c0147e962da24378188abe28a2931e))
12+
* model set for fault segment ([3eb0328](https://github.com/Loop3D/LoopStructural/commit/3eb03281c7e343cff781402bcc0828a7a4b63285))
13+
* remove prints while solving ([3aae8a9](https://github.com/Loop3D/LoopStructural/commit/3aae8a9e6c2240dc2917bae10aa3e43b9194bbf0))
14+
* removing theano from docs docker ([a706575](https://github.com/Loop3D/LoopStructural/commit/a706575fc8c9828bf97cb1a7e419f3b5ad833303))
15+
* tolerance geological modle ([fbc7e4a](https://github.com/Loop3D/LoopStructural/commit/fbc7e4a95c9618b7f8bacea4929e01da4ce83c19))
16+
* updating dockerfile ([70ea4f7](https://github.com/Loop3D/LoopStructural/commit/70ea4f72334ca1dcd31b83129a315cf9aabdba0f))
17+
* updating dockerfile so that it builds ([0e5482a](https://github.com/Loop3D/LoopStructural/commit/0e5482a9e1b7b353827c2db53920efe5df33a080))
18+
19+
20+
### Documentation
21+
22+
* adding more documentation on structural frames and faults ([2fab248](https://github.com/Loop3D/LoopStructural/commit/2fab2483b16207576052ffa1e7f809e1bf08b92e))
23+
* path for fault frame image ([921cd19](https://github.com/Loop3D/LoopStructural/commit/921cd195ec492571ac6fe68abca51159ce7258df))
24+
325
## [1.5.2](https://github.com/Loop3D/LoopStructural/compare/v1.5.1...v1.5.2) (2022-10-11)
426

527

LoopStructural/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.2"
1+
__version__ = "1.5.3"

0 commit comments

Comments
 (0)