Commit Graph

16 Commits (77f5866a67ce792955225aa1acfafce526268e93)

Author SHA1 Message Date
yancong xiao 77f5866a67
[Chore] Fix the issue that the click version is locked at 7.x (#127)
* fix the issue that the click version is locked at 7.x

* add .vscode into .gitignore

* fix the issue that the click version is locked at 7.x

* add .vscode into .gitignore

* refine(click/compat.py): remove helper function

* chore(ci): add click<8.0.0 tests in ci

* refine(commands): refine imports

* commit suggestion(mim/click/option.py): refine doc comments.

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* commit suggestion(mim/click/compat.py): add typing hint

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* commit suggestion(mim/click/compat.py): add line comment

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* commit suggestion(mim/click/compat.py): add typing hit in doc comment

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* update(click/compat.py): add typing hint

* tests(tests/test_search): add a simple functional test for OptionEatAll

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
2022-06-16 15:55:21 +08:00
Zaida Zhou d8f00ed895
Add pyupgrade and codespell pre-commit hooks (#130)
* Add pyupgrade and codespell pre-commit hooks

* minor fix
2022-06-14 12:32:59 +08:00
Jiazhen Wang 945a565ba4
add windows ci (#106) 2022-06-14 10:00:57 +08:00
Zaida Zhou 695f2af0e4
[Fix] Fix and refactor unit tests (#128)
* fix and refactor unit tests

* Fix GPG key error in CI

* use container provided by pytorch

* install git in container

* install git in container

* fix ci

* update pip version

* install system dependencies

* add test data

* add circleci

* add test data

* refine ut
2022-06-14 00:02:58 +08:00
Zaida Zhou 08a99cff03
[Docs] Refactor the structure of the documentation (#94)
* [Docs] Refactor the structure of documentation
2021-12-10 20:43:50 +08:00
Zaida Zhou 2ec36a90d7
use official markdownlint hook (#92) 2021-12-07 15:10:21 +08:00
Zaida Zhou 622cc8a7b1
cancel the outdated action (#91) 2021-12-07 13:15:57 +08:00
Zaida Zhou d234738f88
Skip CI when some specific files were changed (#90) 2021-12-07 13:09:26 +08:00
Zaida Zhou c156e060ee
[Fix] Change the version of ubuntu from ubuntu-latest to ubuntu-18.04 in CI (#82) 2021-09-01 21:14:04 +08:00
Zaida Zhou b6ee8775a6
[Refactor] Speed the list command (#77)
* [Refactor] Speed the list command

* remove importlib_metadata

* rename var

* debug

* upgrade the setuptools in CI
2021-08-04 20:10:11 +08:00
Zaida Zhou 6f309bdd98
[Refactor] Refactor list cmd (#67)
* [Refactor] Refactor list cmd

* simply

* fix errror when getting home-pag from pypi

* fix unittet

* add unittest

* fix ci

* fix ci

* install wheel in CI to fix error

* refactor and add a decorator to make sure package has been installed

* rename function and add commnent for CI
2021-07-24 11:43:31 +08:00
Haodong Duan a20a02a97f
[Improvement] Switch More UnitTest On (#30)
* cpu training

* update README

* test all

* fix unittest
2021-06-01 13:03:39 +08:00
zhouzaida c7de8e5242 upload coverage to Codecov 2021-05-20 17:57:08 +08:00
zhouzaida 26dc15068f add pytorch1.5 in ci 2021-05-20 17:45:04 +08:00
zhouzaida cea7f5f41e ignore tunittest of gridsearch run test train command in ci 2021-05-20 17:27:55 +08:00
zhouzaida 9a9fd9c099 Add ci 2021-05-20 16:41:55 +08:00