Skip to content

Commit 7415848

Browse files
committed
Minor version and CHANGELOG
1 parent a435ef9 commit 7415848

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.1.0] - unreleased
6+
7+
### Added
8+
9+
- `marching_triangles` and `marching_tetrahedra` return also the original parent cell indices if `return_parent_cells = true`
10+
511
## [3.0.2] - 2025-05-22
612

713
### Fixed
@@ -14,7 +20,7 @@ All notable changes to this project will be documented in this file.
1420

1521
### Fixed
1622

17-
- Reworked `tet_x_plane!()` to improve tetrahedron-plane-crosssection
23+
- Reworked `tet_x_plane!()` to improve tetrahedron-plane cross section
1824

1925
## [3.0.0] - 2025-03-03
2026

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GridVisualizeTools"
22
uuid = "5573ae12-3b76-41d9-b48c-81d0b6e61cc5"
33
authors = ["Jürgen Fuhrmann <juergen-fuhrmann@web.de>", "Patrick Jaap <patrick.jaap@wias-berlin.de>", "Liam Johnen <johnen@wias-berlin.de>"]
4-
version = "3.0.2"
4+
version = "3.1.0"
55

66
[deps]
77
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"

0 commit comments

Comments
 (0)