ceps icon indicating copy to clipboard operation
ceps copied to clipboard

Conda Enhancement Proposals

Results 74 ceps issues
Sort by recently updated
recently updated
newest added

This CEP proposed a new plugin hook that will allow plugin authors to completely customize the way that network requests are made. Please check what is currently on the CEP...

In various cases, users would like to take advantage of various CPU-specific features or instructions for improved performance, e.g., AVX\* or AES/crytography. xref issues: - conda-forge [archspec-enabled packages](https://github.com/conda-forge/conda-forge.github.io/issues/1261) cc: @ltalirz

This CEP proposes a potential template for a plugin hook and associated plugin architecture that can carry out the process of activating and deactivating conda environments. Extracting this logic to...

> Note: I was going to post this in `conda/schemas` directly but I can't tag the steering team from there, hence the issue here. We have a few CEPs coming...

discussed with @mariusvniekerk, @AlbertDeFusco , @jezdez and @jaimergp. opening this PR as a draft PR for further conversation. it's not really ready for full review yet. there's a notebook that...

It would be good to have a CEP that spells out what is in the `.conda` format as this is missing atm. Especially as we increasingly rely on this and...

This is a CEP that proposes a formal release responsibility cadence. **Abstract:** This proposal aims to establish a clear and efficient release process for conda (and other conda projects) by...

This is a CEP for implementing a set of generic plugin hooks for conda. Included so far are the following hooks: - **pre_command**: allows plugin authors to execute code before...

Created a quick CEP for the new repodata state format (cc @dholth as we had some discussions about this. Happy to list you as author!). Also regarding the spec happy...

### Description Apply a release schedule to conda-build inspired by CEP8 so we can follow CEP9. I updated CEP8 and CEP9 to include appropriate links. ### Objectives - regular releases...