conda v4.7.6 Release Notes

Release Date: 2019-07-11 // almost 5 years ago
  • ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘Œ Improve cuda virtual package conflict messages to show the __cuda virtual package as part of the conflict (#8834)
    • โž• add additional debugging info to Resolve.solve (#8895)

    ๐Ÿ› Bug fixes

    • deduplicate error messages being shown for post-link scripts. Show captured stdout/stderr on failure (#8833)
    • ๐Ÿ›  fix the checkout step in the Windows dev env setup instructions (#8827)
    • ๐Ÿ“Œ bail out early when implicit python pinning renders an explicit spec unsatisfiable (#8834)
    • ๐Ÿ“Œ handle edge cases in pinned specs better (#8843)
    • ๐Ÿ“ฆ extract package again if url is None (#8868)
    • โšก๏ธ update docs regarding indexing and subdirs (#8874)
    • โœ‚ remove warning about conda-build needing an update that was bothering people (#8884)
    • only add repodata fn into cache key when fn is not repodata.json (#8900)
    • ๐Ÿ‘ allow conda to be downgraded with an explicit spec (#8892)
    • โž• add target to specs from historic specs (#8901)
    • ๐Ÿ‘Œ improve message when solving with a repodata file before repodata.json fails (#8907)
    • ๐Ÿ›  fix distutils usage for "which" functionality. Fix inability to change python version in envs with noarch packages (#8909)
    • ๐Ÿ›  fix anaconda metapackage being removed because history matching was too restrictive (#8911)
    • ๐Ÿ‘‰ make freezing less aggressive; add fallback to non-frozen solve (#8912)

    Contributors

    • @forrestwaters
    • @jjhelmus
    • @mcopes73
    • @msarahan
    • @richardjgowers
    • @rrigdon
    • @soapy1
    • @twinssbc