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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "1.7.3",
".": "1.8.0",
"packages/loop_common": "0.0.2",
"packages/loop_interpolation": "0.0.2",
"packages/map2loop": "3.3.1",
"packages/loopstructural_visualisation": "0.1.17"
"packages/map2loop": "3.4.0",
"packages/loopstructural_visualisation": "0.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Features

* add loopstructural-visualisation as packages/loopstructural_visualisation workspace package ([#301](https://github.com/Loop3D/LoopStructural/issues/301)) ([c26d59a](https://github.com/Loop3D/LoopStructural/commit/c26d59a17a5dcd87404f69566d42a7e1e6a8a9cc))
* add map2loop as packages/map2loop workspace package ([#302](https://github.com/Loop3D/LoopStructural/issues/302)) ([e5baa2b](https://github.com/Loop3D/LoopStructural/commit/e5baa2b4beb8e1b7ee861d3641847fe4b2b4a14a))
* wire map2loop and loopstructural_visualisation into the workspace ([#303](https://github.com/Loop3D/LoopStructural/issues/303)) ([4b61825](https://github.com/Loop3D/LoopStructural/commit/4b61825c3bdaa7f9c348817044b279a47a7b2f0e))


### Bug Fixes

* Updating intrusions code ([#300](https://github.com/Loop3D/LoopStructural/issues/300)) ([9b764d5](https://github.com/Loop3D/LoopStructural/commit/9b764d5a69977dec18db2f2754b304e9f75ed6ad))

## [1.7.3](https://github.com/Loop3D/LoopStructural/compare/v1.7.2...v1.7.3) (2026-08-14)


Expand Down
14 changes: 14 additions & 0 deletions packages/loopstructural_visualisation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.0](https://github.com/Loop3D/LoopStructural/compare/loopstructuralvisualisation-v0.1.17...loopstructuralvisualisation-v0.2.0) (2026-08-17)


### Features

* add loopstructural-visualisation as packages/loopstructural_visualisation workspace package ([#301](https://github.com/Loop3D/LoopStructural/issues/301)) ([c26d59a](https://github.com/Loop3D/LoopStructural/commit/c26d59a17a5dcd87404f69566d42a7e1e6a8a9cc))
* wire map2loop and loopstructural_visualisation into the workspace ([#303](https://github.com/Loop3D/LoopStructural/issues/303)) ([4b61825](https://github.com/Loop3D/LoopStructural/commit/4b61825c3bdaa7f9c348817044b279a47a7b2f0e))


### Miscellaneous Chores

* release 1.6.4 ([f06616f](https://github.com/Loop3D/LoopStructural/commit/f06616f8fac0ca3cfc58377524245952f56e686b))
* release 1.6.5 ([246e48d](https://github.com/Loop3D/LoopStructural/commit/246e48d86a99e9d1e96ab9a2d9567374ffcf8622))

## [0.1.17](https://github.com/Loop3D/loopstructural-visualisation/compare/v0.1.16...v0.1.17) (2025-08-14)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.17"
__version__ = "0.2.0"
14 changes: 14 additions & 0 deletions packages/map2loop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.4.0](https://github.com/Loop3D/LoopStructural/compare/map2loop-v3.3.1...map2loop-v3.4.0) (2026-08-17)


### Features

* add map2loop as packages/map2loop workspace package ([#302](https://github.com/Loop3D/LoopStructural/issues/302)) ([e5baa2b](https://github.com/Loop3D/LoopStructural/commit/e5baa2b4beb8e1b7ee861d3641847fe4b2b4a14a))
* wire map2loop and loopstructural_visualisation into the workspace ([#303](https://github.com/Loop3D/LoopStructural/issues/303)) ([4b61825](https://github.com/Loop3D/LoopStructural/commit/4b61825c3bdaa7f9c348817044b279a47a7b2f0e))


### Miscellaneous Chores

* release 1.6.4 ([f06616f](https://github.com/Loop3D/LoopStructural/commit/f06616f8fac0ca3cfc58377524245952f56e686b))
* release 1.6.5 ([246e48d](https://github.com/Loop3D/LoopStructural/commit/246e48d86a99e9d1e96ab9a2d9567374ffcf8622))

## [3.3.1](https://github.com/Loop3D/map2loop/compare/v3.3.0...v3.3.1) (2026-01-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/map2loop/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "map2loop"
description = "Generate 3D model data from 2D maps."
version = "3.3.1"
version = "3.4.0"
requires-python = ">=3.8"
authors = [{ name = "Loop team" }]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/map2loop/src/map2loop/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.3.1"
__version__ = "3.4.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

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