From d16361b786a5494f517e79ccf19d2c1b2cae4cff Mon Sep 17 00:00:00 2001 From: Esteve Fernandez <33620+esteve@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:00:30 +0200 Subject: [PATCH 1/9] feat(words): add finetune (#622) Signed-off-by: Esteve Fernandez --- .cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.cspell.json b/.cspell.json index 80a9edfc..6224d788 100644 --- a/.cspell.json +++ b/.cspell.json @@ -686,6 +686,7 @@ "FHTI", "figsize", "filtfilt", + "finetune", "FLANN", "fliplr", "floralwhite", From d8c7ed6154575b74346ab5115cd03e075ee91d2a Mon Sep 17 00:00:00 2001 From: "tier4-autoware-public-bot[bot]" <98652886+tier4-autoware-public-bot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 18:07:44 +0900 Subject: [PATCH 2/9] feat(words): add parzen (#623) * feat(words): add parzen Signed-off-by: GitHub * ci(pre-commit): autofix --------- Signed-off-by: GitHub Co-authored-by: SakodaShintaro Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.cspell.json b/.cspell.json index 6224d788..d88f4145 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1248,6 +1248,7 @@ "parallelization", "paramtype", "parkinglot", + "parzen", "pathlib", "paththrough", "PCAN", From 54f813bff566c96e22a2ce3b8f4e0ee24a23c800 Mon Sep 17 00:00:00 2001 From: Mamoru Sobue Date: Fri, 29 Sep 2023 13:10:11 +0900 Subject: [PATCH 3/9] feat(words): add denoised (#624) --- .cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.cspell.json b/.cspell.json index d88f4145..86940936 100644 --- a/.cspell.json +++ b/.cspell.json @@ -577,6 +577,7 @@ "demangling", "DENABLE", "denoise", + "denoised", "densification", "dependabot", "deque", From 3cffb8ba213c6de7f2e4cdc49dc242115c469db7 Mon Sep 17 00:00:00 2001 From: "tier4-autoware-public-bot[bot]" <98652886+tier4-autoware-public-bot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 14:51:26 +0900 Subject: [PATCH 4/9] feat(words): add toolset (#627) * feat(words): add toolset Signed-off-by: GitHub * ci(pre-commit): autofix --------- Signed-off-by: GitHub Co-authored-by: miursh Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.cspell.json b/.cspell.json index 86940936..49ab2a62 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1644,6 +1644,7 @@ "toggleable", "tolist", "toolkits", + "toolset", "topk", "toplevel", "topo", From b9126c53b0b61d0a22589ba4fcffaedabfb84081 Mon Sep 17 00:00:00 2001 From: "tier4-autoware-public-bot[bot]" <98652886+tier4-autoware-public-bot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 14:52:12 +0900 Subject: [PATCH 5/9] feat(words): add mobilenet (#626) * feat(words): add mobilenet Signed-off-by: GitHub * ci(pre-commit): autofix --------- Signed-off-by: GitHub Co-authored-by: miursh Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.cspell.json b/.cspell.json index 49ab2a62..5358cb42 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1093,6 +1093,7 @@ "mmdet", "mmdetection", "mmlab", + "mobilenet", "mobilenetv", "modalias", "MODELZOO", From 7b2d671db52aa68e0c7b766bf3e4d6abf1c4aaa3 Mon Sep 17 00:00:00 2001 From: "tier4-autoware-public-bot[bot]" <98652886+tier4-autoware-public-bot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 05:53:06 +0000 Subject: [PATCH 6/9] feat(words): add mmpretrain (#625) * feat(words): add mmpretrain Signed-off-by: GitHub * ci(pre-commit): autofix * add mmdeploy --------- Signed-off-by: GitHub Co-authored-by: miursh Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Shunsuke Miura Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com> --- .cspell.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cspell.json b/.cspell.json index 5358cb42..1f406d6c 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1090,9 +1090,11 @@ "mlmodels", "mmclassification", "MMCV", + "mmdeploy", "mmdet", "mmdetection", "mmlab", + "mmpretrain", "mobilenet", "mobilenetv", "modalias", From 34aa803daaa2ae19b89b14b120695972faa661bb Mon Sep 17 00:00:00 2001 From: "tier4-autoware-public-bot[bot]" <98652886+tier4-autoware-public-bot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:30:39 +0900 Subject: [PATCH 7/9] feat(words): add optuna (#628) * feat(words): add optuna Signed-off-by: GitHub * ci(pre-commit): autofix --------- Signed-off-by: GitHub Co-authored-by: SakodaShintaro Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.cspell.json b/.cspell.json index 1f406d6c..bdb93b29 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1230,6 +1230,7 @@ "optarg", "optenv", "OPTIND", + "optuna", "orangered", "orocos", "orthometric", From e1a0e66698dc8b949f44d7dd9e90302221df3edb Mon Sep 17 00:00:00 2001 From: Alexey Panferov <37497658+lexavtanke@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:31:12 +0300 Subject: [PATCH 8/9] feat(ignorePaths): ignore .so extension (#629) Signed-off-by: Alexey Panferov --- .cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.cspell.json b/.cspell.json index bdb93b29..caf8de0b 100644 --- a/.cspell.json +++ b/.cspell.json @@ -19,6 +19,7 @@ "**/*.osm", "**/*.pcd", "**/*.pt", + "**/*.so", "**/*.stl", "**/*.svg", "**/*.wav", From 7e862c262738964bcf78e6a4ad5fbadd72014539 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:32:29 +0900 Subject: [PATCH 9/9] ci(pre-commit): autoupdate (#621) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/igorshubovych/markdownlint-cli: v0.36.0 → v0.37.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.36.0...v0.37.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.9.0.6](https://github.com/shellcheck-py/shellcheck-py/compare/v0.9.0.5...v0.9.0.6) - [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kotaro Yoshimoto --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a242040..39424d80 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-json - id: check-merge-conflict @@ -18,7 +18,7 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.36.0 + rev: v0.37.0 hooks: - id: markdownlint args: [-c, .markdownlint.yaml, --fix] @@ -34,7 +34,7 @@ repos: - id: yamllint - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.5 + rev: v0.9.0.6 hooks: - id: shellcheck @@ -50,7 +50,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black args: [--line-length=100]