diff --git a/Project.toml b/Project.toml index 4ef661c..3661ae1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MaterialPointVisualizer" uuid = "9ce2fbfb-c269-402f-8683-a675189e795c" authors = ["ZenanH "] -version = "0.2.0" +version = "0.3.0" [deps] ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" @@ -20,7 +20,7 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" [compat] ColorSchemes = "3.31" DelimitedFiles = "1" -FastPointQuery = "0.2" +FastPointQuery = "0.3" HDF5 = "0.17" PrecompileTools = "1.2" ProgressMeter = "1.10" diff --git a/README.md b/README.md index af9cf6d..b813aec 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![CI](https://github.com/LandslideSIM/MaterialPointVisualizer.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/LandslideSIM/MaterialPointVisualizer.jl/actions/workflows/ci.yml) [![Stable](https://img.shields.io/badge/docs-stable-blue.svg?logo=quicklook)](https://LandslideSIM.github.io/MaterialPointVisualizer.jl/stable) [![Dev](https://img.shields.io/badge/docs-dev-red.svg?logo=quicklook)](https://LandslideSIM.github.io/MaterialPointVisualizer.jl/dev) -[![Version](https://img.shields.io/badge/version-v0.2.0-pink)]() +[![Version](https://img.shields.io/badge/version-v0.3.0-pink)]() With this package, we can convert the MPM simulation results (HDF5 files from ***[MaterialPointSolver.jl](https://github.com/LandslideSIM/MaterialPointSolver.jl)*** ) into `.vtp` files or create ParaView-compatible animations. Additionally, it includes some post-processing functionalities.