Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow dask dataframe during entity creation #783

Merged
merged 116 commits into from
Jun 4, 2020
Merged

Commits on Oct 24, 2019

  1. allow dask dataframe for entity creation

    Nate Parsons committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    0e3ba63 View commit details
    Browse the repository at this point in the history
  2. update create entity from dask df test

    Nate Parsons committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    adbc1e8 View commit details
    Browse the repository at this point in the history
  3. update test to specify variable types

    Nate Parsons committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    e91c564 View commit details
    Browse the repository at this point in the history
  4. add dask entityset relationships and dfs

    Nate Parsons committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    805abed View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. multiple dask updates and add simple dask test

    Nate Parsons committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    789551f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. multiple updates for dask dataframes

    Nate Parsons committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    280bb6c View commit details
    Browse the repository at this point in the history
  2. update dask requirements

    Nate Parsons committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    d722058 View commit details
    Browse the repository at this point in the history
  3. update dask test for test_hackathon

    Nate Parsons committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    1e0f3a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Configuration menu
    Copy the full SHA
    c35c839 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dask-entity' of https://github.com/FeatureLabs/featuret…

    …ools into dask-entity
    Nate Parsons committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    f567379 View commit details
    Browse the repository at this point in the history
  3. fixes after merging in changes from master

    Nate Parsons committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    d74a83d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. initial updates for aggregation with dask dataframes

    Nate Parsons committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    93eacb7 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. update dask tests

    Nate Parsons committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    db0f63e View commit details
    Browse the repository at this point in the history
  2. updated dask tests

    Nate Parsons committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    b2ce33f View commit details
    Browse the repository at this point in the history
  3. dask multipartition tests

    Nate Parsons committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    6ec74ff View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    b9aa184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84bce89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b056bd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf19155 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    21632d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1507f81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee280fa View commit details
    Browse the repository at this point in the history
  4. additional test fixes

    frances-h committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    36a6ad8 View commit details
    Browse the repository at this point in the history
  5. performance testing improvements

    Nate Parsons committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    bc4103a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dask-entity' of https://github.com/FeatureLabs/featuret…

    …ools into dask-entity
    Nate Parsons committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    245d5eb View commit details
    Browse the repository at this point in the history
  7. add profiling script

    Nate Parsons committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    7e896e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. add checking for df types when creating entityset

    Nate Parsons committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    859e5ac View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

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

