Skip to content

Releases: mamba-org/mamba

2.5.0

08 Jan 20:30
55ddf24

Choose a tag to compare

Enhancements:

  • [all] Remove spdlog from libmamba, provide libmamba-spdlog library by @Klaim in #4082
  • [libmamba, micromamba] feat: Support environment variables modifications by @jjerphan in #4106
  • [libmamba, micromamba] feat: Support cloning environment by @jjerphan in #4102

Bug fixes:

  • [micromamba] CMake adaptations for distributing libmamba-spdlog by @JohanMabille in #4129
  • [libmamba, micromamba] fix: Pin python_abi when python-freethreading is installed by @jjerphan in #4113
  • [libmamba, micromamba] fix: Resolve ca-certificates installed in the local environment by @jjerphan in #4101
  • [libmamba, micromamba] fix: List all environments' names by @jjerphan in #4109
  • [libmamba, micromamba] fix: list dependencies pulled with uv by @iisakkirotko in #4026

CI fixes and doc:

  • [all] Fix formatting of unordered lists in the docs by @pozdneev in #4128
  • [all] docs: Uninstallation instructions by @jjerphan in #4108
  • [all] Update README to remove QuantStack Zulip link by @jezdez in #4105
  • [all] Change chat links to QuantStack and Conda Zulip by @jezdez in #4103

Maintenance:

  • [libmamba] fixed test "load_file_specs" too strict by @Klaim in #4124
  • [all] build(deps): bump actions/cache from 4 to 5 by @app/dependabot in #4122
  • [all] build(deps): bump actions/upload-artifact from 5 to 6 by @app/dependabot in #4121
  • [all] build(deps): bump actions/cache from 4 to 5 in /.github/actions/workspace by @app/dependabot in #4120

2.5.0.rc0

08 Jan 13:51

Choose a tag to compare

2.5.0.rc0 Pre-release
Pre-release

Enhancements:

  • [all] Remove spdlog from libmamba, provide libmamba-spdlog library by @Klaim in #4082
  • [libmamba, micromamba] feat: Support environment variables modifications by @jjerphan in #4106
  • [libmamba, micromamba] feat: Support cloning environment by @jjerphan in #4102

Bug fixes:

  • [micromamba] CMake adaptations for distributing libmamba-spdlog by @JohanMabille in #4129
  • [libmamba, micromamba] fix: Pin python_abi when python-freethreading is installed by @jjerphan in #4113
  • [libmamba, micromamba] fix: Resolve ca-certificates installed in the local environment by @jjerphan in #4101
  • [libmamba, micromamba] fix: List all environments' names by @jjerphan in #4109
  • [libmamba, micromamba] fix: list dependencies pulled with uv by @iisakkirotko in #4026

CI fixes and doc:

  • [all] Fix formatting of unordered lists in the docs by @pozdneev in #4128
  • [all] docs: Uninstallation instructions by @jjerphan in #4108
  • [all] Update README to remove QuantStack Zulip link by @jezdez in #4105
  • [all] Change chat links to QuantStack and Conda Zulip by @jezdez in #4103

Maintenance:

  • [libmamba] fixed test "load_file_specs" too strict by @Klaim in #4124
  • [all] build(deps): bump actions/cache from 4 to 5 by @app/dependabot in #4122
  • [all] build(deps): bump actions/upload-artifact from 5 to 6 by @app/dependabot in #4121
  • [all] build(deps): bump actions/cache from 4 to 5 in /.github/actions/workspace by @app/dependabot in #4120

2.4.0

21 Nov 13:57
6f11ca2

Choose a tag to compare

Enhancements:

  • [micromamba, libmamba] Support for mambajs's environment lockfile format by @Klaim in #4085
  • [all] Logging impl separation by @Klaim in #4016

Bug fixes:

Maintenance:

  • [all] build(deps): bump actions/upload-artifact from 4 to 5 by @app/dependabot in #4088
  • [libmamba] Removed deprecated libcurl backend by @JohanMabille in #4083

2.4.0.rc0

08 Jan 13:50
3d958ca

Choose a tag to compare

2.4.0.rc0 Pre-release
Pre-release

Enhancements:

  • [libmamba, micromamba] Support for mambajs's environment lockfile format by @Klaim in #4085
  • [all] Logging impl separation by @Klaim in #4016

Bug fixes:

Maintenance:

  • [all] build(deps): bump actions/upload-artifact from 4 to 5 by @app/dependabot in #4088
  • [libmamba] Removed deprecated libcurl backend by @JohanMabille in #4083

2.3.3

17 Oct 23:31
6c12643

Choose a tag to compare

Release: 2.3.3 (libmamba, mamba, micromamba, libmambapy)

