Skip to content
Snippets Groups Projects
Commit 2533e924 authored by Fabian Pedregosa's avatar Fabian Pedregosa
Browse files

Some more changelog stuff.

parent 9d07758a
No related merge requests found
...@@ -77,7 +77,8 @@ People ...@@ -77,7 +77,8 @@ People
* `Mathieu Blondel <http://mblondel.org/journal>`_ joined the * `Mathieu Blondel <http://mblondel.org/journal>`_ joined the
project in September 2010 and has worked since on the sparse 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 * `Peter Prettenhofer
<http://sites.google.com/site/peterprettenhofer/>`_ joined the <http://sites.google.com/site/peterprettenhofer/>`_ joined the
......
...@@ -41,7 +41,9 @@ Changelog ...@@ -41,7 +41,9 @@ Changelog
- Refactoring of :class:`neighbors.NeighborsClassifier` and - Refactoring of :class:`neighbors.NeighborsClassifier` and
:func:`neighbors.kneighbors_graph`: added different algorithms for :func:`neighbors.kneighbors_graph`: added different algorithms for
the k-Nearest Neighbor Search and implemented a more stable 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 - Documentation improvements: Added :class:`pca.RandomizedPCA` and
:class:`linear_model.LogisticRegression` to the class :class:`linear_model.LogisticRegression` to the class
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment