Releases: open-mmlab/mim
Releases · open-mmlab/mim
MIM Release V0.3.0
Support OpenMMLab2.0
MIM V0.2.1 Release
Features
- Add
MMCV_BASE_URL
environment variable to support customizing mmcv find link (#148)
Bug fixes
- Fix the
mim --version
command crash in click>=8.x (#152)
Documentations
- Fix a wrong .mimrc example (#147)
Infra
- Build and upload wheel distribution when packaging in CI (#145)
Contributors
A total of 2 developers contributed to this release.
@zhouzaida @ice-tong
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
MIM V0.1.6 Release
Improvements
- Get the version of CUDA properly (#96)
Bug fixes
- Fix search error when models miss the results field (#104)
- Fix mim install does not work with pip >= 22.1 (#117)
Documentations
- Use pytorch sphinx theme (#89)
- Refactor the structure of the documentation (#93, #94)
- Reorganizing OpenMMLab projects in readme (#98, #99, #107)
Infra
- Refine CI (#90, #91, #128)
- Update test cases (#84, #85, #95)
- Update pre-commit hooks (#103, #105, #126)
Contributors
A total of 5 developers contributed to this release.
@zhouzaida @kennymckormick @HAOCHENYE @ice-tong @Anton-Cherepkov
MIM V0.1.5 Release
bump version to v0.1.5
MIM V0.1.4 Release
bump version to v0.1.4
MIM V0.1.3 Release
bump version to v0.1.3
MIM V0.1.2 Release
v0.1.2 bump version 0.1.2 (#45)
MIM V0.1.1 Release
bump version to v0.1.1 (#42) * bump version to v0.1.1 * update readme: * update copyright * rephrase
MIM V0.1.0 Release
MIM is released.