-
-
Notifications
You must be signed in to change notification settings - Fork 757
Comparing changes
Open a pull request
base repository: dask/distributed
base: 1.25.2
head repository: dask/distributed
compare: 1.25.3
- 18 commits
- 27 files changed
- 8 contributors
Commits on Jan 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 70c5129 - Browse repository at this point
Copy the full SHA 70c5129View commit details
Commits on Jan 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cc17464 - Browse repository at this point
Copy the full SHA cc17464View commit details
Commits on Jan 14, 2019
-
Start fewer but larger workers with LocalCluster (#2452)
When we have a large number of available cores we should set the default number of threads per process to be higher than one. This implements a policy that aims for a number of processes equal to the square root of the number of cores, at least above a certain amount of cores. Partially addresses #2450
Configuration menu - View commit details
-
Copy full SHA for dfad76f - Browse repository at this point
Copy the full SHA dfad76fView commit details
Commits on Jan 16, 2019
-
Check for non-zero
lengthfirst inreadloop (#2465)Since both the Python 2 and Python 3 cases need to handle the case of zero and non-zero length separately, pull this check outside of the Python 2 or 3 version checks to simplify the code a bit.
Configuration menu - View commit details
-
Copy full SHA for 4fef1ad - Browse repository at this point
Copy the full SHA 4fef1adView commit details -
Configuration menu - View commit details
-
Copy full SHA for b818d78 - Browse repository at this point
Copy the full SHA b818d78View commit details
Commits on Jan 21, 2019
-
DOC/API: Signature for base class write / read (#2472)
https://github.com/dask/distributed/blob/b818d788deea53b9d6a5fff332d92dcda3084b76/distributed/core.py#L455-L459 will unconditionally pass these arguments, so they should likely be present in the base class's signature. I think they're generally good to support if possible.
Configuration menu - View commit details
-
Copy full SHA for 90758dc - Browse repository at this point
Copy the full SHA 90758dcView commit details
Commits on Jan 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f434cc4 - Browse repository at this point
Copy the full SHA f434cc4View commit details
Commits on Jan 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b18a621 - Browse repository at this point
Copy the full SHA b18a621View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51f5c6f - Browse repository at this point
Copy the full SHA 51f5c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b08622b - Browse repository at this point
Copy the full SHA b08622bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c6b2e8 - Browse repository at this point
Copy the full SHA 1c6b2e8View commit details
Commits on Jan 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 08f253d - Browse repository at this point
Copy the full SHA 08f253dView commit details
Commits on Jan 30, 2019
-
Expand client clearing timeout to 10s in testing (#2493)
Appveyor can be very very slow sometimes
Configuration menu - View commit details
-
Copy full SHA for 87fd716 - Browse repository at this point
Copy the full SHA 87fd716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45eb7c1 - Browse repository at this point
Copy the full SHA 45eb7c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb5bac0 - Browse repository at this point
Copy the full SHA bb5bac0View commit details
Commits on Jan 31, 2019
-
Add client.profile(filename='myfile.html') option (#2482)
This allows users to save profile results directly to a sharable file
Configuration menu - View commit details
-
Copy full SHA for 163731b - Browse repository at this point
Copy the full SHA 163731bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5af1e2 - Browse repository at this point
Copy the full SHA c5af1e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7abbd6 - Browse repository at this point
Copy the full SHA f7abbd6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.25.2...1.25.3