From 76e47a22f0dbfd2d8ad9a254311e4ced53fd8317 Mon Sep 17 00:00:00 2001 From: Mario Graff Date: Fri, 19 Jun 2026 11:15:55 +0000 Subject: [PATCH 1/2] Production/Stable Classification --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8275ca..3b58d20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ dynamic = ['version'] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", From 6da517f65fdf4cfb0148684a659dfdd56bb0eb80 Mon Sep 17 00:00:00 2001 From: Mario Graff Date: Fri, 19 Jun 2026 12:03:57 +0000 Subject: [PATCH 2/2] Version --- CompStats/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompStats/__init__.py b/CompStats/__init__.py index 1e13582..c92f6cc 100644 --- a/CompStats/__init__.py +++ b/CompStats/__init__.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.1.14' +__version__ = '0.1.15' from CompStats.bootstrap import StatisticSamples from CompStats.measurements import CI, SE, difference_p_value from CompStats.performance import performance, difference, all_differences, plot_performance, plot_difference