Skip to content

Releases: JuliaVTK/WriteVTK.jl

v1.22.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 13:21

WriteVTK v1.22.0

Diff since v1.21.2

Added

  • Add option for performing parallel compression of datasets, if running with multiple threads. This can be enabled using the new parallel_compression keyword argument of vtk_grid (PR168 by @efaulhaber).

Merged pull requests:

Closed issues:

  • Problem with VTKPolyhedron functionality (#161)

v1.21.2

Choose a tag to compare

@github-actions github-actions released this 14 Apr 14:59

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

Choose a tag to compare

@github-actions github-actions released this 14 Oct 08:39

WriteVTK v1.21.1

Diff since v1.21.0

Merged pull requests:

Closed issues:

  • component_name kwarg consistency accross APIs (#153)

v1.21.0

Choose a tag to compare

@github-actions github-actions released this 04 Oct 08:24

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

Choose a tag to compare

@github-actions github-actions released this 18 Sep 13:25

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

Choose a tag to compare

@github-actions github-actions released this 03 Jul 06:37

WriteVTK v1.19.2

Diff since v1.19.1

Merged pull requests:

v1.19.1

Choose a tag to compare

@github-actions github-actions released this 04 Apr 12:07

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

Choose a tag to compare

@github-actions github-actions released this 04 Apr 09:36

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

Choose a tag to compare

@github-actions github-actions released this 18 Mar 21:32

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

Choose a tag to compare

@github-actions github-actions released this 02 Feb 16:06

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)