From f09a0addb79f12c53d91ceb0271972fca672a5e2 Mon Sep 17 00:00:00 2001 From: Maximilian Schulz Date: Thu, 4 Jan 2024 17:26:38 +0100 Subject: [PATCH 1/8] Add vizro-ai to issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/general-question.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 762b912c5..2ac8f3e25 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -29,7 +29,7 @@ body: - type: input attributes: - label: vizro version + label: vizro or vizro-ai version validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/general-question.yml b/.github/ISSUE_TEMPLATE/general-question.yml index b313106c7..2ea3226c3 100644 --- a/.github/ISSUE_TEMPLATE/general-question.yml +++ b/.github/ISSUE_TEMPLATE/general-question.yml @@ -35,7 +35,7 @@ body: - type: input attributes: - label: vizro version + label: vizro or vizro-ai version - type: input attributes: label: Python version From 6fbe55e86e47324fbff42b90097487da22004de5 Mon Sep 17 00:00:00 2001 From: Maximilian Schulz Date: Thu, 4 Jan 2024 17:28:16 +0100 Subject: [PATCH 2/8] Add hatch run example to vizro-ai --- vizro-ai/hatch.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/vizro-ai/hatch.toml b/vizro-ai/hatch.toml index ff922baed..f1deed535 100644 --- a/vizro-ai/hatch.toml +++ b/vizro-ai/hatch.toml @@ -22,6 +22,7 @@ dependencies = [ VIZRO_AI_LOG_LEVEL = "DEBUG" [envs.default.scripts] +example = "cd examples; python example.py" lint = "hatch run lint:lint {args:--all-files}" prep-release = [ "hatch version release", From 78345279b9818a3838c6885e670d3e2ca2241ff2 Mon Sep 17 00:00:00 2001 From: Maximilian Schulz Date: Thu, 4 Jan 2024 17:36:21 +0100 Subject: [PATCH 3/8] Adjust historic changelog file --- .../changelog.d/20231206_212921_antony.milne_pydantic_v2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md b/vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md index f1f65e73c..fcdc31bb9 100644 --- a/vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md +++ b/vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md @@ -34,12 +34,12 @@ Uncomment the section that is right (remove the HTML comment wrapper). - A bullet item for the Deprecated category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX ([#1](https://github.com/mckinsey/vizro/pull/1)) --> - + + + + + + + + From ce4576050a97f6b64c80ce8075c5865a89f2123a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:40:50 +0000 Subject: [PATCH 5/8] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md b/vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md index fcdc31bb9..113a61c21 100644 --- a/vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md +++ b/vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md @@ -39,7 +39,6 @@ Uncomment the section that is right (remove the HTML comment wrapper). - Fix incompatibility with `pydantic>=2.0.0` ([#189](https://github.com/mckinsey/vizro/pull/189)) -