Skip to content

Releases: mamba-org/mamba

2.0.1

01 Oct 01:28
Compare
Choose a tag to compare

Bug fixes:

  • [libmamba] Fixed channel output in umamba list by @JohanMabille in #3486
  • [libmamba, micromamba] --full-name option for list by @JohanMabille in #3485
  • [libmamba, micromamba] fix: Support for PEP 440 "Compatible Releases" (operator ~= for MatchSpec) by @jjerphan in #3483
  • [libmamba] Fix micromamba activate on Windows by @JohanMabille in #3484
  • [micromamba] Added --copy flag to create and install commands by @JohanMabille in #3474

CI fixes and doc:

2.0.0

25 Sep 14:17
Compare
Choose a tag to compare

Most notable changes:

  • Removal of mamba Python codebase. Now mamba and micromamba share the same C++ codebase
  • Support for mirrors
  • Support for OCI registries
  • Faster repodata parser
  • New solver APIs, better libsolv isolation
  • Better support of math specs thanks to a new internal specs component.
  • Split of python bindings into many modules

Enhancement:

Read more

1.5.10

23 Sep 07:59
Compare
Choose a tag to compare

Enhancement:

  • [libmamba, libmambapy, micromamba] Backport fmt 11 support by @Hind-M in #3429

Bug fixes:

2.0.0rc6

23 Sep 08:03
Compare
Choose a tag to compare
2.0.0rc6 Pre-release
Pre-release

Enhancements:

Bug fixes:

  • [libmamba, micromamba] fix: Handle extra white-space in MatchSpec by @jjerphan in #3456
  • [micromamba] Fix test_env_update_pypi_with_conda_forge by @Hind-M in #3459
  • [libmamba, micromamba] fix: Environment removal confirmation by @jjerphan in #3450
  • [micromamba] Fix test in osx by @Hind-M in #3448

CI fixes and doc:

  • [all] Fix wrong version of miniforge in doc by @Hind-M in #3462
  • [all] Remove cctools patch removal in CI by @Hind-M in #3451

2.0.0rc5

13 Sep 13:25
Compare
Choose a tag to compare
2.0.0rc5 Pre-release
Pre-release

Enhancements:

Bug fixes:

  • [libmamba, libmambapy] fix: add warning when using defaults by @wolfv in #3434
  • [libmamba, micromamba] Add fallback to root prefix by @Hind-M in #3435
  • [libmamba] Fix x86_64 to use underscore instead of dash by @traversaro in #3433
  • [libmamba, micromamba] Fixed micromamba static build after cctools and ld64 upgrade on conda… by @JohanMabille in #3436
  • [libmamba, micromamba] fix: PyPI support for env update by @jjerphan in #3419
  • [libmamba] Fix output by @Hind-M in #3428
  • [all] Update mamba.sh.in script by @SylvainCorlay in #3422
  • [libmamba] Execute remove action before install actions by @SylvainCorlay in #3424

CI fixes and doc:

1.5.9

30 Aug 23:48
Compare
Choose a tag to compare

Bug fixes:

CI

2.0.0rc4

29 Aug 15:12
Compare
Choose a tag to compare
2.0.0rc4 Pre-release
Pre-release

Bug fixes:

  • [micromamba] test: Adapt test_remove_orphaned unlinks by @jjerphan in #3417
  • [micromamba, libmamba] fix: Reduce logging system overhead by @jjerphan in #3416

2.0.0rc3

27 Aug 08:21
Compare
Choose a tag to compare
2.0.0rc3 Pre-release
Pre-release

Bug fixes:

CI fixes and doc:

  • [all] docs: Adapt "Solving Package Environments" section by @jjerphan in #3326

2.0.0rc2

19 Aug 08:56
Compare
Choose a tag to compare
2.0.0rc2 Pre-release
Pre-release

Enhancements:

  • [micromamba] test: Adapt test_explicit_export_topologically_sorted by @jjerphan in #3377
  • [libmamba] test: Comparability and hashability of PackageInfo and MatchSpec by @jjerphan in #3369
  • [libmamba] build: Support fmt 11 (follow-up) by @jjerphan in #3371
  • [libmamba, micromamba] build: Support fmt 11 by @jjerphan in #3368
  • [libmamba] Make more classes hashable and comparable by @jjerphan in #3363
  • [libmambapy, libmamba] Replace Context with Context::platform where possible by @jjerphan in #3364

Bug fixes:

  • [libmamba, micromamba] [micromamba] Fix behavior of env update (to mimick conda) by @Hind-M in #3396
  • [libmamba] Reset the prompt back to default by @cvanelteren in #3392
  • [libmamba] Add missing header by @Hind-M in #3389
  • [libmamba] Restore previous behavior of MAMBA_ROOT_PREFIX by @Hind-M in #3365

CI fixes and doc:

2.0.0rc1

26 Jul 23:39
Compare
Choose a tag to compare
2.0.0rc1 Pre-release
Pre-release

Enhancements:

  • [libmamba] Update mamba.xsh: support xonsh >= 0.18.0 by @anki-code in #3355
  • [libmamba] Remove logs for every package by @Hind-M in #3335

Bug fixes:

  • [libmamba] Allow leading lowercase letter in version by @Hind-M in #3361
  • [libmamba] Allow spaces in version after operator by @Hind-M in #3358

CI fixes and doc: