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

Minor fixes in changelog.

parent f5abc1df
Branches
Tags
No related merge requests found
......@@ -43,11 +43,12 @@ Changelog
the k-Nearest Neighbor Search and implemented a more stable
algorithm for finding barycenter weigths [`Fabian Pedregosa`_].
- Documentation improvements: Added
:class:`pca.RandomizedPCA`. :class:`linear_model.LogisticRegression`. Also
added references of matrices used for clustering and other fixes
[`Gael Varoquaux`_, `Fabian Pedregosa`_, `Mathieu Blondel`_,
`Olivier Grisel`_, Virgile Fritsch , Emmanuelle Gouillart ]
- Documentation improvements: Added :class:`pca.RandomizedPCA` and
:class:`linear_model.LogisticRegression` to the class
reference. Also added references of matrices used for clustering
and other fixes [`Gael Varoquaux`_, `Fabian Pedregosa`_, `Mathieu
Blondel`_, `Olivier Grisel`_, Virgile Fritsch , Emmanuelle
Gouillart]
- Binded decision_function in classes that make use of liblinear_,
dense and sparse variants, like :class:`svm.LinearSVC` or
......@@ -55,12 +56,12 @@ Changelog
- Performance and API improvements to
:func:`metrics.euclidian_distances` and to
:class:`pca.RandomizedPCA` [`James Bergstra`_ ]
:class:`pca.RandomizedPCA` [`James Bergstra`_].
- Fix compilation issues under NetBSD [Kamel Ibn Hassen Derouiche]
- Allow input sequences of different lengths in :class:`hmm.GaussianHMM`
[`Ron Weiss`_ ]
[`Ron Weiss`_].
- Fix bug in affinity propagation caused by incorrect indexing [mxf]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment