All Versions
270
Latest Version
Avg Release Cycle
50 days
Latest Release
626 days ago

Changelog History
Page 6

  • v4.5.10 Changes

    August 13, 2018

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix conda env compatibility with pip 18 (#7627)
    • ๐Ÿ›  fix py37 compat 4.5.x (#7641)
    • ๐Ÿ›  fix #7451 don't print name, version, and size if unknown (#7648)
    • replace glob with fnmatch in PrefixData (#7645)

    Contributors

    • @jesse-
    • @nehaljwani
  • v4.5.9 Changes

    July 30, 2018

    ๐Ÿ‘Œ Improvements

    • โฌ‡๏ธ resolve #7522 prevent conda from scheduling downgrades (#7598)
    • ๐Ÿ‘ allow skipping feature maximization in resolver (#7601)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix #7559 symlink stat in localfs adapter (#7561)
    • ๐Ÿ›  fix #7486 activate with no PATH set (#7562)
    • โฌ‡๏ธ resolve #7522 prevent conda from scheduling downgrades (#7598)

    Contributors

    • @kalefranz
    • @loriab
  • v4.5.8 Changes

    July 10, 2018

    ๐Ÿ› Bug Fixes

    • fix #7524 should_bypass_proxies for requests 2.13.0 and earlier (#7525)

    Contributors

    • @kalefranz
  • v4.5.7 Changes

    July 09, 2018

    ๐Ÿ‘Œ Improvements

    • โฌ†๏ธ resolve #7423 add upgrade error for unsupported repodata_version (#7415)
    • โฌ‡๏ธ raise CondaUpgradeError for conda version downgrades on environments (#7517)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix #7505 temp directory for UnlinkLinkTransaction should be in target prefix (#7516)
    • ๐Ÿ›  fix #7506 requests monkeypatch fallback for old requests versions (#7515)

    Contributors

    • @kalefranz
    • @nehaljwani
  • v4.5.6 Changes

    July 06, 2018

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ resolve #7473 py37 support (#7499)
    • ๐Ÿ›  fix #7494 History spec parsing edge cases (#7500)
    • ๐Ÿ›  fix requests 2.19 incompatibility with NO_PROXY env var (#7498)
    • ๐Ÿ‘ท resolve #7372 disable http error uploads and CI cleanup (#7498, #7501)

    Contributors

    • @kalefranz
  • v4.5.5 Changes

    June 29, 2018

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix #7165 conda version check should be restricted to channel conda is from (#7289, #7303)
    • ๐Ÿ›  fix #7341 ValueError n cannot be negative (#7360)
    • ๐Ÿ›  fix #6691 fix history file parsing containing comma-joined version specs (#7418)
    • ๐Ÿ›  fix msys2 path conversion (#7471)

    Contributors

    • @goanpeca
    • @kalefranz
    • @mingwandroid
    • @mbargull
  • v4.5.4 Changes

    May 14, 2018

    ๐Ÿ‘Œ Improvements

    • resolve #7189 progress bar improvement (#7191 via #7274)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix twofold tarball extraction, improve progress update (#7275)
    • ๐Ÿ›  fix #7253 always respect copy LinkType (#7269)

    Contributors

    • @jakirkham
    • @kalefranz
    • @mbargull
  • v4.5.3 Changes

    May 07, 2018

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix #7240 conda's configuration context is not initialized in conda.exports (#7244)
  • v4.5.2 Changes

    April 27, 2018

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix #7107 verify hangs when a package is corrupted (#7223)
    • ๐Ÿ›  fix #7094 exit early for --dry-run with explicit and clone (#7224)
    • ๐Ÿ›  fix activation/deactivation script sort order (#7225)
  • v4.5.1 Changes

    April 13, 2018

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ“ฆ resolve #7075 add anaconda.org search message to PackagesNotFoundError (#7076)
    • โž• add CondaError details to auto-upload reports (#7060)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix #6703,#6981 index out of bound when running deactivate on fish shell (#6993)
    • properly close over $_CONDA_EXE variable (#7004)
    • ๐Ÿ›  fix condarc map parsing with comments (#7021)
    • ๐Ÿ›  fix #6919 csh prompt (#7041)
    • add _file_created attribute (#7054)
    • ๐Ÿ›  fix handling of non-ascii characters in custom_multichannels (#7050)
    • ๐Ÿ›  fix #6877 handle non-zero return in CSH (#7042)
    • ๐Ÿ›  fix #7040 update tqdm to version 4.22.0 (#7157)