mamba

The Fast Cross-Platform Package Manager

BSD-3-CLAUSE License

Downloads
4.8K
Stars
6.3K
Committers
150

Bot releases are hidden (Show)

mamba - 0.18.1 (2021.11.19)

Published by adriendelsalle almost 3 years ago

libmamba

0.18.1

Improvements

  • Set default spdlog log level in the Context constructor (@adriendelsalle) #1279
  • Add Context::set_log_level method to define context value and set logger (@adriendelsalle) #1279
  • Set max extraction threads count when starting transaction (@adriendelsalle) #1281

Changes

  • Make Context::set_verbosity change both verbosity and log level (@adriendelsalle) #1279

libmambapy

0.18.1

Bug fixes

  • export extract_threads (@adriendelsalle) #1279
  • export Context::set_log_level and spdlog::level::level_enum (@adriendelsalle) #1279

mamba

0.18.1

Bug fixes

  • fix default log level to info (@adriendelsalle) #1279
  • fix json output of info subcommand when verbose mode is active (@adriendelsalle) #1280
  • allow mamba to set max extraction threads using MAMBA_EXTRACT_THREADS env var (@adriendelsalle) #1279
mamba - 0.18.0 (2021.11.17)

Published by adriendelsalle almost 3 years ago

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

  • Document fish support (@izahn) #1216

General improvements

  • Split projects, improve CMake options (@adriendelsalle) #1219 #1243
Package Rankings
Top 7.34% on Conda-forge.org
Top 23.08% on Anaconda.org
Top 28.38% on Pypi.org
Top 15.34% on Formulae.brew.sh
Badges
Extracted from project README
Build Status Join the Gitter Chat docs
Related Projects