Skip to content

v0.8.0

Compare
Choose a tag to compare
@jorgensd jorgensd released this 06 Mar 14:59
· 36 commits to main since this release
4046323

Compatible with nightly branch. Created in context of JOSS submission.

New features

  • Reading and writing meshtags to checkpoint. by @jorgensd in #48
  • Time dependency and multiple functions per file by @jorgensd in #49
  • Writing checkpoints based on the input mesh ordering by @jorgensd in #70
  • Make it possible to read and write attributes by @finsberg in #80
  • Write/Read mesh partitioning data by @jorgensd in #81
  • Time dependent mesh checkpoint by @jorgensd in #83

Demos

  • Add demos for mesh write/read operations by @jorgensd in #84
  • Add example of reading and writing of meshtags. by @jorgensd in #85
  • Add demo writing and reading function checkpoint by @jorgensd in #86

API Changes

  • Open file in write mode if it does not already exist by @finsberg in #67
  • Consistent name for argument filename by @finsberg in #68
  • Make API consistent (filename first) in read_ write_ operations. Vectorize dofmap reading from legacy by @jorgensd in #72
  • Make it possible to pass name when reading function by @finsberg in #76
  • Make it possible to pass name to meshtag by @finsberg in #79
  • Draft for JOSS by @jorgensd in #90

Other changes

New Contributors

Full Changelog: v0.7.3...v0.8.0