conda v4.0.0 Release Notes

Release Date: 2016-03-04 // about 8 years ago
    • ๐ŸŽ The solver has been retooled significantly. Performance should be improved in most circumstances, and a number of issues involving feature conflicts should be resolved.
    • โšก๏ธ conda update <package> now handles depedencies properly according to the setting of the "update_deps" configuration: --update-deps: conda will also update any dependencies as needed to install the latest verison of the requrested packages. The minimal set of changes required to achieve this is sought. --no-update-deps: conda will update the packages only to the extent that no updates to the dependencies are required The previous behavior, which would update the packages without regard to their dependencies, could result in a broken configuration, and has been removed.
    • Conda finally has an official logo.
    • ๐Ÿ›  Fix conda clean --packages on Windows, #1944
    • ๐Ÿ‘ Conda sub-commands now support dashes in names, #1840