From 01f0b98f6513f54623a078c525c8689e5a843f0a Mon Sep 17 00:00:00 2001 From: annoviko Date: Wed, 4 Sep 2019 09:51:56 +0200 Subject: [PATCH] [.] Update ReadMe file. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 5c78210c..9930f310 100755 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,9 @@ CHANGE NOTES FOR 0.9.0 (STARTED Apr 14, 2019), (RELEASED: -) ------------------------------------------------------------------------ GENERAL CHANGES: +- Introduced 'predict' method for X-Means algorithm to find closest clusters for particular points (pyclustering.cluster.xmeans). + See: https://github.com/annoviko/pyclustering/issues/540 + - Optimization of OPTICS algorithm by reducing complexity (ccore.clst.optics). See: https://github.com/annoviko/pyclustering/issues/521