Commit Graph

16 Commits

Author SHA1 Message Date
Andreas Mueller a6c2a17bed undo change by @arthurmensch that was probably accidental ;) 2015-10-22 17:54:23 +02:00
Arthur Mensch 1c7168d398 Fix fit_transform, stability issue and scale issue in PLS 2015-10-22 14:25:59 +02:00
Loïc Estève 4d1c1d5d31 Updated joblib to 0.9.0b2 2015-06-29 13:45:37 +02:00
Olivier Grisel 8615684f51 ENH Upgrade to joblib 0.8.0a2 2013-12-29 22:27:29 +01:00
Gael Varoquaux 107a0c8b37 ENH: update joblib to 0.7.1
2013-07-25
Gael Varoquaux

    MISC: capture meaningless argument (n_jobs=0) in Parallel

2013-07-09
Lars Buitinck

    ENH Handles tuples, sets and Python 3's dict_keys type the same as
    lists. in pre_dispatch

2013-05-23
Martin Luessi

    ENH: fix function caching for IPython
2013-07-26 17:11:35 +02:00
Gael Varoquaux 6ead0320d6 BUG: fix properties on joblib files 2012-11-19 23:13:10 +01:00
Gael Varoquaux b2dcfdd0a8 ENH: update joblib to 0.7.0a
Changelog is:

    **Dropping support for Python 2.5 in favor of support for Python 3.0**

    ENH: Parallel: Turn of pre-dispatch for already expanded lists

    ENH: detect recursive sub-process spawning, as when people do not
    protect the __main__ in scripts under Windows, and raise a useful
    error.

    ENH: Full python 3 support
2012-11-19 22:41:49 +01:00
Gael Varoquaux 0df89f069d FIX: remove executable bit on joblib files
They prevent nosetests from collecting tests
2012-07-24 11:48:33 +02:00
GaelVaroquaux 94dc28092c ENH: update joblib to release 0.6.2: bugfix 2012-02-07 17:11:57 +01:00
GaelVaroquaux b9340e4f21 ENH: update joblib
Beta2 fixes a bug with n_jobs=-2, and increases test coverage
2012-01-07 18:01:45 +01:00
Gael varoquaux 826443e90c ENH: update joblib
This release brings zipped storage
2011-12-25 23:15:55 +01:00
Gael varoquaux b9d0a76027 MISC: update joblib
THis joblib release fixes pep8 non compliancy, and disk errors
2011-12-18 00:12:22 +01:00
Olivier Grisel 78dd8b5626 batch trailing spaces cleanup 2011-09-06 23:12:26 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00