Skip to content

Commit

Permalink
[Release] Release of vizro-ai 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyielia committed Feb 24, 2025
1 parent 5d83703 commit e0a0c93
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 97 deletions.
8 changes: 8 additions & 0 deletions vizro-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse

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

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

# 0.3.5 — 2025-02-24

## Added

- Added `_minimal_output` flag to allow excluding "chart insights" and "code explanations" from LLM responses. ([#1007](https://github.com/mckinsey/vizro/pull/1007))

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

# 0.3.4 — 2025-02-10
Expand Down
48 changes: 0 additions & 48 deletions vizro-ai/changelog.d/20250210_165039_runner.md

This file was deleted.

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.5.dev0"
__version__ = "0.3.5"

# 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 e0a0c93

Please sign in to comment.