Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
{
".": "1.8.0",
".": "1.8.1",
"packages/loop_common": "0.0.2",
"packages/loop_interpolation": "0.0.2",
"packages/map2loop": "3.4.0",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.8.1](https://github.com/Loop3D/LoopStructural/compare/v1.8.0...v1.8.1) (2026-08-24)


### Bug Fixes

* make stratigraphic order consistent between methods and add unit test ([#320](https://github.com/Loop3D/LoopStructural/issues/320)) ([f9cf0be](https://github.com/Loop3D/LoopStructural/commit/f9cf0be2dd33f25432ec426ccd2bcf5ebbdaf9d2))
* update get_isovalues to get top or bottom value ([#322](https://github.com/Loop3D/LoopStructural/issues/322)) ([a0be2d7](https://github.com/Loop3D/LoopStructural/commit/a0be2d71b2a7223746b93c5425535aa73ed686f8))

## [1.8.0](https://github.com/Loop3D/LoopStructural/compare/v1.7.3...v1.8.0) (2026-08-17)


Expand Down
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "1.8.1"
2 changes: 1 addition & 1 deletion packages/map2loop/src/map2loop/version.py
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
__version__ = "3.4.0"
__version__ = "1.8.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'LoopStructural'
version = "1.8.0"
version = "1.8.1"
description = '3D geological modelling'
authors = [{ name = 'Lachlan Grose', email = 'lachlan.grose@monash.edu' }]
readme = 'README.md'
Expand Down