Releases: mamba-org/mamba
Releases · mamba-org/mamba
0.18.1 (2021.11.19)
libmamba
0.18.1
Improvements
- Set default
spdloglog level in theContextconstructor (@adriendelsalle) #1279 - Add
Context::set_log_levelmethod to define context value and set logger (@adriendelsalle) #1279 - Set max extraction threads count when starting transaction (@adriendelsalle) #1281
Changes
- Make
Context::set_verbositychange both verbosity and log level (@adriendelsalle) #1279
libmambapy
0.18.1
Bug fixes
- export extract_threads (@adriendelsalle) #1279
- export
Context::set_log_levelandspdlog::level::level_enum(@adriendelsalle) #1279
mamba
0.18.1
Bug fixes
- fix default log level to info (@adriendelsalle) #1279
- fix json output of
infosubcommand when verbose mode is active (@adriendelsalle) #1280 - allow mamba to set max extraction threads using
MAMBA_EXTRACT_THREADSenv var (@adriendelsalle) #1279
0.18.0 (2021.11.17)
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
spdlogfor 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 --lockflag (@adriendelsalle) #1238
General improvements
- Make dependency on
libmambapyPython 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-pycflags (@adriendelsalle) #1249 - Add
--log-leveloption to control log level independently of verbosity (@adriendelsalle) #1255 - Add zsh completion (@adriendelsalle) #1269
- Add info JSON output and
--jsonCLI 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