conda v4.3.19 Release Notes

Release Date: 2017-05-18 // almost 7 years ago
  • ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘ resolve #3689 better error messaging for missing anaconda-client (#5276)
    • resolve #4795 conda env export lacks -p flag (#5275)
    • resolve #5315 add alias verify_ssl for ssl_verify (#5316)
    • resolve #3399 add netrc existence/location to 'conda info' (#5333)
    • โšก๏ธ resolve #3810 add --prefix to conda env update (#5335)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix #5272 conda env export ugliness under python2 (#5273)
    • ๐Ÿ›  fix #4596 warning message from pip on conda env export (#5274)
    • ๐Ÿ›  fix #4986 --yes not functioning for conda clean (#5311)
    • ๐Ÿ›  fix #5329 unicode errors on Windows (#5328, #5357)
    • fix sys_prefix_unfollowed for Python 3 (#5334)
    • ๐Ÿ›  fix #5341 --json flag with conda-env (#5342)
    • ๐Ÿ›  fix 5321 ensure variable PROMPT is set in activate.bat (#5351)

    Non-User-Facing Changes

    • โœ… test conda 4.3 with requests 2.14.2 (#5281)
    • โœ‚ remove pycrypto as requirement on windows (#5325)
    • ๐Ÿ›  fix typo avaialble -> available (#5345)
    • ๐Ÿ›  fix test failures related to menuinst update (#5344, #5362)