Skip to content

Commit 7048837

Browse files
committed
DOC Update what's new
1 parent 529655e commit 7048837

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

doc/whats_new.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Changelog
3131
:func:`sklearn.datasets.make_checkerboard`), and scoring metrics
3232
(:func:`sklearn.metrics.consensus_score`). By `Kemal Eren`_.
3333

34-
- Added :ref:`Restricted Boltzmann Machines<rbm>`
34+
- Added :ref:`Restricted Boltzmann Machines<rbm>`
3535
(:class:`neural_network.BernoulliRBM`). By `Yann Dauphin`_.
3636

3737
- Python 3 support by `Justin Vincent`_, `Lars Buitinck`_,
@@ -197,6 +197,15 @@ Changelog
197197
- New website design and navigation by `Gilles Louppe`_, `Nelle Varoquaux`_,
198198
Vincent Michel and `Andreas Müller`_.
199199

200+
- Improved documentation on :ref:`multi-class, multi-label and multi-output
201+
classification <multiclass>` by `Yannick Schwartz`_ and `Arnaud Joly`_.
202+
203+
- Better input and error handling in the :mod:`metrics` module by
204+
`Arnaud Joly`_ and `Joel Nothman`_.
205+
206+
- Speed optimization of the :mod:`hmm` module by `Mikhail Korobov`_
207+
208+
200209

201210
API changes summary
202211
-------------------
@@ -2101,3 +2110,7 @@ David Huard, Dave Morrill, Ed Schofield, Travis Oliphant, Pearu Peterson.
21012110
.. _Nelle Varoquaux: https://github.com/nellev
21022111

21032112
.. _Subhodeep Moitra: https://github.com/smoitra87
2113+
2114+
.. _Yannick Schwartz: https://team.inria.fr/parietal/schwarty/
2115+
2116+
.. _Mikhail Korobov: http://kmike.ru/pages/about/

0 commit comments

Comments
 (0)