Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8'></a>

# 0.3.8 — 2026-01-05

## Removed

- Remove `dashboard_ui` example. ([#1332](https://github.com/mckinsey/vizro/pull/1332))

- Drop support for Python 3.9. ([#1484](https://github.com/mckinsey/vizro/pull/1484))

- Drop support for Python 3.14 until dependencies are updated. ([#1529](https://github.com/mckinsey/vizro/pull/1529))

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

# 0.3.7 — 2025-06-03
Expand Down
48 changes: 0 additions & 48 deletions vizro-ai/changelog.d/20250603_144151_runner.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file removed vizro-ai/changelog.d/a.md
Empty file.
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.8.dev0"
__version__ = "0.3.8"

# 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"))
Loading