Fix heisen test weak array key map#3
Closed
ogrisel wants to merge 1126 commits intoGaelVaroquaux:masterfrom
Closed
Fix heisen test weak array key map#3ogrisel wants to merge 1126 commits intoGaelVaroquaux:masterfrom
ogrisel wants to merge 1126 commits intoGaelVaroquaux:masterfrom
Conversation
joblib.disk.rm_subdirs was not covered by the tests any more. This was lost during the pytest move
…oblib#469) Also use monkeypatching in test_main_thread_renamed_no_warning.
Unwanted change went through in f960ce2.
when offset is greater than mmap.ALLOCATIONGRANULARITY.
Also mention the first numpy release that has the memmap offset fix in the make_memmap docstring.
* Fix speed regression for n_jobs=1. Add class variable to all backend implementations that declares explictly whether timeout is supported. * Add warning if timeout is set and not supported by backend with test. Also do not assume that backend derives from ParallelBackendBase * Add entry in CHANGES.rst
* activate codecov * integrate badge * remove coveralls * fix README * fix README (arf) * replace remaining occurrence of coveralls
* Python 2.7 build * build without numpy * build with multiprocessing disabled
You could get "TypeError: catching classes that do not inherit from BaseException is not allowed" when hitting Control-C.
Also use the wheels on PyPI rather than on rackspace.
Also remove unneeded quotes in appveyor.yml
Use format_signature to shorten string representations of arguments.
The only remaining warnings from running `python setup.py sdist` are "nonlocal image URI found". More details: * simplify joblib.Parallel docstring: most notably bullet points need a space before and after the last item. Also simplify identation by removing unneeded literal blocks. * use sphinx.ext.imgmath (available in sphinx 1.4) rather than deprecated sphinx.ext.pngmath * other minor rst/sphinx fixes
pytest is available from 3.0 onwards and is the recommended command to use.
* turn warnings into error in the doc generation and ignore "nonlocal image URI found". * Add doc generation in one of the Travis build. * Need to install sphinx
* AppVeyor test.ps1 should exit with pytest's exit code * Fix sporadic test failure on Windows. time.time resolution may not be small enough to differentiate the original and recomputed timestamps.
…b#924) the --single-version-externally-managed option needed for OpenBSD ports.
Author
|
Sorry, github button was to slow to react. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix joblib#953.