v0.8.0
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
-
Performance improvements + remove numba as dependency by @jorgensd in #51
-
Use tmp-dir and tmp_path to store test files. by @jorgensd in #78
-
API compatibility with DOLFINx nightly branch
-
API compatibility with ADIOS2
- Replace
adios2.adios2.ADIOS
withadios2.ADIOS
by @francesco-ballarin in: #40 - Backward compatible support for ADIOS2 2.10.x by @nate-sime in #60
- Replace
New Contributors
- @francesco-ballarin made their first contribution in #39
- @nate-sime made their first contribution in #60
Full Changelog: v0.7.3...v0.8.0