Matches all outputs 0.18.0
libmamba
0.18.0
New features
- Implement parallel packages extraction using subprocesses (@jonashaag @adriendelsalle) #1195
- Add channel URLs to info (@jonashaag) #1235
- Read custom_multichannels from .condarc (@jonashaag) #1240
- Improve pyc compilation, make it configurable (@adriendelsalle) #1249
- Use
spdlog
for nicer and configurable logs (@adriendelsalle) #1255 - Make show_banner rc and env_var configurable (@adriendelsalle) #1257
- Add info JSON output (@adriendelsalle) #1271
Bug fixes
- Fix failing package cache checks (@wolfv) #1237
- Improve catching of reproc errors (such as OOM-killed) (@adriendelsalle) #1250
- Fix shell init with relative paths (@adriendelsalle) #1252
- Fix not thrown error in multiple caches logic (@adriendelsalle) #1253
General improvements
- Split projects, improve CMake options (@adriendelsalle) #1219 #1243
- Test that a missing file doesn't cause an unlink error (@adriendelsalle) #1251
- Improve logging on YAML errors (@adriendelsalle) #1254
libmambapy
0.18.0
New features
- Create a separate target for Python bindings, split projects, improve CMake options (@adriendelsalle) #1219 #1243
mamba
0.18.0
New features
- Make mamba env download and extract using
libmamba
(@adriendelsalle) #1270
Bug fixes
- Use libmamba LockFile, add
clean --lock
flag (@adriendelsalle) #1238
General improvements
- Make dependency on
libmambapy
Python bindings, split projects, improve CMake options (@adriendelsalle) #1219 #1243 - Conditionally import bindings for cross-compiling (@adriendelsalle) #1263
micromamba
0.18.0
New features
- Add packages extraction sub-command (@jonashaag @adriendelsalle) #1195
- Improve bash completion (activate sub-command, directories completion) (@adriendelsalle) #1234
- Add channel URLs to info (@jonashaag) #1235
- Make pyc compilation configurable using
--pyc,--no-pyc
flags (@adriendelsalle) #1249 - Add
--log-level
option to control log level independently of verbosity (@adriendelsalle) #1255 - Add zsh completion (@adriendelsalle) #1269
- Add info JSON output and
--json
CLI flag (@adriendelsalle) #1271
Bug fixes
- Init all powershell profiles (@adriendelsalle) #1226
- Fix multiple activations in Windows bash (@adriendelsalle) #1228
Docs
General improvements
- Split projects, improve CMake options (@adriendelsalle) #1219 #1243