Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 601 Bytes

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 601 Bytes

Changelog

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