From 5f18b6b256d6e95df8ddaf6811eea1552da02478 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 13 May 2024 16:53:40 -0400 Subject: [PATCH] change stage to beta --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af19af6..780d2b2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ series approximations of mathematical functions. It can provide performance improvements ranging from ~3x (simple functions, no fiddling around with parameters) to ~100x (complicated functions, some parameter tuning). -`quickseries` is in alpha; bug reports are appreciated. +`quickseries` is in beta; bug reports are appreciated. Install from source using `pip install .`. Dependencies are also described in a Conda `environment.yml` file.