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

Changelog History
Page 2

  • v4.9.1 Changes

    October 26, 2020

    4.9.1 (2020-10-26)

    โœจ Enhancements

    • ๐Ÿš€ Respect PEP 440 ~= "compatible release" clause (#10313)

    ๐Ÿ› Bug fixes

    • โœ‚ Remove preload_openssl for Win32 (#10298)
    • โž• Add if exist to Windows registry hook (#10305)

    Contributors

  • v4.9.0 Changes

    October 19, 2020

    4.9.0 (2020-10-19)

    โœจ Enhancements:

    • โž• Add osx-arm64 as a recognized platform (#10128, #10134, #10137)
    • ๐ŸŽ Resign files modified during installation on ARM64 macOS (#10260)
    • โž• Add __archspec virtual package to identify CPU microarchitecture (#9930)
    • Add __unix and __ win virtual packages (#10214)
    • โž• Add --no-capture--output option to conda run (#9646)
    • โž• Add --live-stream option to conda run (#10270)
    • Export and import environment variables set using conda env config (#10169)
    • Cache repodata from file:// channels (#9730)
    • ๐Ÿ“ฆ Do not relink already-installed packages (#10208)
    • Speed up JSON formatting in logz module (#10189)

    ๐Ÿ› Bug fixes:

    • ๐Ÿšš Stop env remove --dry-run from actually removing environments (#10261)
    • ๐Ÿ“ฆ Virtual package requirements are now considered by the solver (#10057)
    • ๐Ÿ›  Fix cached filename processing when using only tar.bz2 (#10193)
    • Stop showing solver hints about CUDA when it is not a dependency (#10275)
    • ๐Ÿ“ฆ Ignore virtual packages when checking environment consistency (#10196)
    • ๐Ÿ›  Fix config --json output errors in certain circumstances (#10194)
    • More consistent error handling by conda shell (#10238)
    • โฌ†๏ธ Bump vendored version of tqdm to fix various threading and I/O bugs (#10266)

    ๐Ÿ“„ Docs:

    • ๐Ÿ Correctly state default /AddToPath option in Windows installer (#10179)
    • ๐Ÿ›  Fix typos in --repodata-fn help text (#10279)

    Miscellaneous:

    • โšก๏ธ Update CI infrastructure to use GitHub Actions (#10176, #10186, #10234)
    • โšก๏ธ Update README badge to show GitHub Actions status (#10254)

    Contributors

  • v4.8.5 Changes

    September 14, 2020

    โœจ Enhancements

    • โž• Add osx-arm64 as a recognized platform (#10128, #10134)

    Contributors

    • @isuruf
    • @jjhelmus
  • v4.8.4 Changes

    August 06, 2020

    4.8.4 (2020-08-06)

    โœจ Enhancements:

    • โž• Add linux-ppc64 as a recognized platform (#9797, #9877)
    • โž• Add linux-s390x as a recognized platform (#9933, #10051)
    • โž• Add spinner to pip installer (#10032)
    • โž• Add support for running conda in PyPy (#9764)
    • ๐Ÿ‘Œ Support creating conda environments using remote specification files (#9835)
    • ๐Ÿ‘ Allow request retries on various HTTP errors (#9919)
    • โž• Add compare command for environments against a specification file (#10022)
    • โž• Add (preliminary) support for JSON-format activation (#8727)
    • Properly handle the CURL_CA_BUNDLE environment variable (#10078)
    • More uniformly handle $CONDA_PREFIX when exporting environments (#10092)
    • Enable trailing _ to anchor OpenSSL-like versions (#9859)
    • Replace listdir and glob with scandir (#9889)
    • ๐Ÿ“ฆ Ignore virtual packages when searching for constrained packages (#10117)
    • โž• Add virtual packages to be considered in the solver (#10057)

    ๐Ÿ› Bug fixes:

    • ๐Ÿšš Prevent remove --all from deleting non-environment directories (#10086)
    • Prevent create --dry-run --yes from deleting existing environments (#10090)
    • โœ‚ Remove extra newline from environment export file (#9649)
    • ๐Ÿ–จ Print help on incomplete conda env config command rather than crashing (#9660)
    • Correctly set exit code/errorlevel when conda run exits (#9665)
    • โš  Send "inconsistent environment" warnings to stderr to avoid breaking JSON output (#9738)
    • ๐Ÿ›  Fix output formatting from post-link scripts (#9841)
    • ๐Ÿ›  Fix URL parsing for channel subdirs (#9844)
    • ๐Ÿ›  Fix conda env export -f sometimes producing empty output files (#9909)
    • ๐Ÿ›  Fix handling of Python releases with two-digit minor versions (#9999)
    • Do not use gid to determine if user is an admin on *nix platforms (#10002)
    • โš  Suppress spurious xonsh activation warnings (#10005)
    • ๐Ÿ›  Fix crash when running conda update --all on a nonexistent environment (#10028)
    • ๐Ÿ›  Fix collections import for Python 3.8 (#10093)
    • ๐Ÿ›  Fix regex-related deprecation warnings (#10093, #10096)
    • ๐Ÿ›  Fix logic error when running under Python 2.7 on 64-bit platforms (#10108)
    • ๐Ÿ›  Fix Python 3.8 leaked semaphore issue (#10115)

    ๐Ÿ“„ Docs:

    • ๐Ÿ›  Fix formatting and typos (#9623, #9689, #9898, #10042)
    • ๐Ÿ”ง Correct location for yum repository configuration files (#9988)
    • Clarify usage for the --channel option (#10054)
    • 0๏ธโƒฃ Clarify Python is not installed by default into new environments (#10089)

    Miscellaneous:

    • ๐Ÿ›  Fixes to tests and CI pipelines (#9842, #9863, #9938, #9960, #10010)
    • โœ‚ Remove conda-forge dependencies for developing conda (#9857, #9871)
    • Audit YAML usage for safe_load vs round_trip_load (#9902)

    Contributors:

  • v4.8.3 Changes

    March 13, 2020

    4.8.3 (2020-03-13)

    ๐Ÿ“„ Docs:

    • โž• Add release notes for 4.8.2 to docs (#9632)
    • ๐Ÿ›  Fix typos in docs (#9637, #9643)
    • Grammatical and formatting changes (#9647)

    ๐Ÿ› Bug fixes:

    • Account for channel is specs (#9748)

    Contributors:

  • v4.8.2 Changes

    January 24, 2020

    4.8.2 (2020-01-24)

    โœจ Enhancements:

    • Solver messaging improvements (#9560)

    ๐Ÿ“„ Docs:

    • โž• Added precedence and conflict info (#9565)
    • โž• Added how to set env variables with config API (#9536)
    • โšก๏ธ Updated user guide, deleted Overview, minor clean up (#9581)
    • โž• Add code of conduct (#9601, #9602, #9603, #9603, #9604 #9605)

    ๐Ÿ› Bug fixes:

    • ๐Ÿ”„ change fish prompt only if changeps1 is true (#7000)
    • ๐Ÿ‘‰ make frozendict JSON serializable (#9539)
    • Conda env create empyt dir (#9543)

    Contributors:

  • v4.8.1 Changes

    December 19, 2019

    4.8.1 (2019-12-19)

    โœจ Enhancements:

    • ๐Ÿ‘Œ improve performance for conda run by avoiding Popen.communicate (#9381)
    • Put conda keyring in /usr/share/keyrings on Debian (#9424)
    • ๐Ÿ”จ refactor common.logic to fix some bugs and prepare for better modularity (#9427)
    • ๐Ÿ‘Œ Support nested configuration (#9449)
    • ๐Ÿ‘Œ Support Object configuration parameters (#9465)
    • โšก๏ธ Use freeze_installed to speed up conda env update (#9511)
    • โž• add networking args to conda env create (#9525)

    ๐Ÿ“„ Docs:

    • ๐Ÿ›  fix string concatenation running words together regarding CONDA_EXE (#9411)
    • ๐Ÿ›  Fix typo ("list" -> "info") (#9433)
    • ๐Ÿ‘Œ improve description of DLL loading verification and activating environments (#9453)
    • ๐Ÿ— Installing with specific build number (#9534)
    • typo in condarc key envs_dirs (#9478)
    • ๐Ÿ“ฆ Clarify channel priority and package sorting (#9492)

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix calling python api run_command with list and string arguments (#9331)
    • set tmp to shortened path that excludes spaces (#9409)
    • โž• Add subdir to PackageRecord dist_str (#9418)
    • โช revert init bash completion (#9421)
    • avoid function redefinition upon resourcing conda.fish (#9444)
    • propagate pip error level when creating envs with conda env (#9460)
    • ๐Ÿ›  fix incorrect chown call (#9464)
    • Don't check in pkgs for trash (#9472)
    • ๐Ÿ›  Fix running conda activate in multiple processes on windows (#9477)
    • โœ‚ remove setuptools from run_constrained in recipe (#9485)
    • Fix __conda_activate function to correctly return exit code (#9532)
    • ๐Ÿ›  fix overly greedy capture done by subprocess for conda run (#9537)

    Contributors:

  • v4.8.0 Changes

    December 10, 2019

    โœจ Enhancements:

    • retry downloads if they fail, controlled by remote_max_retries and remote_backoff_factor configuration values (#9318)
    • redact authentication information in some URLs (#9341)
    • โž• add osx version virtual package , __osx (#9349)
    • โž• add glibc virtual package, __glibc (#9358)

    ๐Ÿ“„ Docs

    • โœ‚ removeed references to MD5s from docs (#9247)
    • Add docs on CONDA_DLL_SEARCH_MODIFICATION_ENABLED (#9286)
    • ๐Ÿ”ง document threads, spec history and configuration (#9327)
    • ๐Ÿ“š more documentation on channels (#9335)
    • document the .condarc search order (#9369)
    • ๐Ÿ“š various minor documentation fixes (#9238, #9248, #9267, #9334, #9351, #9372, #9378, #9388, #9391, #9393)

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  fix issues with xonsh activation on Windows (#8246)
    • โœ‚ remove unsupported --lock argument from conda clean (#8310)
    • do not add sys_prefix_path to failed activation or deactivation (#9282)
    • ๐Ÿ›  fix csh setenv command (#9284)
    • ๐Ÿ“ฆ do not memorize PackageRecord.combined_depends (#9289)
    • use CONDA_INTERNAL_OLDPATH rather than OLDPATH in activation script (#9303)
    • ๐Ÿ›  fixes xonsh activation and tab completion (#9305)
    • ๐Ÿ›  fix what channels are queried when context.offline is True (#9385)

    Contributors

    • @analog-cbarber
    • @andreasg123
    • @beckermr
    • @bryant1410
    • @colinbrislawn
    • @felker
    • @forrestwaters
    • @gabrielcnr
    • @isuruf
    • @jakirkham
    • @jeremyjliu
    • @jjhelmus
    • @jooh
    • @jpigla
    • @marcelotrevisani
    • @melund
    • @mfansler
    • @mingwandroid
    • @msarahan
    • @rrigdon
    • @scopatz
    • @soapy1
    • @WillyChen123
    • @xhochy
  • v4.8.0.rc0 Changes

    November 04, 2019

    4.8.0rc0 (2019-11-04)

    โœจ Enhancements:

    • retry downloads if they fail, controlled by remote_max_retries and remote_backoff_factor configuration values (#9318)
    • redact authentication information in some URLs (#9341)
    • โž• add osx version virtual package , __osx (#9349)
    • โž• add glibc virtual package, __glibc (#9358)

    ๐Ÿ“„ Docs

    • โœ‚ removeed references to MD5s from docs (#9247)
    • Add docs on CONDA_DLL_SEARCH_MODIFICATION_ENABLED (#9286)
    • ๐Ÿ”ง document threads, spec history and configuration (#9327)
    • ๐Ÿ“š more documentation on channels (#9335)
    • document the .condarc search order (#9369)
    • ๐Ÿ“š various minor documentation fixes (#9238, #9248, #9267, #9334, #9351, #9372, #9378, #9388, #9391, #9393)

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  fix issues with xonsh activation on Windows (#8246)
    • โœ‚ remove unsupported --lock argument from conda clean (#8310)
    • do not add sys_prefix_path to failed activation or deactivation (#9282)
    • ๐Ÿ›  fix csh setenv command (#9284)
    • ๐Ÿ“ฆ do not memorize PackageRecord.combined_depends (#9289)
    • use CONDA_INTERNAL_OLDPATH rather than OLDPATH in activation script (#9303)
    • ๐Ÿ›  fixes xonsh activation and tab completion (#9305)
    • ๐Ÿ›  fix what channels are queried when context.offline is True (#9385)

    Contributors

  • v4.7.12 Changes

    September 12, 2019

    4.7.12 (2019-09-12)

    โœจ Enhancements:

    • โž• add support for env file creation based on explicit specs in history (#9093)
    • detect prefix paths when -p nor -n not given (#9135)
    • โž• Add config parameter to disable conflict finding (for faster time to errors) (#9190)

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  fix race condition with creation of repodata cache dir (#9073)
    • ๐Ÿ›  fix ProxyError expected arguments (#9123)
    • ๐Ÿ“ฆ makedirs to initialize .conda folder when registering env - fixes permission errors with .conda folders not existing when package cache gets created (#9215)
    • ๐Ÿ›  fix list duplicates errors in reading repodata/prefix data (#9132)
    • ๐Ÿ›  fix neutered specs not being recorded in history, leading to unsatisfiable environments later (#9147)
    • Standardize "conda env list" behavior between platforms (#9166)
    • โž• add JSON output to conda env create/update (#9204)
    • speed up finding conflicting specs (speed regression in 4.7.11) (#9218)

    Contributors