Skip to content

Releases: jorgensd/adios4dolfinx

v0.8.2

04 Jul 11:49
04bf8d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1.post0

30 Apr 20:13
d719425
Compare
Choose a tag to compare

Adding conda packaging with the help of @minrk

What's Changed

  • Add Min RK to acknowledgement section of paper by @jorgensd in #115
  • Add installation notes for conda by @jorgensd in #116
  • Expand adios2 build matrix on openmpi to ensure we are testing 2.9.2 and 2.10.0 by @jorgensd in #117

Full Changelog: v0.8.1...v0.8.1.post0

v0.8.1

27 Apr 08:15
20895da
Compare
Choose a tag to compare

Release compatible with DOLFINx v0.8.x.

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

06 Mar 14:59
4046323
Compare
Choose a tag to compare

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

v0.7.3

08 Feb 13:36
Compare
Choose a tag to compare

Important

Every user is suggested to update from v0.7.2 to v0.7.3 as a bug affecting openmpi has been fixed in #56

Other fixes

Full Changelog: v0.7.2...v0.7.3

v0.7.2

07 Feb 15:18
Compare
Choose a tag to compare

Major update

Important

Everyone using adios4dolfinx v0.7.1 should upgrade to this new version

Installation

  • numba has been removed as a dependency of adios4dolfin

Performance

New features

  • Supporting time dependent and multi-function checkpoints by @jorgensd. To read checkpoints from version < 0.7.2 please add legacy=True to your read_function call. See: #49 for details
  • Supporting reading and writing of mesh-tags of all co-dimensions by @jorgensd #48

Other changes

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

15 Oct 19:11
d6a4c97
Compare
Choose a tag to compare

Compatible with DOLFINx v0.7.0: https://github.com/FEniCS/dolfinx/releases/tag/v0.7.0

What's Changed

  • Update all CIs to use latest images for stable release by @jorgensd in #34

Full Changelog: v0.7.0...v0.7.1

v0.7.0

25 Sep 11:51
Compare
Choose a tag to compare

Changes/improvements for writing complex valued functions tied to: FEniCS/dolfinx#2783

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

25 Sep 11:47
bea283c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

25 Sep 11:36
08739b9
Compare
Choose a tag to compare

Release tied to the API change in FEniCS/dolfinx@e4439cc

What's Changed

Full Changelog: v0.4.0...v0.5.0