| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| conda-25.11.0.tar.gz | 2025-11-24 | 25.2 MB | |
| conda-25.11.0.tar.gz.sha256sum | 2025-11-24 | 65 Bytes | |
| 25.11.0 source code.tar.gz | 2025-11-24 | 25.2 MB | |
| 25.11.0 source code.zip | 2025-11-24 | 26.2 MB | |
| README.md | 2025-11-24 | 4.3 kB | |
| Totals: 5 Items | 76.5 MB | 0 | |
Enhancements
- Add three new fields to
conda.plugins.types.CondaVirtualPackageclass: override_entity: Control which field (version or build number) can be overriddenempty_override: Specify behavior when override value is emptyversion_validation: Validate override version values These fields abstract and generalize the version/build number override logic into theCondaVirtualPackagesclass, removing the need for individual virtual packages to implement their own override handling. (#15248)- Add a new
override_virtual_packages(with aliasvirtual_packages) key tocondarc. (#15156 via [#15318]) - Add
.createdand.last_modifiedproperties toPrefixData, which provide information about the creation and last modification times of a given environment, respectively. (#14308 via [#15329]) - Add a new
envs_detailsfield to theconda info --jsonoutput to inspect properties of the registered environments. This is also part of theconda info --envs --jsonandconda env list --jsonoutputs. (#15330) conda.plugins.reporter_backends.JSONReporterRenderer.envs_listnow allowsdict[str, dict[str, str | bool]], which is passed directly to the JSON dumper. (#15330)
Bug fixes
- Ensure
MatchSpecserialization does not contain orphan=separator when theversionfield is set to*. (#14357 via [#15294]) - Require
conda-libmamba-solver >=25.4.0. (#15289) - Fix
Channel.urls()to respect explicitsubdirsparameter when the channel has a platform defined. (#14258) - Include
platforminChannelequality and hash checks. (#14259 via [#15296]) - Fix where
conda search --json --use-index-cache <package>could fail to encode message as json, when cache is empty. (#15308) - Adjust whitespace in
conda info --envsheader. (#15330) - Fix plugin settings YAML serialization to use valid nested YAML format for plugin settings in
conda config --describeoutput. (#15339 via [#15341]) - Fix several bugs related to Python 3.14 compatibility. (#15079, [#15088] via [#15340])
- Ignore and warn user if the
PATHenvironment variable is set in the environment config. Conda should not enable modifying thePATHto any arbitrary value. (#15342) - Restrict the JSON output to only the
envslist whenconda info --envs --jsonandconda env list --jsonare called. (#15353) - Produce a warning when a user tries to add a
PATHenvironment variable to their environment configuration. Adding reserved env vars likePATHto the environment variables config for an environment may produce unexpected results in conda. (#15292 via [#15354]) - Fix zsh parse error on Windows. (#13915, [#9922] via [#15335])
- Remove
returnfromtry-finallyper PEP-765. (#15370 via [#15371])
Deprecations
- Mark
conda.plugins.hookspec.spec_nameas pending deprecation, to be removed in 26.9. Useconda.base.constants.APP_NAMEinstead. (#15255) - Mark
conda.cli.main_compare.get_packagesas pending deprecation, to be removed in 26.9. Useconda.core.prefix_data.PrefixData.map_recordsinstead. (#15387)
Docs
- Expand contributor documentation. (#15208)
- Reference
conda.plugins.types.*instead of re-exports fromconda.plugins. (#15307) - Use
--namemore consistently in getting started docs. (#15346)
Other
- Reduce warnings in tests. (#15307)
- Performance improvements for the
conda env listcommand, which now defers retrieving environment information until necessary. (#15320) - Stop using assertions in non-testing code, and enable the corresponding linting rules. (#15357 via [#15361])
Contributors
- @agriyakhetarpal
- @conda-bot
- @danyeaw made their first contribution in https://github.com/conda/conda/pull/15208
- @dholth
- @jaimergp
- @jezdez
- @jakirkham
- @kathatherine
- @kenodegard
- @ForgottenProgramme
- @lang-m made their first contribution in https://github.com/conda/conda/pull/13165
- @ryanskeith
- @hoxbro made their first contribution in https://github.com/conda/conda/pull/15325
- @soapy1
- @sumanth-manchala made their first contribution in https://github.com/conda/conda/pull/14179
- @travishathaway
- @dependabot[bot]
- @pre-commit-ci[bot]