Releases: open-mmlab/mim
Releases · open-mmlab/mim
MIM Release V0.3.10
What's Changed
- [Enhance] Support download dataset from openxlab by @HAOCHENYE in #223
Full Changelog: v0.3.9...v0.3.10
MIM Release V0.3.9
What's Changed
- [Feature] Support downloading datasets from opendatalab by @HAOCHENYE in #212
Full Changelog: v0.3.8...v0.3.9
MIM releases v0.3.8
What's Changed
- [Docs] Update the Projects in OpenMMLab by @zhouzaida in #211
- [Fix] install command should call self.iter_provided_extras method by @danielhonies in #213
New Contributors
- @danielhonies made their first contribution in #213
Full Changelog: v0.3.7...v0.3.8
MIM releases v0.3.7
What's Changed
- Fix a typo by @ktro2828 in #201
- Add missing repos in
get_official_package
by @RangeKing in #202 - Add MMPretrain to the
PKG2PROJECT
. by @mzr1996 in #205
New Contributors
Full Changelog: v0.3.6...v0.3.7
MIM V0.3.6 Release
MIM V0.3.5 Release
Improvements
- Add support for sequence input in
mim gridsearch
(#195) - Search remote package metadata from PyPI rather than Github (#168)
Contributors
A total of 2 developers contributed to this release.
@KKIEEK @zhouzaida
New Contributors
Full Changelog: v0.3.4...v0.3.5
MIM V0.3.4 Release
Features
- Add
ignore-ssl
option to disable the check certificate formim download
(#179) - Support running scripts in
demo
dir (#178)
Bug fixes
- Fix the path separator problem of
mim run
on Windows (#177) - Deprecate
distutils.version
for removing warning info (#185)
Improvements
- Use
sys.executable
for calling Python (#181)
Contributors
A total of 5 developers contributed to this release.
@RangeKing @nijkah @kim3321 @ice-tong @zhouzaida
New Contributors
Full Changelog: v0.3.3...v0.3.4
MIM V0.3.3 Release
Features
- Support
mim search mmyolo --remote
(#172)
Bug fixes
- Fix the display problem and path separator on Windows (#166)
Improvements
- Refine the error message to show how to install mmengine. (#161)
Infra
- Update pre-commit config (#167)
Contributors
A total of 3 developers contributed to this release.
@saratrajput @RangeKing @ice-tong
New Contributors
- @saratrajput made their first contribution in #161
- @RangeKing made their first contribution in #166
Full Changelog: v0.3.2...v0.3.3
MIM V0.3.2 Release
Features
- Support OpenMMLab2.0 in
train / test / gridsearch
commands. - Create the destination directory if it does not exist when using the download command.
Contributors
A total of 2 developers contributed to this release.
@zhouzaida @ice-tong
MIM V0.3.1 Release
Features
- Support
python -m mim
usage (#158)
Contributors
A total of 2 developers contributed to this release.
@zhouzaida @ice-tong