Releases: JuliaVTK/ReadVTK.jl
Releases · JuliaVTK/ReadVTK.jl
v0.2.4
v0.2.3
ReadVTK v0.2.3
Merged pull requests:
- Skip Array data when constructing VTKData (#65) (@williamjsdavis)
v0.2.2
ReadVTK v0.2.2
Merged pull requests:
- Update/add show functions VTK objects (#61) (@williamjsdavis)
- remove ReadVTK from test/Project.toml (#64) (@github-actions[bot])
Closed issues:
- Show method strings for many objects are overly terse (#60)
v0.2.1
ReadVTK v0.2.1
Merged pull requests:
- Bump actions/upload-artifact from 3 to 4 (#50) (@dependabot[bot])
- Bump actions/download-artifact from 3 to 4 (#51) (@dependabot[bot])
- Bump actions/download-artifact from 3 to 4 (#52) (@dependabot[bot])
- Bump actions/upload-artifact from 3 to 4 (#53) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#55) (@dependabot[bot])
- Fix formatter to old version (#56) (@ranocha)
- Bump julia-actions/cache from 1 to 2 (#58) (@dependabot[bot])
- do not constrain version (#59) (@MarDiehl)
- fix tests for WriteVTK.jl v1.19 and run new version of the formatter (#62) (@ranocha)
Closed issues:
v0.2.0
ReadVTK v0.2.0
Merged pull requests:
- Add 1 to
VTKPrimitives
connectivity indices to follow convention in ReadVTK.jl (#47) (@eliascarv) - Set compat bounds for stdlibs
Base64
,Downloads
(#48) (@sloede)
v0.1.9
v0.1.8
ReadVTK v0.1.8
Merged pull requests:
- CompatHelper: add new compat entry for StaticArrays at version 1 for package test, (keep existing compat) (#36) (@github-actions[bot])
- Remove ReadVTK from docs/Project.toml (#37) (@ranocha)
- update affiliation of HR (#38) (@ranocha)
- Bump actions/checkout from 3 to 4 (#39) (@dependabot[bot])
- CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) (#40) (@github-actions[bot])
v0.1.7
ReadVTK v0.1.7
Merged pull requests:
- do not create empty function just for setting a docstring (#27) (@ranocha)
- update to VTKBase.jl (#26) (@ranocha)
- Add JuliaFormatter and format
src
(#32) (@ranocha) - Format rest and add format check to CI (#33) (@ranocha)
- Adds VTKCells converter (#30) (@Matthew-Whisenant)
- ParaView read ability (#31) (@Matthew-Whisenant)
- Bugfix - reading appended_data (#34) (@boriskaus)
v0.1.6
v0.1.5
ReadVTK v0.1.5
Merged pull requests:
- Support parallel PVTK and PVD files (#17) (@boriskaus)
- Support for StructuredGrid files (#18) (@boriskaus)
- Use latest Julia release for testing (#19) (@sloede)