conda v4.13.0 Release Notes

Release Date: 2022-05-19 // almost 2 years ago
  • โœจ Enhancements

    • ๐Ÿšš Introducing conda clean --logfiles to remove logfiles generated by conda-libmamba-solver. (#11387)
    • โž• Add the solver name and version to the user-agent. (#11415, #11455)
    • ๐Ÿ“œ Attempt parsing HTTP errors as a JSON and extract error details. If present, prefer these details instead of those hard-coded. (#11440)

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix inconsistencies with conda clean --dryrun (#11385)
    • ๐Ÿ“ฆ Standardize tarball & package finding in conda clean (#11386, #11391)
    • Fix escape_channel_url logic on Windows (#11416)
    • ๐Ÿ‘‰ Use 'Accept' header, not 'Content-Type' in GET header (#11446)
    • ๐Ÿ‘ Allow extended user-agent collection to fail but log the exception (#11455)

    ๐Ÿ—„ Deprecations

    • ๐Ÿ—„ Removing deprecated conda.cli.activate. Originally deprecated in conda 4.6.0 in May 2018. (#11309)
    • ๐Ÿ—„ Removing deprecated conda.compat. Originally deprecated in conda 4.6.0 in May 2018. (#11322)
    • ๐Ÿ—„ Removing deprecated conda.install. Originally deprecated in conda 4.6.0 in May 2018. (#11323)
    • ๐Ÿ—„ Removing deprecated conda.cli.main_help. Originally deprecated in conda 4.6.0 in May 2018. (#11325)
    • โœ‚ Removed unused conda.auxlib.configuration. (#11349)
    • โœ‚ Removed unused conda.auxlib.crypt. (#11349)
    • โœ‚ Removed unused conda.auxlib.deprecation. (#11349)
    • โœ‚ Removed unused conda.auxlib.factory. (#11349)
    • โœ‚ Removed minimally used conda.auxlib.path. (#11349)
    • โœ‚ Removed conda.exports.CrossPlatformStLink, a Windows Python <3.2 fix for os.lstat.st_nlink. (#11351)
    • โœ‚ Remove Python 2.7 and other legacy code (#11364)
    • conda run --live-stream aliases conda run --no-capture-output. (#11422)
    • โœ‚ Removes unused exceptions. (#11424)
    • Combines conda_env.exceptions with conda.exceptions. (#11425)
    • โฌ‡๏ธ Drop Python 3.6 support. (#11453)
    • Remove outdated test test_init_dev_and_NoBaseEnvironmentError (#11469)

    ๐Ÿ“„ Docs

    • ๐ŸŽ‰ Initial implementation of deep dive docs (#11059)
    • ๐Ÿ Correction of RegisterPython description in Windows Installer arguments. (#11312)
    • โž• Added autodoc documentation for conda compare. (#11336)
    • โœ‚ Remove duplicated instruction in manage-python.rst (#11381)
    • โšก๏ธ Updated conda cheatsheet. (#11443)
    • ๐Ÿ›  Fix typos throughout the codebase (#11448)
    • ๐Ÿ›  Fix conda activate example (#11471)
    • โšก๏ธ Updated conda 4.12 cheatsheet with new anaconda distribution version (#11479)

    Other

    • โž• Add Python 3.10 as a test target. (#10992)
    • Replace custom conda._vendor with vendoring (#11290)
    • Replace conda.auxlib.collection.frozendict with vendored frozendict (#11398)
    • โœ… Reorganize and new tests for conda.cli.main_clean (#11360)
    • Removing vendored usage of urllib3 and instead implementing our own wrapper around std. lib urllib (#11373)
    • โฌ†๏ธ Bump vendored py-cpuinfo version 4.0.0 โ†’ 8.0.0. (#11393)
    • โž• Add informational Codecov status checks (#11400)

    Contributors

    • @beeankha made their first contribution in #11469
    • @ChrisPanopoulos made their first contribution in #11312
    • @conda-bot
    • @dholth
    • @jaimergp
    • @jezdez
    • @kathatherine made their first contribution in #11443
    • @kenodegard
    • @kianmeng made their first contribution in #11448
    • @simon9500 made their first contribution in #11381
    • @thomasrockhu-codecov made their first contribution in #11400
    • @travishathaway made their first contribution in #11373
    • @pre-commit-ci[bot]