Skip to content

Commit

Permalink
added myself to authors; added biclustering to whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
kemaleren authored and vene committed Jul 25, 2013
1 parent 89be3d5 commit 2442b84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ People
* `Wei Li <http://kuantkid.github.com>`_

* `Arnaud Joly <http://www.ajoly.org>`_

* `Kemal Eren <http://www.kemaleren.com>`_
9 changes: 9 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ Changelog
- Most metrics now support string labels for multiclass classification
by `Arnaud Joly`_ and `Lars Buitinck`_.

- Added :ref:`biclustering <biclustering>` algorithms
(:class:`sklearn.cluster.bicluster.SpectralCoclustering` and
:class:`sklearn.cluster.bicluster.SpectralBiclustering`), data
generation methods (:func:`sklearn.datasets.make_biclusters` and
:func:`sklearn.datasets.make_checkerboard`), and scoring metrics
(:func:`sklearn.metrics.consensus_score`). By `Kemal Eren`_.


API changes summary
-------------------
Expand Down Expand Up @@ -2037,3 +2044,5 @@ David Huard, Dave Morrill, Ed Schofield, Travis Oliphant, Pearu Peterson.
.. _Denis Engemann: https://github.com/dengemann

.. _Nicolas Trésegnie : http://nicolastr.com/

.. _Kemal Eren: http://www.kemaleren.com

0 comments on commit 2442b84

Please sign in to comment.