conda v3.15.0 Release Notes

Release Date: 2015-07-22 // almost 9 years ago
    • sort the output of conda info package correctly
    • enable tab completion of conda command extensions using argcomplete. Command extensions that import conda should use conda.cli.conda_argparse.ArgumentParser instead of argparse.ArgumentParser. Otherwise, they should enable argcomplete completion manually.
    • allow psutil and pycosat to be updated in the root environment on Windows
    • remove all mentions of pscheck. The --force-pscheck flag has been removed.
    • added support for S3 channels
    • fix color issues from pip in conda list on Windows
    • add support for other machine types on Linux, in particular ppc64le
    • add non_x86_linux_machines set to config module
    • allow ssl_verify to accept strings in addition to boolean values in condarc
    • enable --set to work with both boolean and string values