From 7372c8b46c51690566a7766675033841ef753150 Mon Sep 17 00:00:00 2001 From: Thomas Bonald Date: Wed, 29 Mar 2023 15:35:28 +0200 Subject: [PATCH] Update history --- HISTORY.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index a973d4ef..b5b0186f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,19 @@ History ======= +0.29.0 (2023-03-29) +------------------- + +* Change API for clustering (predict / transform) +* Change API for classification (seeds -> labels) +* Change API for ranking (seeds -> weights) +* Change API for GNN (same as classifiers) +* Remove first order methods for link prediction +* Add nearest neighbor methods for link prediction +* Add KNN classifier without embedding +* Add TF-IDF +* Solve security issues by upgrade of wheels and ipython + 0.28.3 (2023-01-06) -------------------