conda v4.3.14 Release Notes

Release Date: 2017-03-03 // about 7 years ago
  • 👌 Improvements

    • 👉 use cPickle in place of pickle for repodata (#4717)
    • ignore pyc compile failure (#4719)
    • 🏁 use conda.exe for windows entry point executable (#4716, #4720)
    • 🚦 localize use of conda_signal_handler (#4730)
    • add skip_safety_checks configuration parameter (#4767)
    • never symlink executables using ORIGIN (#4625)
    • set activate.bat codepage to CP_ACP (#4558)

    🐛 Bug Fixes

    • 🛠 fix #4777 package cache initialization speed (#4778)
    • 🛠 fix #4703 menuinst PathNotFoundException (#4709)
    • ignore permissions error if user_site can't be read (#4710)
    • 🛠 fix #4694 don't import requests directly in models (#4711)
    • 🛠 fix #4715 include resources directory in recipe (#4716)
    • 🛠 fix CondaHttpError for URLs that contain '%' (#4769)
    • 🐛 bug fixes for preferred envs (#4678)
    • 🛠 fix #4745 check for info/index.json with package is_extracted (#4776)
    • 👉 make sure url gets included in CondaHTTPError (#4779)
    • 🛠 fix #4757 map-type configs set to None (#4774)
    • 🛠 fix #4788 partial package extraction (#4789)

    Non-User-Facing Changes

    • ✅ test coverage improvement (#4607)
    • 🔧 CI configuration improvements (#4713, #4773, #4775)
    • 👍 allow sha256 to be None (#4759)
    • add cache_fn_url to exports (#4729)
    • ➕ add unicode paths for PY3 integration tests (#4760)
    • ➕ additional unit tests (#4728, #4783)
    • 🛠 fix conda-build compatibility and tests (#4785)