conda v4.7.8 Release Notes

Release Date: 2019-07-17 // almost 5 years ago
  • 4.7.8 (2019-07-17)

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘Œ improve unsatisfiable messages - try to group and explain output better. Remove lots of extraneous stuff that was showing up in 4.7.7 (#8910)
    • ๐Ÿ preload openssl on windows to avoid library conflicts and missing library issues (#8949)

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  fix handling of channels where more than one channel contains packages with similar name, subdir, version and build_number. This was causing mysterious unsatisfiable errors for some users. (#8938)
    • reverse logic check in checking channel equality, because == is not reciprocal to != with py27 (no __ne__) (#8938)
    • ๐Ÿ›  fix an infinite loop or otherwise large process with building the unsatisfiable info. Improve the depth-first search implementation. (#8941)
    • streamline fallback paths to unfrozen solve in case frozen fails. (#8942)
    • Environment activation output only shows conda activate envname now, instead of sometimes showing just activate. (#8947)

    Contributors: