mirror of https://github.com/mamba-org/mamba.git
release libmamba 2.0.0rc5, libmambapy 2.0.0rc5, micromamba 2.0.0rc5
This commit is contained in:
parent
5810eb8c0b
commit
f1f0827e08
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -1,3 +1,27 @@
|
||||||
|
2024.09.13
|
||||||
|
==========
|
||||||
|
|
||||||
|
Releases: libmamba 2.0.0rc5, libmambapy 2.0.0rc5, micromamba 2.0.0rc5
|
||||||
|
|
||||||
|
Enhancements:
|
||||||
|
|
||||||
|
- [all] Remove cctools patch from feedstock in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3442
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
- [libmamba, libmambapy] fix: add warning when using defaults by @wolfv in https://github.com/mamba-org/mamba/pull/3434
|
||||||
|
- [libmamba, micromamba] Add fallback to root prefix by @Hind-M in https://github.com/mamba-org/mamba/pull/3435
|
||||||
|
- [libmamba] Fix x86_64 to use underscore instead of dash by @traversaro in https://github.com/mamba-org/mamba/pull/3433
|
||||||
|
- [libmamba, micromamba] Fixed micromamba static build after cctools and ld64 upgrade on conda… by @JohanMabille in https://github.com/mamba-org/mamba/pull/3436
|
||||||
|
- [libmamba, micromamba] fix: PyPI support for `env update` by @jjerphan in https://github.com/mamba-org/mamba/pull/3419
|
||||||
|
- [libmamba] Fix output by @Hind-M in https://github.com/mamba-org/mamba/pull/3428
|
||||||
|
- [all] Update mamba.sh.in script by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3422
|
||||||
|
- [libmamba] Execute remove action before install actions by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3424
|
||||||
|
|
||||||
|
CI fixes and doc:
|
||||||
|
|
||||||
|
- [all] docs: Specify `CMAKE_INSTALL_PREFIX` by @jjerphan in https://github.com/mamba-org/mamba/pull/3438
|
||||||
|
|
||||||
2024.08.29
|
2024.08.29
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,25 @@
|
||||||
|
libmamba 2.0.0rc5 (September 13, 2024)
|
||||||
|
======================================
|
||||||
|
|
||||||
|
Enhancements:
|
||||||
|
|
||||||
|
- Remove cctools patch from feedstock in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3442
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
- fix: add warning when using defaults by @wolfv in https://github.com/mamba-org/mamba/pull/3434
|
||||||
|
- Add fallback to root prefix by @Hind-M in https://github.com/mamba-org/mamba/pull/3435
|
||||||
|
- Fix x86_64 to use underscore instead of dash by @traversaro in https://github.com/mamba-org/mamba/pull/3433
|
||||||
|
- Fixed micromamba static build after cctools and ld64 upgrade on conda… by @JohanMabille in https://github.com/mamba-org/mamba/pull/3436
|
||||||
|
- fix: PyPI support for `env update` by @jjerphan in https://github.com/mamba-org/mamba/pull/3419
|
||||||
|
- Fix output by @Hind-M in https://github.com/mamba-org/mamba/pull/3428
|
||||||
|
- Update mamba.sh.in script by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3422
|
||||||
|
- Execute remove action before install actions by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3424
|
||||||
|
|
||||||
|
CI fixes and doc:
|
||||||
|
|
||||||
|
- docs: Specify `CMAKE_INSTALL_PREFIX` by @jjerphan in https://github.com/mamba-org/mamba/pull/3438
|
||||||
|
|
||||||
libmamba 2.0.0rc4 (August 29, 2024)
|
libmamba 2.0.0rc4 (August 29, 2024)
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
libmambapy 2.0.0rc5 (September 13, 2024)
|
||||||
|
========================================
|
||||||
|
|
||||||
|
Enhancements:
|
||||||
|
|
||||||
|
- Remove cctools patch from feedstock in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3442
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
- fix: add warning when using defaults by @wolfv in https://github.com/mamba-org/mamba/pull/3434
|
||||||
|
- Update mamba.sh.in script by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3422
|
||||||
|
|
||||||
|
CI fixes and doc:
|
||||||
|
|
||||||
|
- docs: Specify `CMAKE_INSTALL_PREFIX` by @jjerphan in https://github.com/mamba-org/mamba/pull/3438
|
||||||
|
|
||||||
libmambapy 2.0.0rc4 (August 29, 2024)
|
libmambapy 2.0.0rc4 (August 29, 2024)
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
micromamba 2.0.0rc5 (September 13, 2024)
|
||||||
|
========================================
|
||||||
|
|
||||||
|
Enhancements:
|
||||||
|
|
||||||
|
- Remove cctools patch from feedstock in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3442
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
- Add fallback to root prefix by @Hind-M in https://github.com/mamba-org/mamba/pull/3435
|
||||||
|
- Fixed micromamba static build after cctools and ld64 upgrade on conda… by @JohanMabille in https://github.com/mamba-org/mamba/pull/3436
|
||||||
|
- fix: PyPI support for `env update` by @jjerphan in https://github.com/mamba-org/mamba/pull/3419
|
||||||
|
- Update mamba.sh.in script by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3422
|
||||||
|
|
||||||
|
CI fixes and doc:
|
||||||
|
|
||||||
|
- docs: Specify `CMAKE_INSTALL_PREFIX` by @jjerphan in https://github.com/mamba-org/mamba/pull/3438
|
||||||
|
|
||||||
micromamba 2.0.0rc4 (August 29, 2024)
|
micromamba 2.0.0rc4 (August 29, 2024)
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue