Commit Graph

60 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 e5d3cbce0d MAINT update joblib to 0.9.2 2015-10-14 19:56:20 +02:00
Olivier Grisel 6966881328 MAINT use inspect.signature for introspection 2015-09-23 16:30:53 +02:00
Olivier Grisel db0cbafe4f MAINT bump joblib to 0.9.0b4 to use forkserver for Py3 & POSIX 2015-09-01 16:16:42 +02:00
Gael Varoquaux 9dafcb1d26 Merge pull request #5016 from lesteve/update-joblib-to-0.9.0b3
[MRG+1] Update joblib to 0.9.0b3
2015-07-30 13:38:42 +02:00
Loïc Estève 4c68a2db0a MAINT make copy_joblib.sh Python 3 compatible 2015-07-23 14:45:52 +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
Olivier Grisel f5e7cb14df MAINT bump joblib to 0.8.4
This includes a fix for #3835 (under Python 3.3+ only).
2014-11-24 11:49:34 +01:00
GaelVaroquaux c2a88c2141 MAINT: update joblib to latest release 0.8.3 2014-08-20 10:49:25 +02:00
Lars Buitinck 046f7e84f1 MAINT NumPy 1.10-safe version comparisons in joblib
Cherry-picked from joblib/joblib@8e2d6dcce1
2014-08-07 18:56:23 +02:00
Olivier Grisel 98f212d253 TST remove joblib tests from sklearn 2014-07-17 17:11:20 +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
Lars Buitinck 5dbb039208 BUG joblib writes to wrong dir
Sorry, I should have reviewed #2978 more carefully.
2014-03-21 10:05:36 +01:00
Lars Buitinck db0b223788 BUG restore joblib logging behavior
.write is not the same as print: the former doesn't append a '\n'.
2014-03-21 09:59:33 +01:00
dzikie drożdże 7776d67a69 PY3 file handling 2014-03-21 09:55:41 +01: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
Andreas Mueller e42f211435 ENH make sure all "SkipTest" calls have an error message. 2013-10-20 13:43:34 -07:00
Sergio Pascual bdf2048d5c MAINT Update six to version 1.4.1
Fixes #2434.
2013-09-13 10:48:52 +02:00
Brooke Osborn 2eddb1a29f BUG fix whitespace in error messages
Partial fix for #2380.

Signed-off-by: Lars Buitinck <L.J.Buitinck@uva.nl>
2013-08-26 17:02:52 +02:00
Gael Varoquaux 7ba0d2790c MAINT: misc change to copy_joblib
So that we are sure that .py files are not executables (if they are, the
tests are not run)
2013-07-26 17:11:36 +02: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 0db387f081 MAINT: update copy_joblib script 2013-07-26 17:11:35 +02:00
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +02: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
Miroslav Shubernetskiy df74a8ac62 PY3 allow multiple base classes in six.with_metaclass
Imported from https://bitbucket.org/gutworth/six/pull-request/10/fix-for-23-by-allowing-to-specify-multiple/diff
2013-04-03 17:49:45 +02:00
Gael Varoquaux f63cdbbcba BUG: update joblib to 0.7.0d
Fixes hashing bug that could lead to collisions in memory
2013-02-13 23:20:55 +01:00
Lars Buitinck db52852474 COSMIT rm Python 2.5 and Jython compat from six 2013-02-03 22:24:31 +01:00
Benjamin Peterson 92be92302e ENH import six package for Py2/Py3 compat in a single codebase 2013-02-03 19:34:09 +01: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 926858ec15 BUG: Add forgotten file 2012-11-19 23:20:29 +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
Gael Varoquaux 9d6a0b0046 ENH: update joblib
2012-05-07
Vlad Niculae

    ENH: controlled randomness in tests and doctest fix

2012-02-21
GaelVaroquaux

    ENH: add verbosity in memory

2012-02-21
GaelVaroquaux

    BUG: non-reproducible hashing: order of kwargs The ordering of a
    dictionnary is random. As a result the function hashing was not
    reproducible.
2012-05-07 14:55:52 +02:00
GaelVaroquaux 15173d7a47 ENH: update joblib
Bug fix with pickling memory
Bug fix with hasher in Python 3
2012-02-15 16:46:34 +01:00
GaelVaroquaux 2417504b06 BUG: add missing file in joblib 2012-02-08 09:04:18 +01: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 7719b37eb8 ENH: Integrate joblib 0.5.7
This bring in compression support for memory
2011-12-28 11:28:09 +01:00