26.3.1
Added 1
- Record the originating hook for each plugin, enabling conda info and diagnostics to show where plugins were registered from
Deprecated 4
- No longer search for conda-* executables on PATH when building the CLI parser
- Mark conda.cli.find_commands as pending deprecation for removal in 27.3
- Mark conda.utils.sys_prefix_unfollowed as pending deprecation for removal in 27.3
- Mark conda.exceptions.CommandNotFoundError as pending deprecation for removal in 27.3
Enhancements
- Record the originating hook for each plugin, enabling
conda infoand diagnostics to show where plugins were registered from. (#15840)
Deprecations
- No longer search for
conda-*executables onPATHwhen building the CLI parser. (#15840) - Mark
conda.cli.find_commandsas pending deprecation for removal in 27.3. (#15840) - Mark
conda.utils.sys_prefix_unfollowedas pending deprecation for removal in 27.3. (#15840) - Mark
conda.exceptions.CommandNotFoundErroras pending deprecation for removal in 27.3. (#15840)
Contributors
- @kenodegard
Full Changelog: https://github.com/conda/conda/compare/26.3.0...26.3.1