From 1973c4099e4f6781b652d4d7178201b3438a7cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Defferrard?= Date: Fri, 29 Mar 2019 01:25:21 +0100 Subject: [PATCH] history: examples gallery --- doc/history.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/history.rst b/doc/history.rst index 914ca6fd..11b5286c 100644 --- a/doc/history.rst +++ b/doc/history.rst @@ -27,6 +27,8 @@ History * Import and export graphs and their signals to NetworkX and graph-tool. * Save and load graphs and theirs signals to / from GraphML, GML, and GEXF. * Documentation: path graph linked to DCT, ring graph linked to DFT. +* We now have a gallery of examples! That is convenient for users to get a + taste of what the library can do, and to start working from a code snippet. * Merged all the extra requirements in a single dev requirement. Experimental filter API (to be tested and validated): @@ -93,7 +95,7 @@ The following packages were made optional dependencies: workflow, it's not necessary for users who only want to process data without plotting graphs, signals and filters. * pyflann, as it is only used for approximate kNN. The problem was that the - source distribution would not build for Windows. On conda-forge, (py)flann + source distribution would not build for Windows. On conda-forge, (py)flann is not built for Windows either. Moreover, matplotlib is now the default drawing backend. It's well integrated