Skip to content

Commit f710193

Browse files
authored
Merge pull request #287 from Loop3D/release-please--branches--master
chore(master): release 1.6.28
2 parents 4a5b9de + 0db9cd5 commit f710193

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"LoopStructural": "1.6.27"
2+
"LoopStructural": "1.6.28"
33
}

LoopStructural/CHANGELOG.md

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

3+
## [1.6.28](https://github.com/Loop3D/LoopStructural/compare/v1.6.27...v1.6.28) (2026-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* add default for z ([12bdcd2](https://github.com/Loop3D/LoopStructural/commit/12bdcd2b1f9dcf8a5c3e19aa62dd68a11bd03f7f))
9+
* adding add_group and add points from dataframe for geoh5 + some tests ([9d29d31](https://github.com/Loop3D/LoopStructural/commit/9d29d31c28f619438fe41af806d9332181c0eb87))
10+
* adding gocad export for structured grid support ([228ca78](https://github.com/Loop3D/LoopStructural/commit/228ca78889c9a263c83da54837342adc69a5b083))
11+
* adding post_init to ValuePoints/VectorPoints to validate as numpy arrays ([df938d1](https://github.com/Loop3D/LoopStructural/commit/df938d18c9ed5524628e5bd7925536e7b9687f12))
12+
* vtk export had maximum > grid maximum ([5f37322](https://github.com/Loop3D/LoopStructural/commit/5f37322e0b9c27cb68b0628410e586dd8d40a200))
13+
314
## [1.6.27](https://github.com/Loop3D/LoopStructural/compare/v1.6.26...v1.6.27) (2026-04-14)
415

516

LoopStructural/version.py

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

0 commit comments

Comments
 (0)