Releases: mamba-org/mamba
2.5.0
Enhancements:
- [all] Remove
spdlogfromlibmamba, providelibmamba-spdloglibrary 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_abiwhenpython-freethreadingis 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
Enhancements:
- [all] Remove
spdlogfromlibmamba, providelibmamba-spdloglibrary 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_abiwhenpython-freethreadingis 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
Enhancements:
- [micromamba, libmamba] Support for
mambajs's environment lockfile format by @Klaim in #4085 - [all] Logging impl separation by @Klaim in #4016
Bug fixes:
- [micromamba] fix: Update URL of lock files by @jjerphan in #4097
- [micromamba] Fix Windows tests by @JohanMabille in #4086
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
Enhancements:
- [libmamba, micromamba] Support for
mambajs's environment lockfile format by @Klaim in #4085 - [all] Logging impl separation by @Klaim in #4016
Bug fixes:
- [micromamba] fix: Update URL of lock files by @jjerphan in #4097
- [micromamba] Fix Windows tests by @JohanMabille in #4086
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
Release: 2.3.3 (libmamba, mamba, micromamba, libmambapy)
Bug fixes:
- [libmamba] fix: pass
$argvfor 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:
- [all] Added lower bounds on spdlog and fmt by @JohanMabille in #4080
- [all] Static Windows build fix by @JohanMabille in #4074
Maintenance:
- [all] maint: Auto-update
pre-commitsetup 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-coreby @LecrisUT in #3802
2.3.3.alpha1
Release: 2.3.3.alpha1 (libmamba, mamba, micromamba, libmambapy)
Bug fixes:
- [libmamba] fix: pass
$argvfor 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:
- [all] Added lower bounds on spdlog and fmt by @JohanMabille in #4080
- [all] Static Windows build fix by @JohanMabille in #4074
Maintenance:
- [all] maint: Auto-update
pre-commitsetup 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-coreby @LecrisUT in #3802
2.3.3.alpha0
Release: 2.3.3.alpha0 (libmamba, mamba, micromamba, libmambapy)
Bug fixes:
- [libmamba] Fix nodiscard errors by @AntoinePrv in #4058
- [libmambapy] Fix deprecated license key by @AntoinePrv in #4053
Maintenance:
- [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-coreby @LecrisUT in #3802
2.3.2
Release: 2.3.2 (libmamba, mamba, micromamba, libmambapy)
Enhancements:
Bug fixes:
- [libmamba] Fix libsolv MatchSpec parsing by @AntoinePrv in #4046
- [all] fix: Workaround
mamba-org/mamba#4043by @jjerphan in #4044 - [libmamba] Fix string lookup in MatchSpec parsing by @AntoinePrv in #4040
- [libmamba] Fix wrong sticky package hash by @AntoinePrv in #4039
Maintenance:
2.3.1
Release: 2.3.1 (libmamba, mamba, micromamba, libmambapy)
Enhancements:
- [libmambapy, libmamba] Add missing bindings and other improvements by @AntoinePrv in #3990
Bug fixes:
CI fixes and doc:
- [all] [skip ci] Fix typo by @davidbrochart in #4000
- [all] ci: use VS2022 instead of VS2019 by @Klaim in #3986
Maintenance:
- [libmamba] fix CI issues related to moving dependencies by @Klaim in #4023
- [libmamba] maint: use
synchronized_valuewhere we use a mutex to protect data by @Klaim in #3992 - [libmambapy] maint: handle
fmt>=11.2by @Klaim in #4001 - [libmambapy] Handle removed
is_rgbfromfmt 11.2.0by @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_valueby @Klaim in #3984 - [libmamba] maintenance: fixed msvc warnings about unreachable code by @Klaim in #3991
2.3.0
Release: 2.3.0 (libmamba, mamba, micromamba, libmambapy)
Enhancements:
- [libmamba, micromamba] feat: add option revision to install command by @SandrineP in #3966
- [libmambapy] Add missing bindings by @AntoinePrv in #3983
- [all] Adapt label check to bot by @Hind-M in #3974
- [libmambapy] Move stubs to libmambapy-stubs by @AntoinePrv in #3976
- [all] Move PR template by @Hind-M in #3971
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:
- [all] doc: Mention fix for
libmamba Download error (7) Could not connect ...by @OverLordGoldDragon in #3980 - [all] Add constraint on
fmtby @Hind-M in #3969
Maintenance:
- [all] Depend on LGPL builds of libarchive>=3.8 by @jjerphan in #3982
- [libmamba, libmambapy] Use range in Solution by @AntoinePrv in #3968
- [micromamba] maint: Cancel activation script removal by @jjerphan in #3946
- [all] Compile with C++20 by @AntoinePrv in #3965