From 2533e92469019e3e9f7871f7ac6859fdc9a679fc Mon Sep 17 00:00:00 2001 From: Fabian Pedregosa <fabian.pedregosa@inria.fr> Date: Tue, 1 Mar 2011 09:21:47 +0100 Subject: [PATCH] Some more changelog stuff. --- AUTHORS.rst | 3 ++- doc/whats_new.rst | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 3367a57abe..b7728db5b6 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -77,7 +77,8 @@ People * `Mathieu Blondel <http://mblondel.org/journal>`_ joined the project in September 2010 and has worked since on the sparse - matrix support, text feature extraction and general bug fixes. + matrix support, Ridge generalized crossval, text feature + extraction and general bug fixes. * `Peter Prettenhofer <http://sites.google.com/site/peterprettenhofer/>`_ joined the diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 1a8143e4c0..8855a992d4 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -41,7 +41,9 @@ Changelog - Refactoring of :class:`neighbors.NeighborsClassifier` and :func:`neighbors.kneighbors_graph`: added different algorithms for the k-Nearest Neighbor Search and implemented a more stable - algorithm for finding barycenter weigths [`Fabian Pedregosa`_]. + algorithm for finding barycenter weigths. Also added some + developer documentation for this module, see + :ref:`notes_neighbors` for more information [`Fabian Pedregosa`_]. - Documentation improvements: Added :class:`pca.RandomizedPCA` and :class:`linear_model.LogisticRegression` to the class -- GitLab