File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,3 +106,4 @@ Florian Berger <florian_berger@ymail.com>
106106Linus Walter <linuswalter@hotmail.com>
107107Kunqing Jiang <kunqingjiang@gmail.com>
108108Luca Urpi <kibbutz_luc@yahoo.it>
109+ Leonard Grabow <leonard.grabow@web.de>
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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
288301identifiers :
289302 - type : doi
290303 value : 10.5281/zenodo.18468476
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ]
Original file line number Diff line number Diff line change 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+ +++
You can’t perform that action at this time.
0 commit comments