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_mesh
can handlemeshio.Mesh
as input now #13
Changes
pygmsh
support was removed. You can't use pygmsh Geometry objects to generate meshes anymore. Please generate beforehand and import the generated mesh. Other generators are usinggmsh
directly 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.toml
based installation: d5ea756 - move from
develop
/master
branches to a singlemain
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
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