Commits on Jan 28, 2020

  1. update dask tests for consistency

    Nate Parsons committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    021423f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. add test for approximate (doesn't pass currently)

    Nate Parsons committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    5dbe6d3 View commit details
    Browse the repository at this point in the history
  2. add test for adding last_time_index to dask entityset

    Nate Parsons committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    815cc47 View commit details
    Browse the repository at this point in the history
  3. add dask test for secondary_time_index

    Nate Parsons committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    0472448 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. fix issue with TimeSince primitive with dask entityset

    Nate Parsons committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    f868120 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. update hackathon test

    Nate Parsons committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    ffc3dd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bd87a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    a4cdff3 View commit details
    Browse the repository at this point in the history
  2. fix Pandas 1.0 issues

    frances-h committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    c9a6c65 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. various updates for dask entities

    Nate Parsons committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    f4ee1cd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dask-entity' of https://github.com/FeatureLabs/featuret…

    …ools into dask-entity
    Nate Parsons committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    2970842 View commit details
    Browse the repository at this point in the history
  3. lint fix plus missing_ids change

    Nate Parsons committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    806c563 View commit details
    Browse the repository at this point in the history
  4. fix hackathon test

    Nate Parsons committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    673db93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e23ab59 View commit details
    Browse the repository at this point in the history
  6. update requirements.txt

    Nate Parsons committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    fea42c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. fixes for windows tests

    Nate Parsons committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    33cad04 View commit details
    Browse the repository at this point in the history
  2. dask dfs fixes

    Nate Parsons committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    c98526a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

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

Commits on Mar 16, 2020

  1. add temp tests directory

    Nate Parsons committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    07d9125 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. update temporary tests

    Nate Parsons committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    1ec303f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. update agg test file

    Nate Parsons committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    7ea1a9f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. update encode_features for dask

    Nate Parsons committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    f304abc View commit details
    Browse the repository at this point in the history
  2. featuretools/dask-tests-tmp/test_instacart.py

    Nate Parsons committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    2c06b74 View commit details
    Browse the repository at this point in the history
  3. update dask tests

    Nate Parsons committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    756d761 View commit details
    Browse the repository at this point in the history
  4. update entity creation code

    Nate Parsons committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    ce82e19 View commit details
    Browse the repository at this point in the history
  5. lint and test updates

    Nate Parsons committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    970c228 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. instacart test updates

    Nate Parsons committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    132e432 View commit details
    Browse the repository at this point in the history
  2. lint fix

    Nate Parsons committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    d3ba08b View commit details
    Browse the repository at this point in the history
  3. remove leftover head() call

    Nate Parsons committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    ad0a1c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    1c270fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac3a1b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. various dask updates

    Nate Parsons committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    5ebd81e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. update instacart test files

    Nate Parsons committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    05a25a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. instacart test updates

    Nate Parsons committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    c7edc0b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. instacart test updates

    Nate Parsons committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    9501916 View commit details
    Browse the repository at this point in the history
  2. cutoff time updates in cfm

    Nate Parsons committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    5403297 View commit details
    Browse the repository at this point in the history
  3. entity updates for _handle_time

    Nate Parsons committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    11e9696 View commit details
    Browse the repository at this point in the history
  4. instacart test update

    Nate Parsons committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    f55133c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c129cff View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dask-entity' of https://github.com/FeatureLabs/featuret…

    …ools into dask-entity
    Nate Parsons committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    c581bc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. instacart test updates

    Nate Parsons committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    ff6fce3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. add dask test for time_window

    Nate Parsons committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    fc62201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38150d8 View commit details
    Browse the repository at this point in the history
  3. improve Entity.query_by_values() implementation for Dask

    Nate Parsons committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    35159b2 View commit details
    Browse the repository at this point in the history
  4. update dask tests

    Nate Parsons committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    32edf90 View commit details
    Browse the repository at this point in the history
  5. lint fix

    Nate Parsons committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    277a7bb View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. revert entityset __repr__ code back to master code

    Nate Parsons committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    d1aa368 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Fix issue with make_index and Dask entities (#895)

    * start test for dask with make_index
    
    * update dask test for make_index
    
    * remove unnecessary code in _create_index()
    
    * update dask make index test
    thehomebrewnerd committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    e6d2418 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Update set_time_index code path for Dask dataframes and impacted test (

    …#914)
    
    * set_time_index converts variable type in dask
    
    * remove uses_full_entity primitives
    
    * use groupby_trans_primitives for uses_full_entity primitives
    
    * remove groupby features (currently unsupported in dask)
    
    * simplify logic for getting time_type
    rwedge committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    3111a1d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

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

Commits on Apr 23, 2020

  1. Update dask tests (#920)

    * remove unsupported primitives, update tests
    
    * update test_aggregation to remove ambiguity
    
    * don't run windows tests in parallel to find failing
    
    * skip dask-tmp-tests
    
    * revert circleci config
    
    * skip tmp dask tests on circleci for windows
    
    * lint
    
    * move ignore dask-temp-tests to setup.cfg
    frances-h committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    77904c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Compose compatability for Dask (#909)

    * convert pass_through df to pandas for dask
    
    * add compose to test_instacart, lint
    
    * add test to check compose label_times accepted
    
    * lint and add composeml to test requirements
    
    * remove force to pandas, add dask compose test
    
    * use >=0.2.0 for composeml
    
    * test fixes
    
    * add tests
    frances-h committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    43ec29c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Refactor update_feature_columns (#924)

    * refactor update_feature_columns
    
    * update primitives to work with new update_feature_columns code
    
    * update dask tests to skip unsupported primitives
    
    * lint fix
    
    * fix test_aggregation
    
    * lint-fix
    
    * remove check for list input in NumWords and NumCharacters
    
    * remove check for list input from binary transform primitives
    thehomebrewnerd committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    c7fc449 View commit details
    Browse the repository at this point in the history
  2. Dask DFS errors with unsupported primitives (#925)

    * add dask_compatible flag to primitives
    
    * add tests
    
    * remove unsupported from default, fix tests
    
    * lint
    
    * percentile needs full entity
    
    * update error message
    frances-h committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    01d2ecd View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

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

Commits on May 4, 2020

  1. Error if dask dataframe used for cutoff_time (#931)

    * error if dask dataframe used for cutoff_time
    
    * dfs compute with warning
    
    * split out test
    
    Co-authored-by: Roy Wedge <rwedge@featurelabs.com>
    frances-h and rwedge committed May 4, 2020
    Configuration menu
    Copy the full SHA
    07cc538 View commit details
    Browse the repository at this point in the history
  2. Error if no vtypes given for Dask entity (#929)

    * error if no vtypes supplied
    
    * lint
    
    Co-authored-by: Roy Wedge <rwedge@featurelabs.com>
    frances-h and rwedge committed May 4, 2020
    Configuration menu
    Copy the full SHA
    d941445 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Restore len() call for Pandas in EntitySets.add_relationships (#943)

    * restore len check for pandas and add test
    
    * add dtype check to test
    frances-h committed May 5, 2020
    Configuration menu
    Copy the full SHA
    e413378 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    308c41e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bc603a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Revert changes in infer_variable_types (#957)

    * update infer variable types
    
    * remove unnecessary change
    thehomebrewnerd committed May 11, 2020
    Configuration menu
    Copy the full SHA
    e7de404 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Updates for running home credit example with Dask (#953)

    * home credit tests
    
    * update home credit test
    
    * Improve column assignment for trans features
    
    * update home credit test
    
    * testing updates
    
    * home credit test updates
    
    * home credit notebook update
    
    * home credit test updates
    
    * home credit test updates
    
    * home credit test updates
    
    * home credit test updates
    
    * home credit updates
    
    * update feature_set_calculator.py
    
    * remove unnecessary repartitioning from notebook
    
    * update notebook text
    
    * update notebook to use os.path.join
    thehomebrewnerd committed May 12, 2020
    Configuration menu
    Copy the full SHA
    8a30486 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/FeatureLabs/featuretools

    …into dask-entity
    Nate Parsons committed May 12, 2020
    Configuration menu
    Copy the full SHA
    9350cdd View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Update list_primitives to indicate Dask compatibility (#963)

    * update ft.list_primitives to include dask_compatible column
    
    * fix merge mess
    thehomebrewnerd committed May 13, 2020
    Configuration menu
    Copy the full SHA
    d0cbd2c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Add Dask support to EqualScalar and NotEqualScalar primitives (#967)

    * add dask support to EqualScalar and NotEqualScalar primitives
    
    * remove pd.Series cast
    thehomebrewnerd committed May 15, 2020
    Configuration menu
    Copy the full SHA
    2d3230c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Add demo notebook for using Dask with Instacart dataset (#956)

    * add instacart with dask notebook example
    
    * update notebook text
    
    * remove %%time from notebook cells
    thehomebrewnerd committed May 18, 2020
    Configuration menu
    Copy the full SHA
    b8570b0 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Dask Test Updates (#973)

    * remove dask hackathon test
    
    * reorganize and remove unnecessary tests
    
    * remove dask worker files
    
    * remove dask-tests-tmp directory
    
    * remove dask_profiling.py
    
    * update Makefile and MANIFEST.in
    thehomebrewnerd committed May 20, 2020
    Configuration menu
    Copy the full SHA
    572acc8 View commit details
    Browse the repository at this point in the history
  2. Dask entityset serialization/deserialization (#981)

    * add deserialize support for dask entities
    
    * add tests
    
    * error if to_pickle, fix tests
    
    * add to_pickle errors test
    
    * bump schema version
    frances-h committed May 20, 2020
    Configuration menu
    Copy the full SHA
    f901a75 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Merge branch 'master' of https://github.com/FeatureLabs/featuretools

    …into dask-entity
    Nate Parsons committed May 22, 2020
    Configuration menu
    Copy the full SHA
    17f7dc3 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Merge branch 'master' of https://github.com/FeatureLabs/featuretools

    …into dask-entity
    Nate Parsons committed May 26, 2020
    Configuration menu
    Copy the full SHA
    a742656 View commit details
    Browse the repository at this point in the history
  2. fix merge issue

    Nate Parsons committed May 26, 2020
    Configuration menu
    Copy the full SHA
    af0a552 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Support numeric time index for Dask entityset (#992)

    * support numeric time index for Dask entityset
    
    * remove unused test fixture
    
    * refactor pass through cols merging
    
    * fix dask test with cutoff times
    thehomebrewnerd committed May 27, 2020
    Configuration menu
    Copy the full SHA
    223d154 View commit details
    Browse the repository at this point in the history
  2. Update docs for using Dask entitysets (#965)

    * initial doc updates for dask
    
    * update parallel computation guide
    
    * finish initial docs for using dask entitysets
    
    * update EntitySet styling in docs
    
    * various doc additions and improvements
    
    * wording updates
    
    * label dask entityset support as beta and add link for reporting issues
    
    * clear faq notebook output
    
    * remove dask_profiling.py
    
    * fix spelling errors
    
    * update Dask guide
    thehomebrewnerd committed May 27, 2020
    Configuration menu
    Copy the full SHA
    e809e11 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Dask cleanup (#964)

    * initial clean + revert unused
    
    * lint
    
    * more reverts
    
    * remove unused check
    frances-h committed May 29, 2020
    Configuration menu
    Copy the full SHA
    cd1d58c View commit details
    Browse the repository at this point in the history
  2. Run unit tests on pandas and dask entitysets (#999)

    * rename es to pd_es and parameterize es
    
    * initial work on synthesis tests
    
    * more synthesis test updates
    
    * update utils_test
    
    * update mock_customer_es fixture
    
    * start primitive_tests updates
    
    * update primitive_tests
    
    * parameterize diamond_es
    
    * parameterize games_es fixture
    
    * update primitive_tests
    
    * fix dfs tests with compose
    
    * synthesis test updates
    
    * first pass, failing tests need investigation
    
    * lint and add missing dask tests to test_es.py
    
    * update tests in test_last_time_index.py
    
    * fix test_dask_primitives.py
    
    * use dd.to_numeric for dask type conversions
    
    * update test_es to xfail
    
    * xfail synthesis tests
    
    * update entityset_tests with xfail
    
    * xfail primitive_tests
    
    * xfail computational backend tests
    
    * fix failing dask test
    
    * lint
    
    * fix tests and clean up
    
    * cleanup and xfail plotting
    
    * small fixes
    
    Co-authored-by: Nate Parsons <nate.parsons@alteryx.com>
    frances-h and Nate Parsons committed May 29, 2020
    Configuration menu
    Copy the full SHA
    f5b38c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a22dd75 View commit details
    Browse the repository at this point in the history
  4. changelog

    frances-h committed May 29, 2020
    Configuration menu
    Copy the full SHA
    9ef79e2 View commit details
    Browse the repository at this point in the history
  5. changelog

    frances-h committed May 29, 2020
    Configuration menu
    Copy the full SHA
    71d45fb View commit details
    Browse the repository at this point in the history
  6. revert changes

    Nate Parsons committed May 29, 2020
    Configuration menu
    Copy the full SHA
    b07d0de View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Dask reverts for performance (#1008)

    * reverts for performance
    
    * update compose tests
    frances-h committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    87d91a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f030ed8 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    1338439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    200eb10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fa22bb View commit details
    Browse the repository at this point in the history
  4. fix docs build

    rwedge committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    2ab61a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Dask documentation improvements (#1015)

    * improve Dask docs
    
    * combine parallel computation and performance guides
    
    * more doc updates
    
    * fix note text
    thehomebrewnerd committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    2663622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd275a2 View commit details
    Browse the repository at this point in the history
  3. Update setup.cfg

    rwedge committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    1f4fe5a View commit details
    Browse the repository at this point in the history