diff --git a/README.md b/README.md index 199d0c5..880d862 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # HighVoronoi.jl -A Julia Package for setting up high dimensional (i.e. any dimension >= 2) Finite Volume problems on Voronoi Meshes +A Julia Package for parallelized computing of high dimensional (i.e. any dimension >= 2) Voronoi Meshes and setting up Finite Volume computations on these Meshes [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://martinheida.github.io/HighVoronoi.jl/stable/) [![Dev(broken)](https://img.shields.io/badge/docs-dev-blue.svg)](https://martinheida.github.io/HighVoronoi.jl/dev/) @@ -9,4 +9,4 @@ A Julia Package for setting up high dimensional (i.e. any dimension >= 2) Finite Refer to the manual for detailed information on how to use. -The new version 1.1.0 has improved performance due to reduced dynamic dispatch issues and reduced redundances in the code. It also includes improved display methods in 2 and 3 dimensions. +The new version 1.3.0 has improved performance due to new internal data structure and parallelization.