conda v4.7.12 Release Notes

Release Date: 2019-09-12 // over 4 years ago
  • 4.7.12 (2019-09-12)

    โœจ Enhancements:

    • โž• add support for env file creation based on explicit specs in history (#9093)
    • detect prefix paths when -p nor -n not given (#9135)
    • โž• Add config parameter to disable conflict finding (for faster time to errors) (#9190)

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  fix race condition with creation of repodata cache dir (#9073)
    • ๐Ÿ›  fix ProxyError expected arguments (#9123)
    • ๐Ÿ“ฆ makedirs to initialize .conda folder when registering env - fixes permission errors with .conda folders not existing when package cache gets created (#9215)
    • ๐Ÿ›  fix list duplicates errors in reading repodata/prefix data (#9132)
    • ๐Ÿ›  fix neutered specs not being recorded in history, leading to unsatisfiable environments later (#9147)
    • Standardize "conda env list" behavior between platforms (#9166)
    • โž• add JSON output to conda env create/update (#9204)
    • speed up finding conflicting specs (speed regression in 4.7.11) (#9218)

    Contributors