Skip to content

Commit b54aafd

Browse files
[Release] Release of vizro 0.3.2 (#860)
1 parent 1dee965 commit b54aafd

6 files changed

+13
-145
lines changed

vizro-ai/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse
1111

1212
<!-- scriv-insert-here -->
1313

14+
<a id='changelog-0.3.2'></a>
15+
16+
# 0.3.2 — 2024-11-08
17+
18+
## Removed
19+
20+
- Removed the older models from model shortcuts and docs. ([#853](https://github.com/mckinsey/vizro/pull/853))
21+
22+
## Fixed
23+
24+
- Fixed output validation to handle Python code block markers from llm responses. ([#858](https://github.com/mckinsey/vizro/pull/858))
25+
1426
<a id='changelog-0.3.1'></a>
1527

1628
# 0.3.1 — 2024-11-06

vizro-ai/changelog.d/20241106_123658_runner.md

-48
This file was deleted.

vizro-ai/changelog.d/20241106_131649_maximilian_schulz_0_3_1.md

-48
This file was deleted.

vizro-ai/changelog.d/20241107_112343_lingyi_zhang_xai.md

-48
This file was deleted.

vizro-ai/src/vizro_ai/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__all__ = ["VizroAI"]
1111

12-
__version__ = "0.3.2.dev0"
12+
__version__ = "0.3.2"
1313

1414
# TODO: I think this collides with the VIZRO_LOG_LEVEL setting, as basicConfig can only be set once
1515
logging.basicConfig(level=os.getenv("VIZRO_AI_LOG_LEVEL", "INFO"))

0 commit comments

Comments
 (0)