From c72711f6b79173e0941240664a7db58a48f2359b Mon Sep 17 00:00:00 2001
From: Gael varoquaux <gael.varoquaux@normalesup.org>
Date: Mon, 19 Sep 2011 15:36:14 +0200
Subject: [PATCH] DOC: update whats_new.rst

---
 doc/whats_new.rst | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/doc/whats_new.rst b/doc/whats_new.rst
index 0370bc90a8..b82f3b1943 100644
--- a/doc/whats_new.rst
+++ b/doc/whats_new.rst
@@ -9,9 +9,9 @@ scikit-learn 0.9 was released on September 2011, three months after the 0.8
 release and includes the new modules :ref:`manifold`, :ref:`dirichlet_process`
 as well as several new algorithms and documentation improvements.
 
-This release also includes de work developed by `Vlad Niculae`_ as
-part of the `Google Summer of Code <http://code.google.com/soc/>`_
-program.
+This release also includes the dictionary-learning work developed by
+`Vlad Niculae`_ as part of the `Google Summer of Code
+<http://code.google.com/soc/>`_ program.
 
 
 
@@ -94,8 +94,11 @@ Changelog
 
    - Added 2D-patch extractor utilites in the :ref:`feature_extraction` module by `Vlad Niculae`_
 
-   - Implementation of :class:`linear_model.least_angle.LassoLarsCV` and
-     :class:`linear_model.least_angle.LassoLarsIC` by `Gael Varoquaux`_ and `Alexandre Gramfort`_
+   - Implementation of :class:`linear_model.least_angle.LassoLarsCV`
+     (cross-validated Lasso solver using the Lars algorithm) and
+     :class:`linear_model.least_angle.LassoLarsIC` (BIC/AIC model
+     selection in Lars) by `Gael Varoquaux`_ 
+     and `Alexandre Gramfort`_
 
    - Scalability improvements to :func:`metrics.metrics.roc_curve` by Olivier Hervieu
 
-- 
GitLab