Releases: GeoStat-Framework/ogs5py
Releases · GeoStat-Framework/ogs5py
v1.3.0
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?
See #18
Enhancements
- move to
src/base package structure - use hatchling as build backend
- drop py36 support
- added archive support
- simplify documentation
Bugfixes
- remove usage of deprecated
np.int
v1.2.2
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
v1.2.1
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
MSH.import_meshcan handlemeshio.Meshas input now #13
Changes
pygmshsupport was removed. You can't use pygmsh Geometry objects to generate meshes anymore. Please generate beforehand and import the generated mesh. Other generators are usinggmshdirectly now. #13
v1.2.0
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.tomlbased installation: d5ea756 - move from
develop/masterbranches to a singlemainbranch - 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_ogsonly supports version "5.7", "5.7.1" and "5.8" since the CI for OGS5 was shut down: 8b1cc91
Bugfixes
v1.1.1
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?
Bugfixes
- check if
__version__is present (only if installed)
v1.1.0
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?
Bugfixes
- meshio 4 was not compatible
- fixed integer type in exporting meshes with element/material IDs
- better check for OGS5 success on Windows
Changes
- drop py2.7 support
v1.1.0.rc1
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?
Bugfixes
- meshio 4 was not compatible
- fixed integer type in exporting meshes with element/material IDs
- better check for OGS5 success on Windows
Changes
- drop py2.7 support