Skip to content

Releases: dglaeser/gridformat

GridFormat v0.2.0

17 Jan 15:34
Compare
Choose a tag to compare

Features

  • Documentation: the available file formats are now listed as a separate Doxygen group.
  • CI: for PRs, only the tests affected by changes in the PR are built and run in order to speed up the workflows.
  • Field: Field::export now accepts r-values, which will be used to populate the values and return them again. Thus, one can now write const auto values = field.export_to(std::vector<double>{}), where auto will be std::vector<double>.
  • Traits: added a GridFactoryAdapter for Dune::GridFactory to the dune traits to facilitate exporting read grids into dune grids.

GridFormat v0.1.2

16 Oct 12:11
Compare
Choose a tag to compare

Fixes

  • Fixed description extraction from changelog for releases.

GridFormat v0.1.1

13 Oct 14:36
Compare
Choose a tag to compare

Fixes

  • Fixed the artifact path in the release workflow.

GridFormat v0.1.0

13 Oct 07:28
Compare
Choose a tag to compare

Our very first release 🎉