Skip to content

Releases: open-mmlab/mim

MIM Release V0.3.10

28 Aug 08:56
bf69e00
Compare
Choose a tag to compare

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

26 Jun 03:35
53536fc
Compare
Choose a tag to compare

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

19 May 10:29
706cdc5
Compare
Choose a tag to compare

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

Full Changelog: v0.3.7...v0.3.8

MIM releases v0.3.7

21 Mar 11:09
406e447
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.6...v0.3.7

MIM V0.3.6 Release

04 Feb 03:45
dd7f11c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

MIM V0.3.5 Release

18 Jan 07:18
75c4559
Compare
Choose a tag to compare

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

27 Dec 11:03
ff137cc
Compare
Choose a tag to compare

Features

  • Add ignore-ssl option to disable the check certificate for mim 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

09 Nov 09:09
6d94741
Compare
Choose a tag to compare

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

Full Changelog: v0.3.2...v0.3.3

MIM V0.3.2 Release

23 Sep 12:04
ac0d104
Compare
Choose a tag to compare

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

05 Sep 03:03
ffaff8a
Compare
Choose a tag to compare

Features

  • Support python -m mim usage (#158)

Contributors

A total of 2 developers contributed to this release.
@zhouzaida @ice-tong