From e22b6b263ab2ebaeb00c54c8940ae20ea6ea023d Mon Sep 17 00:00:00 2001 From: Fize Jacques <jacques.fize@cirad.fr> Date: Tue, 5 Mar 2019 01:49:57 +0100 Subject: [PATCH] Update Changelog --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1b813ad..ce9791c 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,14 @@ each code is associated with a reference to the original.** ## CHANGELOG +### 05.03.2019 + + * Add Graph Embedding algorithms + * Remove depreciated methods and classes + * Add logo + * Update documentation + + ### 25.02.2019 * Add New Graph Class. Features : Cython Extensions, precomputed values (degrees, neighbor info), hash representation of edges and nodes for a faster comparison * Some algorithms are parallelized such as graph edit distances or Jaccard -- GitLab