Conda is an Open Source project with a diverse and wide-ranging ecosystem.
To better allow community members to provide feedback and proposals for conda's implementation, all major changes should be submitted as Conda Enhancement Proposals (CEP).
CEP | Title |
---|---|
0000 | CEP template |
0001 | CEP Purpose and Guidelines |
0002 | Add plugin architecture to conda |
0003 | Using the Mamba solver in conda |
0004 | Implement initial conda plugin mechanism |
0005 | Does not exist |
0006 | Add Channel Notices to conda |
0007 | Does not exist |
0008 | Conda Release Schedule |
0009 | Conda Deprecation Schedule |
0010 | Conda Version Support |
0011 | Define the menuinst standard |
0012 | Serving run_exports metadata in conda channels |
0013 | A new recipe format – part 1 |
0014 | A new recipe format – part 2 - the allowed keys & values |
0015 | Hosting repodata.json and packages separately by adding a base_url property. |
0016 | Sharded Repodata |
0017 | Optional python site-packages path in repodata |
These proposals are similar to conda-forge's CFEP, Python's PEP and IPython's IPEP processes etc.
Community members are encouraged to author a CEP to suggest changes before any code is written to allow for the community to discuss the proposed changes.
The formal process by which CEPs should be authored and how they are reviewed and resolved is specified in CEP 1.
A template for new CEPs is given in CEP 0.
- Conda should be written in lowercase, whether in reference to the tool, ecosystem, packages, or organization.
- References to the conda command should use code formatting (i.e.
conda
). - If the use of conda is not a command and if conda is at the beginning of a sentence, conda should be uppercase.
Beginning a sentence:
- Conda is an open-source package and environment management system.
conda install
can be used to install packages.
Conda in the middle of a sentence:
- If a newer version of conda is available, you can use
conda update conda
to update to that version. - You can find conda packages within conda channels. The
conda
command can search these channels.
Titles and headers should use the same capitalization and formatting standards as sentences.
Links should use the same capitalization conventions as sentences. Because the conda docs currently use re-structured text (RST) as a markup language, and RST does not support nested inline markup, documentation writers should avoid using code backtick formatting inside links.