Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dask/distributed
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.25.2
Choose a base ref
...
head repository: dask/distributed
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.25.3
Choose a head ref
  • 18 commits
  • 27 files changed
  • 8 contributors

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    70c5129 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Fix typo in doc (#2457)

    lesteve authored and mrocklin committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    cc17464 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. 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
    mrocklin authored Jan 14, 2019
    Configuration menu
    Copy the full SHA
    dfad76f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Check for non-zero length first in read loop (#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.
    jakirkham authored and mrocklin committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    4fef1ad View commit details
    Browse the repository at this point in the history
  2. DOC: Use of local cluster in script (#2462)

    Peter Killick authored and mrocklin committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    b818d78 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. 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.
    TomAugspurger authored and mrocklin committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    90758dc View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Support Pytest 4 in Tests (#2478)

    beberg authored and mrocklin committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    f434cc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    b18a621 View commit details
    Browse the repository at this point in the history
  2. Fix spurious CancelledError (#2485)

    lesteve authored and mrocklin committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    51f5c6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b08622b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c6b2e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    08f253d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Expand client clearing timeout to 10s in testing (#2493)

    Appveyor can be very very slow sometimes
    mrocklin authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    87fd716 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45eb7c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb5bac0 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Add client.profile(filename='myfile.html') option (#2482)

    This allows users to save profile results directly to a sharable file
    mrocklin authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    163731b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5af1e2 View commit details
    Browse the repository at this point in the history
  3. bump version to 1.25.3

    mrocklin committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    f7abbd6 View commit details
    Browse the repository at this point in the history
Loading