From 667623b2fea09c72dbeba7bd6a4015a6bc2f8ec6 Mon Sep 17 00:00:00 2001 From: Yicheng Wu Date: Sat, 7 Oct 2023 20:50:44 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 72f6834b..b54dd962 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,13 @@ More examples can be found in [Sophon-Examples](https://github.com/YichengDWu/So | ![](assets/allen.png) | ![](assets/Schrödinger.png) | ![](assets/Lshape.png) | ![](assets/sod.png) | | [Allen-Cahn Equation](https://yichengdwu.github.io/Sophon.jl/dev/tutorials/allen_cahn/) | [Schrödinger Equation](https://yichengdwu.github.io/Sophon.jl/dev/tutorials/Schr%C3%B6dingerEquation/) | [L-shaped Domain](https://yichengdwu.github.io/Sophon.jl/dev/tutorials/L_shape/) | [SOD Shock Tube](https://yichengdwu.github.io/Sophon.jl/dev/tutorials/sod/) | +## 🏠 Stable & Mature Framework + +The current version is highly stable and you can confidently use it for your projects. +In the immediate future, we will **not** be introducing new features to the framework. Our focus is on maintaining its stability and robustness, ensuring that it stands resilient in various use-cases and scenarios. + +We're here to help you with any issues or challenges you might encounter. Feel free to reach out! + ## Related Libraries - [NeuralPDE](https://github.com/SciML/NeuralPDE.jl)