MIM V0.2.0 Release
Highlights
We are excited to introduce mim 0.2.0 to you! This release refactors mim install command and brings great user experience improvement.
- You can use mim install in the same way you use pip install!
- Download and install the OpenMMLab packages from PyPI instead of downloading from Github, for higher performance.
- Automatically solve and install OpenMMLab-related dependencies via pip resolver.
Improvements
- Refactor mim install and uninstall for better user experience (#132, #135)
- Fix the issue that the click version is locked at 7.x (#127)
- Add a beautiful progress bar (#139)
- Add more packages that support mim (#134)
Bug fixes
- Fix mmaction2 package name and run script (#113)
Infra
- Add Windows and macOS tests in CI (#106, #138)
- Add circleCI (#131)
- Add pyupgrade and codespell pre-commit hooks (#130)
- Add extra dependencies to extra_require (#133)
Contributors
A total of 4 developers contributed to this release.
@zhouzaida @yeliudev @teamwong111 @ice-tong