Skip to content

Commit

Permalink
[Release] Release of vizro 0.3.2 (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL authored Nov 8, 2024
1 parent 1dee965 commit b54aafd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 145 deletions.
12 changes: 12 additions & 0 deletions vizro-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse

<!-- scriv-insert-here -->

<a id='changelog-0.3.2'></a>

# 0.3.2 — 2024-11-08

## Removed

- Removed the older models from model shortcuts and docs. ([#853](https://github.com/mckinsey/vizro/pull/853))

## Fixed

- Fixed output validation to handle Python code block markers from llm responses. ([#858](https://github.com/mckinsey/vizro/pull/858))

<a id='changelog-0.3.1'></a>

# 0.3.1 — 2024-11-06
Expand Down
48 changes: 0 additions & 48 deletions vizro-ai/changelog.d/20241106_123658_runner.md

This file was deleted.

48 changes: 0 additions & 48 deletions vizro-ai/changelog.d/20241106_131649_maximilian_schulz_0_3_1.md

This file was deleted.

48 changes: 0 additions & 48 deletions vizro-ai/changelog.d/20241107_112343_lingyi_zhang_xai.md

This file was deleted.

2 changes: 1 addition & 1 deletion vizro-ai/src/vizro_ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__all__ = ["VizroAI"]

__version__ = "0.3.2.dev0"
__version__ = "0.3.2"

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

0 comments on commit b54aafd

Please sign in to comment.