Bug fixes:

  • [libmamba] fix: pass $argv for fish wrapper by @sghng in #4073
  • [libmamba] Fix empty depends/constrains when installing explicit spec files by @benmoss in #4071
  • [libmamba] fix: proxy both micromamba and mamba with fish function by @sghng in #4065
  • [libmamba] Fix nodiscard errors by @AntoinePrv in #4058
  • [libmambapy] Fix deprecated license key by @AntoinePrv in #4053

CI fixes and doc:

Maintenance:

  • [all] maint: Auto-update pre-commit setup by @jjerphan in #4079
  • [micromamba] Fixed test_repodata_record_patch by @JohanMabille in #4067
  • [all] build(deps): bump actions/github-script from 7 to 8 by @app/dependabot in #4063
  • [libmambapy] Use fmt::format by @AntoinePrv in #4061
  • [libmambapy] Move to Pybind 3.0 by @AntoinePrv in #4059
  • [libmambapy, libmamba] libmambapy: Switch build backend to scikit-build-core by @LecrisUT in #3802

2.3.3.alpha1

14 Oct 13:07
3f75721

Choose a tag to compare

2.3.3.alpha1 Pre-release
Pre-release

Release: 2.3.3.alpha1 (libmamba, mamba, micromamba, libmambapy)

Bug fixes:

  • [libmamba] fix: pass $argv for fish wrapper by @sghng in #4073
  • [libmamba] Fix empty depends/constrains when installing explicit spec files by @benmoss in #4071
  • [libmamba] fix: proxy both micromamba and mamba with fish function by @sghng in #4065
  • [libmamba] Fix nodiscard errors by @AntoinePrv in #4058
  • [libmambapy] Fix deprecated license key by @AntoinePrv in #4053

CI fixes and doc:

Maintenance:

  • [all] maint: Auto-update pre-commit setup by @jjerphan in #4079
  • [micromamba] Fixed test_repodata_record_patch by @JohanMabille in #4067
  • [all] build(deps): bump actions/github-script from 7 to 8 by @app/dependabot in #4063
  • [libmambapy] Use fmt::format by @AntoinePrv in #4061
  • [libmambapy] Move to Pybind 3.0 by @AntoinePrv in #4059
  • [libmamba, libmambapy] libmambapy: Switch build backend to scikit-build-core by @LecrisUT in #3802

2.3.3.alpha0

14 Oct 13:06

Choose a tag to compare

2.3.3.alpha0 Pre-release
Pre-release

Release: 2.3.3.alpha0 (libmamba, mamba, micromamba, libmambapy)

Bug fixes:

Maintenance:

2.3.2

26 Aug 15:09

Choose a tag to compare

Release: 2.3.2 (libmamba, mamba, micromamba, libmambapy)

Enhancements:

  • [all] feat: Support for optional python_site_packages_path in repodata by @jjhelmus in #3579

Bug fixes:

Maintenance:

  • [libmamba] synchronized_value move and copy implementation by @Klaim in #4042

2.3.1

08 Aug 16:30
4185322

Choose a tag to compare

Release: 2.3.1 (libmamba, mamba, micromamba, libmambapy)

Enhancements:

  • [libmambapy, libmamba] Add missing bindings and other improvements by @AntoinePrv in #3990

Bug fixes:

  • [libmamba, micromamba] Consider SHELL env var by @Hind-M in #3997

CI fixes and doc:

Maintenance:

  • [libmamba] fix CI issues related to moving dependencies by @Klaim in #4023
  • [libmamba] maint: use synchronized_value where we use a mutex to protect data by @Klaim in #3992
  • [libmambapy] maint: handle fmt>=11.2 by @Klaim in #4001
  • [libmambapy] Handle removed is_rgb from fmt 11.2.0 by @Hind-M in #3998
  • [libmamba] Replace macros used in tests for compatibility with coverage report by @jjerphan in #3995
  • [libmamba] maint: fixes warnings by @Klaim in #3993
  • [libmamba] synchronized_value by @Klaim in #3984
  • [libmamba] maintenance: fixed msvc warnings about unreachable code by @Klaim in #3991

2.3.0

16 Jun 08:58

Choose a tag to compare

Release: 2.3.0 (libmamba, mamba, micromamba, libmambapy)

Enhancements:

Bug fixes:

  • [libmamba, micromamba] fix: Skip inaccessible CONDA_ENVS_DIRS by @holzman in #3887
  • [libmamba] Fix env vars substitution from env yaml file by @Hind-M in #3981
  • [libmambapy] Add missing init bindings from subdir structs by @AntoinePrv in #3975
  • [libmambapy] Enable and update Python stubs by @AntoinePrv in #3972

CI fixes and doc:

Maintenance: