Skip to content

Commit 9dd5f45

Browse files
chore(master): release 1.5.12
1 parent a76e718 commit 9dd5f45

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## [1.5.12](https://github.com/Loop3D/LoopStructural/compare/v1.5.11...v1.5.12) (2024-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* adding imports back into init file ([b1d2ba9](https://github.com/Loop3D/LoopStructural/commit/b1d2ba97d5e4c7878165dc930d683df25fa61c49))
9+
* adding pyproject.toml ([474101c](https://github.com/Loop3D/LoopStructural/commit/474101c00c8be510dd8e4e57152ff7b0a95a4cb1))
10+
* bounding box can be defined from max, origin or nsteps + step vector ([a8d364c](https://github.com/Loop3D/LoopStructural/commit/a8d364ca5735fbd5efbe9fc2f535a5c6698b4d08))
11+
* change pyvista property to vtk ([8277304](https://github.com/Loop3D/LoopStructural/commit/8277304e932cc2ebe6581a8409a9d0a2375698bc))
12+
* if interpolator results in 0, still set up to date ([6f18788](https://github.com/Loop3D/LoopStructural/commit/6f187888a69844a271c16125d75f1c19ce8a2aa3))
13+
* make rotation work with array of axis and angle ([72f7744](https://github.com/Loop3D/LoopStructural/commit/72f77441760e254a4e14e0a2738b041b2633499f))
14+
* making code compatible with linter ([716038e](https://github.com/Loop3D/LoopStructural/commit/716038e6c69031f6f6d374e10e0b8964b09cd523))
15+
* mapping interpolators to cythonless version ([e755c29](https://github.com/Loop3D/LoopStructural/commit/e755c29f851b5c67f74b8bd1dd26f278db349e18))
16+
* pyproject.toml missing modules ([4a4bf92](https://github.com/Loop3D/LoopStructural/commit/4a4bf92452fdb32ee3cf01f2155e11a17e832da5))
17+
* Removing cython dependency ([#168](https://github.com/Loop3D/LoopStructural/issues/168)) ([21e5572](https://github.com/Loop3D/LoopStructural/commit/21e5572a02329b8a8a18a328bd76a8cfb449344b))
18+
* rename grad stepness to remove _ ([e8a7877](https://github.com/Loop3D/LoopStructural/commit/e8a78770d1ce6cc504a21f946363b739e52cff09))
19+
* return axis and angle for movement of fault points ([48e6261](https://github.com/Loop3D/LoopStructural/commit/48e62616581cda2da89e0d79d323f8332d19a376))
20+
* scaling fault normal by minor axis ([ac99448](https://github.com/Loop3D/LoopStructural/commit/ac994480b559d1f58c9c8befa54dc7016b4e2cb9))
21+
* under constrained faults now work ([50a04af](https://github.com/Loop3D/LoopStructural/commit/50a04afee891be9f6b80108d9baf6fab71c8ffba))
22+
* unstructured tetra only take first 4 elements ([4673bbc](https://github.com/Loop3D/LoopStructural/commit/4673bbc14d2517bf10138a741e72db910c42d2fe))
23+
324
## [1.5.11](https://github.com/Loop3D/LoopStructural/compare/v1.5.10...v1.5.11) (2023-12-03)
425

526

LoopStructural/version.py

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

0 commit comments

Comments
 (0)