diff --git a/CHANGELOG.md b/CHANGELOG.md index 57092a8..b86ea7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,25 @@ All notable changes to **ogs6py** will be documented in this file. +## [0.32] + +### Changes +* added some tests for replace method +* add logfile parsing capabilities for output produced by PETSc +* add replace mesh function +* add compose from CSV tool +* add file include finction to outsource xmldata + +### Bugfixes +* media are also recogniced if the id attribute is missing +* fix in log parser to recognise times in scientific format ## [0.31] +### Changes +* ogs6py uses now PEP8 naming convention for all ogs6py methods (lowercase with underscore separation) + ### Bugfixes ### Additions -### Changes -* ogs6py uses now PEP8 naming conventionfor all ogs6py methods (lowercase with underscore separation) diff --git a/ogs6py/_version.py b/ogs6py/_version.py index 57fffef..a6a2e97 100644 --- a/ogs6py/_version.py +++ b/ogs6py/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Provide a central version.""" -__version__ = "0.31" +__version__ = "0.32"