Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: mention lack of support of conda feature "revisions" in readme #3348

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ It can significantly reduce your CI setup time by:
- Caching package downloads.
- Caching entire `conda` environments.

## Limitations compared to `conda`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As there might be features or behavior of conda which we might not port.

Suggested change
## Limitations compared to `conda`
## Differences with `conda`


While `mamba` and `micromamba` are generally a drop-in replacement for `conda` there are a small number of limitations:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
While `mamba` and `micromamba` are generally a drop-in replacement for `conda` there are a small number of limitations:
While `mamba` and `micromamba` are generally a drop-in replacement for `conda` there are some differences:


- No support of revisions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- No support of revisions
- mamba and micromamba do no support revisions yet (for discussions, see https://github.com/mamba-org/mamba/issues/803)


## micromamba

`micromamba` is a small, pure-C++ reimplementation of `mamba`/`conda`. It strives to be a full replacement for `mamba` and `conda`. As such, it doesn't use any `conda` code (in fact it doesn't require Python at all).
Expand Down
Loading