Commit Graph

28 Commits

Author SHA1 Message Date
Olivier Grisel db0cbafe4f MAINT bump joblib to 0.9.0b4 to use forkserver for Py3 & POSIX 2015-09-01 16:16:42 +02:00
Loïc Estève 52ed08c2e5 Update joblib to 0.9.0b3 2015-07-22 16:24:36 +02:00
Loïc Estève 4d1c1d5d31 Updated joblib to 0.9.0b2 2015-06-29 13:45:37 +02:00
Raghav R V b3fbccca38 FIX various mismatch between docstring and signature params
DOC max_iterations -> max_iter. Make it consistent with kmeans

MAINT Replace the deprecated dx parameter with d in the docstrings

MAINT Deprecation warning for max_iterations parameter.
2015-01-16 11:54:57 -05:00
sethdandridge f75a140869 Fixed error message typo
"protect you main loop" to "protect your main loop"
2014-12-04 15:45:55 -05:00
GaelVaroquaux c2a88c2141 MAINT: update joblib to latest release 0.8.3 2014-08-20 10:49:25 +02:00
Olivier Grisel a00fffd939 MAINT bump joblib to 0.8.2 2014-07-01 13:54:11 +02:00
Olivier Grisel e47c68f846 MAINT: joblib 0.8.1 2014-06-04 15:24:30 +02:00
Olivier Grisel 181ffb87ff MAINT: joblib 0.8.0 2014-05-28 15:12:27 +02:00
Olivier Grisel 1357a19b96 FIX #1565: fix race condition in parallel pre-dispatch by upgrading joblib 2014-01-15 15:46:18 +01:00
Olivier Grisel 67c55327c9 FIX: broken sed command under OSX in joblib sync script 2013-12-29 22:41:26 +01: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
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Stefano Lattarini 67ece78da4 COSMIT various typofixes
As suggested by codespell <https://github.com/lucasdemarchi/codespell>

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
ApproximateIdentity e53c1a990e Changed minus sign to plus. 2013-01-15 11:36:48 -08:00
Gael Varoquaux e0b7a220b9 BUG: update joblib to 0.7.0b
Fixes a bug under Windows in the recursive parallel detection
2012-11-20 22:20:10 +01: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
GaelVaroquaux 54fcfc2da3 ENH: update joblib 2012-01-07 16:37:02 +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