From e78c4f5b3b8fb27981a3d7f2c8dc4ad0bc3e0772 Mon Sep 17 00:00:00 2001 From: Kaze Wong Date: Tue, 28 Oct 2025 06:29:45 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0375b7c3..f5033442 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Coverage Status +> [!WARNING] +> As I have new priority in my life now, this code base is in very low maintanence mode. This means I am not actively developing the codebase, and only infrequently responds to the issue board. Small PRs that I can finish reviewing within say 15 minutes will still be looked at, but anything that changes more than 5-10 long files is unlikely to retain my attention. In the meantime, a group of friends of mine forked the repo here https://github.com/GW-JAX-Team/flowMC. I am not officially associated with them and have no idea on what their plan with the fork, but feel free to look over there to find if they have something you need. + > [!WARNING] > Note that `flowMC` has not reached v1.0.0, meaning the API could subject to changes. In general, the higher level the API, the less likely it is going to change. However, intermediate level API such as the resource strategy interface could subject to major revision for performance concerns.