Skip to content

Releases: JuliaVTK/WriteVTK.jl

v1.21.2

14 Apr 14:59

Choose a tag to compare

WriteVTK v1.21.2

Diff since v1.21.1

Merged pull requests:

Closed issues:

  • Error: type Polys has no field vtk_id (#155)
  • Is it possible to write a unstructured cell whose connectivity is defined with points at other processor? (#157)

v1.21.1

14 Oct 08:39

Choose a tag to compare

WriteVTK v1.21.1

Diff since v1.21.0

Merged pull requests:

Closed issues:

  • component_name kwarg consistency accross APIs (#153)

v1.21.0

04 Oct 08:24

Choose a tag to compare

WriteVTK v1.21.0

Diff since v1.20.0

  • Paths to individual VTK files (.vt*) in parallel VTK files (.pvt*) are now always relative paths. This is consistent with the behaviour of ParaView collection files (.pvd). See #151 and #152.

Merged pull requests:

  • Relative path to .vtu in .pvtu files (#152) (@bmxam)

Closed issues:

  • Parallel writing to ParaView collections (#150)

v1.20.0

18 Sep 13:25

Choose a tag to compare

WriteVTK v1.20.0

Diff since v1.19.2

Merged pull requests:

Closed issues:

  • Document difference between Base.close and vtk_save (#148)

v1.19.2

03 Jul 06:37

Choose a tag to compare

WriteVTK v1.19.2

Diff since v1.19.1

Merged pull requests:

v1.19.1

04 Apr 12:07

Choose a tag to compare

WriteVTK v1.19.1

Diff since v1.19.0

Merged pull requests:

Closed issues:

  • Additional empty directory created by pvtk_grid (#142)

v1.19.0

04 Apr 09:36

Choose a tag to compare

WriteVTK v1.19.0

Diff since v1.18.3

Merged pull requests:

  • Bump julia-actions/setup-julia from 1 to 2 (#138) (@dependabot[bot])
  • Include field data (such as time information) in parallel VTK files (#140) (@jipolanco)
  • Paths in parallel VTK files are now relative to that file (#141) (@jipolanco)

Closed issues:

  • Generalize the package for read/write VTK (#23)
  • Relative file paths & field data with parallel file formats (#139)

v1.18.3

18 Mar 21:32

Choose a tag to compare

WriteVTK v1.18.3

Diff since v1.18.2

Merged pull requests:

  • Bump codecov/codecov-action from 3 to 4 (#134) (@dependabot[bot])
  • Use StableRNGs to fix nightly tests (#135) (@nhz2)
  • Close TranscodingStream with stop_on_end set (#137) (@nhz2)

v1.18.2

02 Feb 16:06

Choose a tag to compare

WriteVTK v1.18.2

Diff since v1.18.1

Merged pull requests:

  • Tests: Fix Bezier cell rational weights and degree attributes (#132) (@m1ka05)

Closed issues:

  • Missing XML attribute for RationalWeights and HigherOrderDegrees in Bézier cells (#131)

v1.18.1

17 Oct 11:29
c8b7097

Choose a tag to compare

WriteVTK v1.18.1

Diff since v1.18.0

Merged pull requests:

Closed issues:

  • Writing certain data crashes ParaView (#128)