-
Notifications
You must be signed in to change notification settings - Fork 359
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
base: main
Are you sure you want to change the base?
Conversation
It would be very useful for users to know which `conda` features `(micro)mamba` does not support. There's a section on "additional features" already in the readme. This documents issue mamba-org#803
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this PR, @corneliusroemer.
I propose to have this PR also address #3362. What do you think?
@@ -60,6 +60,12 @@ It can significantly reduce your CI setup time by: | |||
- Caching package downloads. | |||
- Caching entire `conda` environments. | |||
|
|||
## Limitations compared to `conda` |
There was a problem hiding this comment.
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.
## Limitations compared to `conda` | |
## Differences with `conda` |
@@ -60,6 +60,12 @@ It can significantly reduce your CI setup time by: | |||
- Caching package downloads. | |||
- Caching entire `conda` environments. | |||
|
|||
## Limitations compared to `conda` | |||
|
|||
While `mamba` and `micromamba` are generally a drop-in replacement for `conda` there are a small number of limitations: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: |
|
||
While `mamba` and `micromamba` are generally a drop-in replacement for `conda` there are a small number of limitations: | ||
|
||
- No support of revisions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- No support of revisions | |
- mamba and micromamba do no support revisions yet (for discussions, see https://github.com/mamba-org/mamba/issues/803) |
It would be very useful for users to know which
conda
features(micro)mamba
does not support. There's a section on "additional features" already in the readme.This documents issue #803