conda v4.3.17 Release Notes

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

    • fall back to copy if hardlink fails (#5002)
    • โž• add timestamp metadata for tiebreaking conda-build 3 hashed packages (#5018)
    • ๐Ÿ”ง resolve #5034 add subdirs configuration parameter (#5030)
    • ๐Ÿ“ฆ resolve #5081 make pinned packages optional/constrained dependencies (#5088)
    • โœ… resolve #5108 improve behavior and add tests for spaces in paths (#4786)

    ๐Ÿ› Bug Fixes

    • quote prefix paths for locations with spaces (#5009)
    • โœ‚ remove binstar logger configuration overrides (#4989)
    • ๐Ÿ›  fix #4969 error in DirectoryNotFoundError (#4990)
    • ๐Ÿ›  fix #4998 pinned string format (#5011)
    • ๐Ÿ›  fix #5039 collecting main_info shouldn't fail on requests import (#5090)
    • ๐Ÿ›  fix #5055 improve bad token message for anaconda.org (#5091)
    • ๐Ÿ›  fix #5033 only re-register valid signal handlers (#5092)
    • ๐Ÿ›  fix #5028 imports in main_list (#5093)
    • fix #5073 allow client_ssl_cert{_key} to be of type None (#5096)
    • ๐Ÿ›  fix #4671 backoff for package validate race condition (#5098)
    • fix #5022 gnu_get_libc_version => linux_get_libc_version (#5099)
    • ๐Ÿ›  fix #4849 package name match bug (#5103)
    • ๐Ÿ›  fixes #5102 allow proxy_servers to be of type None (#5107)
    • ๐Ÿ›  fix #5111 incorrect typify for str + NoneType (#5112)

    Non-User-Facing Changes

    • ๐Ÿšš resolve #5012 remove CondaRuntimeError and RuntimeError (#4818)
    • full audit ensuring relative import paths within project (#5090)
    • ๐Ÿ”จ resolve #5116 refactor conda/cli/activate.py to help menuinst (#4406)