Skip to content

Commit

Permalink
new version: 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbuchwald committed Sep 2, 2021
1 parent 6660d5d commit 007aef6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ogs6py/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Provide a central version."""
__version__ = "0.31"
__version__ = "0.32"

0 comments on commit 007aef6

Please sign in to comment.