Skip to content

Releases: mamba-org/mamba

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:

2.2.0

04 Jun 14:13

Choose a tag to compare

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

Enhancements:

Bug fixes:

  • [libmamba, micromamba] Fix listing dependencies pulled with pip by @Hind-M in #3963
  • [libmamba, micromamba] Handle environment variables from yaml file by @Hind-M in #3955
  • [libmamba] Fix fmt headers includes by @Hind-M in #3956
  • [libmamba, micromamba] unify channels of installed and removed packages written in history by @SandrineP in #3892
  • [libmamba] Create packages diff between the current state and a revision by @SandrineP in #3911
  • [libmamba] Fix deactivate nushell by @cvanelteren in #3929
  • [libmamba] Fix wrong use of deprecation macro by @AntoinePrv in #3941
  • [libmamba, micromamba] Fix typo in help menu for the reactivate command by @ickc in #3932
  • [libmamba, micromamba] Unify CONDA_ENVS_PATH, CONDA_ENVS_DIRS by @holzman in #3855
  • [libmamba, micromamba] Allow creating environment with empty folder as target prefix by @nsoranzo in #3919
  • [libmamba] [Unix] Fix slashes usage in file urls by @Hind-M in #3871
  • [libmamba] fix: Avoid use-after-free in MessageLogger by @jmakovicka in #3873
  • [libmamba, libmambapy] Remove implicit zero in Version formatting by @AntoinePrv in #3915

CI fixes and doc:

  • [all] ci: Disable GitHub annotations for Codecov in PRs by @jjerphan in #3930
  • [all] Remove obsolete mamba/micromamba differences by @AntoinePrv in #3924

Maintenance:

2.1.1

05 May 13:15

Choose a tag to compare

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

Enhancements:

  • [libmamba] Use Simdjson ondemand parser instead of DOM parser by @Klaim in #3878

Bug fixes:

  • [libmamba] Fix segfault in error messages by @AntoinePrv in #3912
  • [libmamba] fix: Requalify warning when parsing the "mod/etag" header by @jjerphan in #3910
  • [micromamba] Make self-update a command for micromamba only by @jjerphan in #3906
  • [libmamba] Fix nushell env for Windows by @cvanelteren in #3880
  • [libmamba, micromamba] fix: Give precedence to repodata when constructing repodata_record files by @jjerphan in #3901
  • [libmamba, micromamba] feat: add sha256 flag to list command by @SandrineP in #3885
  • [libmamba, libmambapy] Fix VersionSpec globs by @AntoinePrv in #3889
  • [micromamba] hotfix: in integration tests assume xtensor is v0.26 by @Klaim in #3898

CI fixes and doc:

Maintenance:

  • [libmambapy] DX: libmambapy import in build tree by @AntoinePrv in #3916
  • [libmamba] Internally add flag for switching MatchSpec parser by @AntoinePrv in #3905
  • [micromamba] Some test isolation by @AntoinePrv in #3900
  • [libmamba] Ready Libsolv for C++20 by @AntoinePrv in #3899
  • [all] build(deps): bump codecov/codecov-action from 4 to 5 by @app/dependabot in #3896
  • [all] ci: Adapt code coverage workflow by @jjerphan in #3890

2.1.0

09 Apr 09:07

Choose a tag to compare

Bug fixes:

  • [micromamba, libmamba] fix: Prohibit conda envs path and conda envs dirs by @holzman in #3854
  • [libmamba] fix: ProgressBar member initialization order by @jmakovicka in #3872
  • [micromamba, libmamba] Fix authenticated downloading by @Hind-M in #3868
  • [micromamba, libmamba] Windows menuinst by @Hind-M in #3846
  • [libmamba, libmambapy] Support SHA256 hashes in @EXPLICIT files by @jaimergp in #3866

2.0.8

19 Mar 11:28

Choose a tag to compare

Bug fixes:

  • [micromamba] fix: Correct paths and suggestions in etc/profile.d/mamba.sh by @jjerphan in #3865
  • [libmamba] Avoid possible out of range index in MatchSpec::parse() by @opoplawski in #3849
  • [libmamba] fix: Modify cache directory permissions in two steps by @jjerphan in #3844