Bug fixes:
- [libmamba] fix: Support local install without explicit path by @jjerphan in #4273
- [micromamba, libmamba] fix: Free-threaded builds location on Windows by @jjerphan in #4268
- [libmamba] fix: Do not use python for platform detection by @jjerphan in #4257
- [libmamba] fix: Adapt Sharded Repodata TTL update logic by @jjerphan in #4269
- [libmamba] fix: Adaptations for vcpkg's distribution of zlib 1.3.2 on Windows by @jjerphan in #4260
- [libmamba] fix: Normalize
MatchSpecpackage names to lowercase by @jjerphan in #4258 - [libmambapy] fix: Adapt
add_pip_as_python_dependencypython tests by @danyeaw in #4252 - [micromamba, libmamba] fix: Entirely clean cache on
clean --allby @jjerphan in #4249 - [libmamba] fix: Normalize MatchSpec's name to lowercase internally by @jjerphan in #4248
CI fixes and doc:
Maintenance: