Skip to content

1.3.0

Compare
Choose a tag to compare
@wolfv wolfv released this 03 Feb 12:13
· 711 commits to main since this release

Date: 2023.02.03
Releases: libmamba 1.3.0, libmambapy 1.3.0, mamba 1.3.0, micromamba 1.3.0

Enhancements:

  • [libmambapy] add use_lockfiles to libmambapy bindings by @jaimergp in #2256
  • [micromamba] add functionality to download lockfiles from internet by @wolfv in #2229
  • [micromamba] Stop run command when given prefix does not exist by @Hind-M in #2257
  • [micromamba] Install pip deps like conda by @michalsieron in #2241
  • [libmamba, micromamba] switch to repodata.state.json format from cep by @wolfv in #2262

Bug fixes:

CI fixes & docs:

  • [micromamba] use proper recipe also on macOS by @wolfv in #2225
  • [micromamba] Update micromamba installation docs for Windows by @Tiksagol in #2218
  • [all] docs: defaults should not be used with conda-forge by @jonashaag in #2181
  • [all] fix tests for pkg_cache by @wolfv in #2259
  • [libmamba] Added missing public dependency to libmambaConfig.cmake by @JohanMabille in #2227
  • [libmambapy] Remove unused get_tarball function by @Hind-M in #2261
  • [mamba] update documentation for mamba activate by @cdeepali in #2176
  • [micromamba] Fix Windows static builds by @jonashaag in #2228