Skip to content

Version 0.5.0 Release

Compare
Choose a tag to compare
@H0R5E H0R5E released this 22 Feb 17:43
· 23 commits to main since this release
ee70c26

This release adds analysis of structured mesh models, executed using the SNL-Delft3D-CEC Delft3D-4 extension. Structured mesh model templates can now be created with the template.Template class by passing the string "structured" as the first argument. The runner module classes and the result.Result class will automatically detect the type of model to be run and analysed. See the basic_structured.py file in the examples folder for an example of a complete structured mesh run (note that a complied copy of SNL-Delft3D-CEC is required).

What's Changed

  • Ignore build artefacts when pushing to gh-pages by @H0R5E in #25
  • Docs Update by @H0R5E in #26
  • Add structured grid file generation by @H0R5E in #27
  • Add versioning to HTML documentation by @H0R5E in #28
  • Add Structured Model Template by @H0R5E in #29
  • Add automatic detection of model type in Runner classes by @H0R5E in #30
  • Add structured model result analysis by @H0R5E in #31

Full Changelog: v0.4.3...v0.5.0