Skip to content

v1.2.2

Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 25 May 19:40
· 11 commits to main since this release
752e7bd

Release Notes

Installation

You can install ogs5py with pip:

pip install ogs5py

Or with conda:

conda install ogs5py

Documentation

The documentation can be found at: https://ogs5py.readthedocs.io/

What's new?

Bugfixes

  • MSH.load now uses engine="python" as fallback in pandas to successfully read ogs meshes in some corner cases #16
  • removed redundant from io import open which were there for py2 compatibility #16