From 66010dd4cbf614b51d34bab9827151b409ae7595 Mon Sep 17 00:00:00 2001 From: "yzhao062@gmail.com" <9io9mZ9K#nNL> Date: Sun, 25 Jun 2023 13:56:54 +0800 Subject: [PATCH] bug fix --- CHANGES.txt | 2 +- pyod/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index c8fb2c9d6..23701b235 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -177,4 +177,4 @@ v<1.0.8>, <03/08/2023> -- Improve clone compatibility (#471). v<1.0.8>, <03/08/2023> -- Add QMCD detector (#452). v<1.0.8>, <03/08/2023> -- Optimized ECDF and drop Statsmodels dependency (#467). v<1.0.9>, <03/19/2023> -- Hot fix for errors in ECOD and COPOD due to the issue of scipy. -v<1.0.9>, <06/19/2023> -- Further integration of PyThresh. \ No newline at end of file +v<1.1.0>, <06/19/2023> -- Further integration of PyThresh. \ No newline at end of file diff --git a/pyod/version.py b/pyod/version.py index 51aef5c17..56acab0f1 100644 --- a/pyod/version.py +++ b/pyod/version.py @@ -20,4 +20,4 @@ # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' # -__version__ = '1.0.9' # pragma: no cover +__version__ = '1.1.0' # pragma: no cover