Release Notes Installation You can install ogs5py with pip: pip install ogs5py Documentation The documentation can be found at: https://ogs5py.readthedocs.io/ What's new? Enhancements move to a pyproject.toml based installation: d5ea756 move from develop/master branches to a single main branch use GitHub Actions for CI: b6811ce use f-strings where possible #11 simplified documentation #11 added changelog to documentation #11 added citation file and paper reference #11 use Python 3 style classes #11 Changes downlaod_ogs only supports version "5.7", "5.7.1" and "5.8" since the CI for OGS5 was shut down: 8b1cc91 Bugfixes make downlaod_ogs work again 8b1cc91 documentation fix in GLI.add_polyline #7 require pygmsh<...