23.1.0
Bug fixes
- Detect CUDA driver version in subprocess. (#11667)
- Fixes the behavior of the
--no-userflag inconda initso that a user's.bashrc, etc. remains unaltered, as expected. (#11949) - Fix several more user facing
MatchSpeccrashes that were identified by fuzzing efforts. (#12099) - Lock
sys.stdoutto avoid corrupted--jsonmultithreaded download progress. (#12231)
Docs
- Optional Bash completion support has been removed starting in v4.4.0, and not just deprecated. (#11171)
- Documented optional
channel::packagesyntax for specifying dependencies inenvironment.ymlfiles. (#11890)
Other
- Refactor
repodata.jsonfetching; update on-disk cache format. Based on work by @FFY00. (#11600) - Environment variable overwriting WARNING is printed only if the env vars are different from those specified in the OS. (#12128)
- Added
conda-libmamba-solverrun constraint. (#12156) - Updated
ruamel.yamlversion. (#12156) - Added
tqdmdependency. (#12191) - Use
itertools.chain.from_iterableinstead of equivalenttlz.concat. (#12165) - Use
toolz.uniqueinstead of vendored copy. (#12165) - Use
itertools.isliceinstead oftoolz.take. (#12165) - Update CI test workflow to only run test suite when code changes occur. (#12180)
- Added Python 3.10 canary builds. (#12184)
Contributors
- @beeankha
- @dholth
- @dariocurr made their first contribution in #12128
- @jezdez
- @jay-tau made their first contribution in #11738
- @kenodegard
- @pkmooreanaconda
- @sven6002 made their first contribution in #12162
- @ReveStobinson made their first contribution in #12213
- @travishathaway
- @XuehaiPan made their first contribution in #11667
- @xylar made their first contribution in #11949
- @pre-commit-ci[bot]
Full Changelog: 22.11.1...23.1.0