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

[ENH] Add-on installation with Conda #2561

Merged
merged 8 commits into from
Oct 24, 2017

Commits on Oct 16, 2017

  1. Configuration menu
    Copy the full SHA
    e674f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c93de13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f273f5 View commit details
    Browse the repository at this point in the history
  4. add-ons: Hide subprocess console windows

    Works on windows.
    astaric committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    6da6958 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

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

Commits on Oct 20, 2017

  1. Configuration menu
    Copy the full SHA
    c0aeb7b View commit details
    Browse the repository at this point in the history
  2. conda installer: put conda-forge channel on top

    Otherwise, orange tries to downgrade to the (outdated) version from
    defaults.
    astaric committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    0ed37c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. add-ons: Fix conda commands

    As some commands are case sensitive and other not, always normalize
    package names to lowercase. When uninstalling, run pip uninstall only
    when that package could not be uninstalled with conda.
    astaric committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    7fc1f91 View commit details
    Browse the repository at this point in the history