Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 899 Bytes

NEWS.md

File metadata and controls

40 lines (21 loc) · 899 Bytes

Changelog

Trixi2Vtk.jl follows the interpretation of semantic versioning (semver) used in the Julia ecosystem. Notable changes will be documented in this file for human readability.

Changes in the v0.3 lifecycle

Added

  • Visualize solutions obtained on 2D/3D unstructured, curvilinear, adaptive meshes (P4estMesh)
  • Support absolute paths for input filenames

Changed

Deprecated

Removed

Changes in v0.3

Added

  • Visualize solutions obtained on 2D unstructured quadrilateral meshes (UnstructuredMesh2D)
  • Visualize solutions obtained on 2D and 3D structured curved meshes (StructuredMesh)

Changed

  • The required Julia version is updated to v1.6.

Deprecated

Removed

  • Ability to read and visualize solution files generated by Trixi prior to v0.3.