Skip to content

Commit f518d10

Browse files
authored
Merge pull request #137 from Loop3D/release-please--branches--master--components--LoopStructural
chore(master): release 1.5.4 attempting to release python 3.10 versions to conda and pypi
2 parents a4201ac + 06140e4 commit f518d10

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## [1.5.4](https://github.com/Loop3D/LoopStructural/compare/v1.5.3...v1.5.4) (2023-01-12)
4+
5+
6+
### Bug Fixes
7+
8+
* absolute import to relative import ([0ff0ba9](https://github.com/Loop3D/LoopStructural/commit/0ff0ba95f5efa4a543232a901b8fcc1ad542a216))
9+
* adding meshio to docs docker ([12ca5d3](https://github.com/Loop3D/LoopStructural/commit/12ca5d3e477e10cbf5737b112acba1c039358f80))
10+
* disabling fault_network example ([c390b7c](https://github.com/Loop3D/LoopStructural/commit/c390b7cd2a823b8445c38fdc7561681647749d07))
11+
* fixing bug with fault network example ([283cdfe](https://github.com/Loop3D/LoopStructural/commit/283cdfe6b01129fa741e0005168a0f10372a8e89))
12+
* incorrect variable in process data ([1776269](https://github.com/Loop3D/LoopStructural/commit/177626955ed3cd9ec6221eed2b774afccc989930))
13+
* lock python to 3.8 for lavavu ([f38b6a1](https://github.com/Loop3D/LoopStructural/commit/f38b6a12e31da188278d020470dd57cee6cd223f))
14+
* making dockerfile use pypi code ([6462c41](https://github.com/Loop3D/LoopStructural/commit/6462c4101741f32389d1484f6f4c466ec2c576c8))
15+
* removing old create dtm function ([b559674](https://github.com/Loop3D/LoopStructural/commit/b559674d46580706bc4136bd561db5f14dfc076f))
16+
* removing probability module ([5b0b6a2](https://github.com/Loop3D/LoopStructural/commit/5b0b6a2cca303066439c6e9d634798fdfeb93535))
17+
* typo in feature exporter ([a735e9f](https://github.com/Loop3D/LoopStructural/commit/a735e9ffcfe2d42dff06a28752194aa4b44829ec))
18+
19+
20+
### Documentation
21+
22+
* fixing lavavu version ([a993f60](https://github.com/Loop3D/LoopStructural/commit/a993f6053d0814b36ac128ffceef7dffda9fb719))
23+
* rename builder to builders ([d332399](https://github.com/Loop3D/LoopStructural/commit/d33239921623dbd909cc94bc31353e4b2ff11efd))
24+
325
## [1.5.3](https://github.com/Loop3D/LoopStructural/compare/v1.5.2...v1.5.3) (2022-11-02)
426

527

LoopStructural/version.py

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

0 commit comments

Comments
 (0)