CHANGELOG

1.0.4
-----
New Features:
    * Improved l1l2_regularization
    * Added adaptive step size calculation

Bug Fixes:
    * Fixed l1l2_bound test

1.0.3
-----
New Features:
    * Added FISTA loop to l1l2_regularization
    * If present, scipy.linalg preferred to numpy.linalg

Bug Fixes:
    * Documentation generation (numpydoc included)

1.0.2
-----
Bug fixes:
    * Fixed classification error functions (exception using loo splits)

1.0.1
-----
New Features:
    * Function minimal_model now raise a ValueError if the given range of tau
      values produces all void solutions
    * Updated installation instructions
    * Documentation improved

Bug fixes:
    * Fixed kfold_splits functions (random seed)

1.0.0
-----
First public release
