Skip to content

Releases: JuliaVTK/WriteVTK.jl

v1.19.2

03 Jul 06:37
Compare
Choose a tag to compare

WriteVTK v1.19.2

Diff since v1.19.1

Merged pull requests:

v1.19.1

04 Apr 12:07
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v1.18.0

06 Apr 07:32
f8d3106
Compare
Choose a tag to compare

WriteVTK v1.18.0

Diff since v1.17.1

Main changes

  • Transfer to JuliaVTK organisation.
  • Move some definitions to VTKBase.jl package.
  • Support FillArrays 1.0.

v1.17.1

15 Feb 09:06
4237707
Compare
Choose a tag to compare

WriteVTK v1.17.1

Diff since v1.17.0

Closed issues:

  • Type instability in vtk_save? (#116)

Merged pull requests:

v1.17.0

30 Jan 10:57
Compare
Choose a tag to compare

WriteVTK v1.17.0

Diff since v1.16.0

Closed issues:

  • Support direction dependent degrees for VTK_LAGRANGE_QUADRILATERAL cells (#110)
  • write rectilinear grid with celldata (#112)
  • Gauss-Legendre points in a Lagrangian element (#114)

Merged pull requests:

  • doc: mention collect_add_timestep, and that vtk_save is called when adding to collection. (#113) (@fredrikekre)
  • Allow setting VTK file version (#115) (@jipolanco)

v1.16.0

19 Sep 19:47
Compare
Choose a tag to compare

WriteVTK v1.16.0

Diff since v1.15.1

Merged pull requests:

  • Support point, cell, and field data attributes (#111) (@lcw)