|
| 1 | +# 2025.01.14 |
| 2 | + |
| 3 | +Release: 2.0.6.rc0 (libmamba, mamba, micromamba, libmambapy) |
| 4 | + |
| 5 | +Bug fixes: |
| 6 | + |
| 7 | +- [all] Correctly populate lists of `MatchSpec` in `MTransaction`'s history by @Hind-M in https://github.com/mamba-org/mamba/pull/3724 |
| 8 | +- [all] Honour `CONDA_ENVS_PATH` again by @jjerphan in https://github.com/mamba-org/mamba/pull/3725 |
| 9 | +- [all] Improve CUDA version detection by @jjerphan in https://github.com/mamba-org/mamba/pull/3700 |
| 10 | +- [all] Support installation using explicit url by @Hind-M in https://github.com/mamba-org/mamba/pull/3710 |
| 11 | +- [all] Improve display of environment activation message by @Hind-M in https://github.com/mamba-org/mamba/pull/3715 |
| 12 | +- [all] Adapt warnings shown when several channels are used by @jjerphan in https://github.com/mamba-org/mamba/pull/3720 |
| 13 | +- [all] Add a hint on cache corruption by @jjerphan in https://github.com/mamba-org/mamba/pull/3736 |
| 14 | +- [all] Support more condarc paths by @SandrineP in https://github.com/mamba-org/mamba/pull/3695 |
| 15 | +- [all] Always add `root_prefix/envs` in `envs_dirs` by @Hind-M in https://github.com/mamba-org/mamba/pull/3692 |
| 16 | +- [mamba] Generate and install `etc/profile.d/mamba.sh` by @jjerphan in https://github.com/mamba-org/mamba/pull/3723 |
| 17 | +- [mamba] Add `no-pip` flag to `list` command by @Hind-M in https://github.com/mamba-org/mamba/pull/3696 |
| 18 | +- [mamba, micromamba] Options args enhancement by @Hind-M in https://github.com/mamba-org/mamba/pull/3722 |
| 19 | + |
| 20 | +CI fixes and doc: |
| 21 | + |
| 22 | +- [all] Use a portable web request for Windows by @jjerphan in https://github.com/mamba-org/mamba/pull/3704 |
| 23 | +- [all] Add prettier pre-commit hook by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3663 |
| 24 | +- [all] Document slight differences for environment export by @jjerphan in https://github.com/mamba-org/mamba/pull/3697 |
| 25 | +- [all] Unique Release Tag by @Klaim in https://github.com/mamba-org/mamba/pull/3732 |
| 26 | +- [all] Update Linux installation script for Nushell by @deephbz in https://github.com/mamba-org/mamba/pull/3721 |
| 27 | +- [all] `update_changelog.py` now can also take input as cli parameters by @Klaim in https://github.com/mamba-org/mamba/pull/3731 |
| 28 | + |
1 | 29 | # 2024.12.12 |
2 | 30 |
|
3 | 31 | Releases: libmamba 2.0.5, libmambapy 2.0.5, micromamba 2.0.5 |
|
0 commit comments