Skip to content

Commit b81fb2e

Browse files
committed
6.5.8
1 parent df0c221 commit b81fb2e

6 files changed

Lines changed: 45 additions & 2 deletions

File tree

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,4 @@ Florian Berger <florian_berger@ymail.com>
106106
Linus Walter <linuswalter@hotmail.com>
107107
Kunqing Jiang <kunqingjiang@gmail.com>
108108
Luca Urpi <kibbutz_luc@yahoo.it>
109+
Leonard Grabow <leonard.grabow@web.de>

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
----
88

9+
## 6.5.8
10+
11+
[Changelog for OpenGeoSys 6.5.8](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.8)
12+
913
## 6.5.7
1014

1115
[Changelog for OpenGeoSys 6.5.7](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.7)

CITATION.cff

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,23 @@ authors:
281281
orcid: "https://orcid.org/0000-0002-6686-9556"
282282
affiliation: >-
283283
Helmholtz Centre for Environmental Research -- UFZ
284+
- given-names: Leonard
285+
family-names: Grabow
286+
orcid: "https://orcid.org/0000-0003-3763-0797"
287+
affiliation: >-
288+
Helmholtz Centre for Environmental Research -- UFZ
284289
- given-names: Kunqing
285290
family-names: Jiang
286291
affiliation: >-
287292
Helmholtz Centre for Environmental Research -- UFZ
293+
- given-names: Hannah
294+
family-names: Keese
295+
affiliation: TU Bergakademie Freiberg
296+
- given-names: Matthias
297+
family-names: Bernt
298+
orcid: "https://orcid.org/0000-0003-3763-0797"
299+
affiliation: >-
300+
Helmholtz Centre for Environmental Research -- UFZ
288301
identifiers:
289302
- type: doi
290303
value: 10.5281/zenodo.18468476

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ OpenGeoSys is distributed under the Modified BSD License. See the
2828
[ogs]: https://www.opengeosys.org
2929
[documentation]: https://www.opengeosys.org/docs/
3030
[docs-master]: https://doxygen.opengeosys.org/
31-
[docs-release]: https://doxygen.opengeosys.org/6.5.7
31+
[docs-release]: https://doxygen.opengeosys.org/6.5.8
3232
[license-source]: https://github.com/ufz/ogs/blob/master/LICENSE.txt

Tests/Data/Notebooks/testrunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def check_and_modify_frontmatter():
106106
# Insert Jupyter header with notebook source and binderhub link in second cell
107107
repo = "https://gitlab.opengeosys.org/ogs/ogs"
108108
branch = "master"
109-
binder_tag = "6.5.7-0.8.0"
109+
binder_tag = "6.5.8-0.8.0"
110110
if "CI_MERGE_REQUEST_SOURCE_PROJECT_URL" in os.environ:
111111
repo = os.environ["CI_MERGE_REQUEST_SOURCE_PROJECT_URL"]
112112
branch = os.environ["CI_MERGE_REQUEST_SOURCE_BRANCH_NAME"]

web/content/releases/6.5.8.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
+++
2+
date = "2026-05-18T09:39:50+02:00"
3+
title = "OpenGeoSys 6.5.8"
4+
tag = "6.5.8"
5+
author = "Lars Bilke"
6+
release_date = "2026-05-18T09:39:50+02:00"
7+
8+
[downloads]
9+
binary = [
10+
"Windows-10.0.26200-python-3.14.3-de-utils.zip",
11+
"Windows-10.0.26200-python-3.14.3-utils.zip",
12+
]
13+
container = [
14+
"serial.squashfs",
15+
"petsc.squashfs",
16+
"serial-mkl.squashfs",
17+
"petsc-mkl.squashfs",
18+
]
19+
pip = true
20+
note = """
21+
**Note:** When using Python bindings make sure to have Python installed on your system:
22+
23+
- Windows: [Python 3.14.3](https://www.python.org/ftp/python/3.14.3/python-3.14.3-amd64.exe)
24+
"""
25+
+++

0 commit comments

Comments
 (0)