Skip to content

Releases: mamba-org/mamba

1.5.6

21 Dec 16:59
Compare
Choose a tag to compare

Bug fixes:

  • [libmamba, libmambapy] Fix canonical name for local channels by @isuruf in #3056

2.0.0alpha0

14 Dec 15:45
Compare
Choose a tag to compare
2.0.0alpha0 Pre-release
Pre-release

Enhancements:

Bug fixes:

Read more

1.5.5

11 Dec 13:13
Compare
Choose a tag to compare

Bug fixes:

  • [mamba] Backport: Convert absolute import path to relative for better compatibility by @mbargull in #3040

1.5.4

05 Dec 14:21
Compare
Choose a tag to compare

Enhancement:

  • [libmamba] Backport: Further improve search output by @delsner in #3006

Bug fixes:

  • [micromamba] Backport: pytest.skip fix by @delsner in #3007
  • [libmamba] Fix libmamba cmake version file by @opoplawski in #3023
  • [mamba] Convert absolute import path to relative for better compatibility by @jezdez in #3036

1.5.3

31 Oct 15:04
Compare
Choose a tag to compare

Enhancement:

Bug fixes:

  • [libmamba] Backport #2926: Fix channels with slashes regression by @isuruf in #2936
  • [libmambapy] Fix ctrl-c handling issues in libmambapy by @jaimergp in #2946
  • [libmamba, libmambapy, mamba] Backport #2949: Parse remote_connect_timeout_secs as a double by @jjerphan in #2951

CI fixes and doc:

1.5.2

16 Oct 13:47
Compare
Choose a tag to compare

Enhancement:

Bug fixes:

CI fixes and doc:

1.5.1

05 Sep 08:25
Compare
Choose a tag to compare

Enhancements:

  • [libmamba] Add scope in util tests by @AntoinePrv in #2775
  • [micromamba] Speed up tests (a bit) by @AntoinePrv in #2776
  • [micromamba] Restore __linux=0 test by @jonashaag in #2778
  • [libmamba, micromamba] Enable Link Time Optimization by @AntoinePrv in #2742
  • [libmamba] Add libsolv namespace callback by @AntoinePrv in #2796
  • [all] Clearer output from micromamba search by @delsner in #2782
  • [libmamba] add context.register_envs to control whether environments are registered to environments.txt or not by @jaimergp in #2802
  • [libmamba, micromamba] Windows path manipulation and other cleanups by @AntoinePrv in #2801
  • [libmamba] Bring back repodata_use_zst by @jonashaag in #2790
  • [micromamba] Implement --md5 and --channel-subdir for non-explicit env export by @jonashaag in #2672

Bug fixes:

CI fixes and doc:

1.5.0

24 Aug 07:26
Compare
Choose a tag to compare

Enhancements:

Bug fixes:

CI fixes and doc:

  • [mamba, micromamba] Update troubleshooting.rst by @AntoinePrv in #2675
  • [all] Ignore format changes in git blame by @jonashaag in #2690
  • [mamba] Put more "not recommended" warnings in the installation instructions by @jonashaag in #2711
  • [micromamba] Add command to docs for completeness by @danpf in #2717
  • [micromamba] fix: Correct a command in installation.rst by @wy-luke in #2703
  • [micromamba] Split Mamba and Micromamba installation docs by @jonashaag in #2719
  • [micromamba] fix: Shell completion section title missing by @wy-luke in #2764
  • [all] Add Debug build type by @Hind-M in #2762

1.4.9

13 Jul 14:10
Compare
Choose a tag to compare

Releases: libmamba 1.4.9, libmambapy 1.4.9, mamba 1.4.9, micromamba 1.4.9

Bug fixes:

  • [micromamba] Added upper bound to fmt to avoid weird failure on ci (windows only) by @JohanMabille in #2671
  • [libmamba] Fixed missing key <channel_name> in channel <channel_list> issue by @JohanMabille in #2668

1.4.8

11 Jul 08:15
Compare
Choose a tag to compare

Releases: libmamba 1.4.8, libmambapy 1.4.8, mamba 1.4.8, micromamba 1.4.8

Enhancements:

  • [libmamba, micromamba] No profile.d fallback in rc files by @AntoinePrv in #2649
  • [libmamba] Removed unused function by @Klaim in #2656
  • [libmamba] Replace MTransaction::m_remove with Solution by @AntoinePrv in #2603
  • [mamba] Improve warning when package record not found by @maresb in #266

Bug fixes:

CI fixes and doc;