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

FIX-#4564: Workaround import issues in Ray: auto-import pandas on python start if env var is set #4603

Merged
merged 18 commits into from
Jul 7, 2022

Commits on Jun 24, 2022

  1. FIX-modin-project#4564: Add auto-import pandas if env variable set

    Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    vnlitvinov committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    e2fe3c5 View commit details
    Browse the repository at this point in the history
  2. Pass __MODIN_AUTOIMPORT_PANDAS_WORKAROUND__=1 when initializing Ray

    Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    vnlitvinov committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    cddfba1 View commit details
    Browse the repository at this point in the history
  3. Remove pandas import workaround

    Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    vnlitvinov committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    a8d568d View commit details
    Browse the repository at this point in the history
  4. Unpin Ray version

    Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    vnlitvinov committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    848d8b2 View commit details
    Browse the repository at this point in the history
  5. Add release note

    Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    vnlitvinov committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    843dbbb View commit details
    Browse the repository at this point in the history
  6. Fix ErrorMessage import

    Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    vnlitvinov committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    965c5b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Simplify env variable name, drop stdlib workaround

    Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    vnlitvinov committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2eb728f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    158f0f3 View commit details
    Browse the repository at this point in the history
  3. Use public Ray API

    Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    vnlitvinov committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2373716 View commit details
    Browse the repository at this point in the history
  4. Remove unneeded import

    Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    vnlitvinov committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    23bdcec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e426ce0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

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

Commits on Jul 7, 2022

  1. Update modin/core/execution/ray/common/utils.py

    Co-authored-by: Rehan Sohail Durrani <rdurrani@berkeley.edu>
    vnlitvinov and RehanSD committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    0ac7c82 View commit details
    Browse the repository at this point in the history
  2. Add troubleshooting section

    Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    vnlitvinov committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    995febd View commit details
    Browse the repository at this point in the history
  3. Use variable for extra files to ship

    Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    vnlitvinov committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    49029e2 View commit details
    Browse the repository at this point in the history
  4. Fix doc, always check ray runtime_env

    Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    vnlitvinov committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    2a8b4f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    887a5f4 View commit details
    Browse the repository at this point in the history
  6. Fix sphinx docs build

    Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    vnlitvinov committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    01682b0 View commit details
    Browse the repository at this point in the history