Skip to content

Releases: mamba-org/mamba

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;

1.4.7

06 Jul 07:22
Compare
Choose a tag to compare

Releases: libmamba 1.4.7, libmambapy 1.4.7, mamba 1.4.7, micromamba 1.4.7

Enhancements:

  • [libmamba] ZST support to mamba and remove the feature flag by @johnhany97 in #2642
  • [libmamba] Add Version::starts_with and Version::compatible_with by @AntoinePrv in #2645
  • [libmamba, libmambapy] Create Solver solution by @AntoinePrv in #2584

Bug fixes:

  • [libmamba] call init_console to prevent UTF8 errors when extracting packages by @wolfv in #2655
    [libmambapy, mamba] Call init_console in mamba to prevent UTF8 errors when extracting packages by @JohanMabille in #2657

CI fixes and doc:

  • [libmambapy] Fixup python-api docs slightly by @HaoZeke in #2285

1.4.6

30 Jun 20:44
Compare
Choose a tag to compare

Releases: libmamba 1.4.6, libmambapy 1.4.6, mamba 1.4.6, micromamba 1.4.6

Enhancements:

Bug fixes:

CI fixes and doc:

  • [micromamba] Document micromamba support for conda-lock spec files by @mfisher87 in #2621

1.4.5

27 Jun 09:08
Compare
Choose a tag to compare

Enhancements:

Bug fixes:

CI fixes and doc:

1.4.4

16 May 21:07
Compare
Choose a tag to compare

Bug fixes:

  • [micromamba] fix: let the new executable run the shell init script by @ruben-arts in #2529
  • [libmambapy] Support future deprecated API for Context by @Hind-M in #2494
  • [libmamba] Fix CURLHandle::get_info on 32bit platform by @e8035669 in #2528

1.4.3

15 May 21:26
Compare
Choose a tag to compare

Enhancements:

Bug fixes:

CI fixes and doc:

1.4.2

06 Apr 14:24
Compare
Choose a tag to compare

Enhancements:

  • [libmamba] Small libsolv improvements by @AntoinePrv in #2399
  • [micromamba] Refactor test_create, test_proxy, and test_env for test isolation by @AntoinePrv in #2416
  • [libmamba] Improve message after the env creating with micromamba by @xmnlab in #2425
  • [libmamba] Use custom function to properly parse matchspec by @AntoinePrv in #2433
  • [libmamba, micromamba] Remove const ref to string_view in codebase by @Hind-M in #2440
  • [libmamba] Wrap more libcurl calls by @Hind-M in #2421

Bug fixes:

  • [libmamba] Fix PKG_BUILDNUM env variable for post-link scripts by nsoranzo in #2420
  • [libmamba] Solve a corner case in the SAT error messages by @AntoinePrv in #2423
  • [libmamba] Windows: Fixed environment variables not read as unicode by @Klaim in #2417
  • [libmamba] Fix segfault in add_pin/all_problems_structured by @AntoinePrv in #2428
  • [mamba] Safely ignores virtual packages in compute_final_precs function by @mariusvniekerk in #2424

CI fixes and doc: