From f09a0addb79f12c53d91ceb0271972fca672a5e2 Mon Sep 17 00:00:00 2001 From: Maximilian Schulz Date: Thu, 4 Jan 2024 17:26:38 +0100 Subject: [PATCH 1/9] 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/9] 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/9] 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/9] [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)) - + + +# 0.1.1 — 2024-01-04 + +## Fixed + +- Fix incompatibility with `pydantic>=2.0.0` ([#189](https://github.com/mckinsey/vizro/pull/189)) + +## Security + +- Bump langchain version to 0.0.329, suggested by snyk ([#204](https://github.com/mckinsey/vizro/pull/204)) + # 0.1.0 — 2023-11-13 diff --git a/vizro-ai/changelog.d/20231113_115109_lingyi_zhang_vizro_ai.md b/vizro-ai/changelog.d/20231113_115109_lingyi_zhang_vizro_ai.md deleted file mode 100644 index f1f65e73c..000000000 --- a/vizro-ai/changelog.d/20231113_115109_lingyi_zhang_vizro_ai.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - diff --git a/vizro-ai/changelog.d/20231113_183619_alexey_snigir.md b/vizro-ai/changelog.d/20231113_183619_alexey_snigir.md deleted file mode 100644 index f1f65e73c..000000000 --- a/vizro-ai/changelog.d/20231113_183619_alexey_snigir.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - diff --git a/vizro-ai/changelog.d/20231114_161107_antony.milne_release_lint.md b/vizro-ai/changelog.d/20231114_161107_antony.milne_release_lint.md deleted file mode 100644 index f1f65e73c..000000000 --- a/vizro-ai/changelog.d/20231114_161107_antony.milne_release_lint.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - diff --git a/vizro-ai/changelog.d/20231128_173055_antony.milne_models_navigation_navbar.md b/vizro-ai/changelog.d/20231128_173055_antony.milne_models_navigation_navbar.md deleted file mode 100644 index f1f65e73c..000000000 --- a/vizro-ai/changelog.d/20231128_173055_antony.milne_models_navigation_navbar.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - diff --git a/vizro-ai/changelog.d/20231205_121131_antony.milne.md b/vizro-ai/changelog.d/20231205_121131_antony.milne.md deleted file mode 100644 index f1f65e73c..000000000 --- a/vizro-ai/changelog.d/20231205_121131_antony.milne.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index 113a61c21..000000000 --- a/vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - -### Fixed - -- Fix incompatibility with `pydantic>=2.0.0` ([#189](https://github.com/mckinsey/vizro/pull/189)) - - diff --git a/vizro-ai/changelog.d/20231208_135526_lingyi_zhang_snyk_issues_1208.md b/vizro-ai/changelog.d/20231208_135526_lingyi_zhang_snyk_issues_1208.md deleted file mode 100644 index 0ba03fcc9..000000000 --- a/vizro-ai/changelog.d/20231208_135526_lingyi_zhang_snyk_issues_1208.md +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - -### Security - -- Bump langchain version to 0.0.329, suggested by snyk ([#204](https://github.com/mckinsey/vizro/pull/204)) diff --git a/vizro-ai/changelog.d/20231213_231202_huong_li_nguyen_convert_warnings_into_errors.md b/vizro-ai/changelog.d/20231213_231202_huong_li_nguyen_convert_warnings_into_errors.md deleted file mode 100644 index f1f65e73c..000000000 --- a/vizro-ai/changelog.d/20231213_231202_huong_li_nguyen_convert_warnings_into_errors.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - diff --git a/vizro-ai/changelog.d/20231214_163129_huong_li_nguyen_add_python_312.md b/vizro-ai/changelog.d/20231214_163129_huong_li_nguyen_add_python_312.md deleted file mode 100644 index f1f65e73c..000000000 --- a/vizro-ai/changelog.d/20231214_163129_huong_li_nguyen_add_python_312.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - diff --git a/vizro-ai/changelog.d/20240104_173912_maximilian_schulz_fix_vizro_ai_field_reference.md b/vizro-ai/changelog.d/20240104_173912_maximilian_schulz_fix_vizro_ai_field_reference.md deleted file mode 100644 index f1f65e73c..000000000 --- a/vizro-ai/changelog.d/20240104_173912_maximilian_schulz_fix_vizro_ai_field_reference.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - diff --git a/vizro-ai/changelog.d/20231113_111223_lingyi_zhang_0_1_0.md b/vizro-ai/changelog.d/20240104_182627_maximilian_schulz_0_1_1.md similarity index 100% rename from vizro-ai/changelog.d/20231113_111223_lingyi_zhang_0_1_0.md rename to vizro-ai/changelog.d/20240104_182627_maximilian_schulz_0_1_1.md diff --git a/vizro-ai/src/vizro_ai/__init__.py b/vizro-ai/src/vizro_ai/__init__.py index 7d4a50fb4..590e5da31 100644 --- a/vizro-ai/src/vizro_ai/__init__.py +++ b/vizro-ai/src/vizro_ai/__init__.py @@ -5,6 +5,6 @@ __all__ = ["VizroAI"] -__version__ = "0.1.1.dev0" +__version__ = "0.1.1" logging.basicConfig(level=os.getenv("VIZRO_AI_LOG_LEVEL", "INFO"))