From 4729632aa844263ad7c2dc00566beeff748a622a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fuhrmann?= Date: Mon, 17 Jun 2024 20:48:51 +0200 Subject: [PATCH] update changelog + Readme --- README.md | 4 +++- docs/src/changes.md | 13 +++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7880e990..bbfc2d49 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ a package for novel, gradient robust finite element methods. - [SimplexGridFactory](https://github.com/j-fu/SimplexGridFactory.jl) contains an API which allows to create `ExtendableGrid` objects with [Triangulate.jl](https://github.com/JuliaGeometry/Triangulate.jl) which wraps the Triangle mesh generator by J. Shewchuk and [TetGen.jl](https://github.com/JuliaGeometry/TetGen.jl) which wraps the TetGen mesh generator by H. Si. - +- [Triangulate.jl](https://github.com/JuliaGeometry/Triangulate.jl) and [TetGen.jl](https://github.com/JuliaGeometry/TetGen.jl) extensions +- [Metis.jl](https://github.com/JuliaSparse/Metis.jl) extension and partitioning for multithreading (under development) + ## Recent changes - Please look up the list of recent [changes](https://j-fu.github.io/ExtendableGrids.jl/stable/changes) diff --git a/docs/src/changes.md b/docs/src/changes.md index 78b08413..21fcaaca 100644 --- a/docs/src/changes.md +++ b/docs/src/changes.md @@ -1,4 +1,17 @@ # Changelog +## [1.7.0] - 2024-06-17 +- Partitioning for multithreading +- Metis extension + +## [1.6.1] - 2024-06-07 + +- Drop support of Julia 1.6. Minimum Julia version is 1.9 +- TetGen + Triangulate extensions +- png instead of svg in docs + +## [1.5.1] - 2024-05-06 +- Grid consistency check +- Gmsh 0.3 ## [1.4.0] - 2024-03-21