Skip to content

2.2.0

Compare
Choose a tag to compare
@AntoinePrv AntoinePrv released this 04 Jun 14:13
· 32 commits to main since this release

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: