Skip to content

Commit

Permalink
[Release] Release of vizro-ai 0.3.1 (#855)
Browse files Browse the repository at this point in the history
Co-authored-by: Petar Pejovic <[email protected]>
  • Loading branch information
maxschulz-COL and petar-qb authored Nov 6, 2024
1 parent a26c81c commit efb41d7
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 331 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.1'></a>

# 0.3.1 — 2024-11-06

## Changed

- Changed prompt for `vizro-ai.plot` to provide more guidance for desired import format. ([#854](https://github.com/mckinsey/vizro/pull/854))

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

# 0.3.0 — 2024-10-02
Expand Down

This file was deleted.

48 changes: 0 additions & 48 deletions vizro-ai/changelog.d/20241002_151023_runner.md

This file was deleted.

48 changes: 0 additions & 48 deletions vizro-ai/changelog.d/20241007_140626_jo_stichbury_794.md

This file was deleted.

This file was deleted.

This file was deleted.

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.1.dev0"
__version__ = "0.3.1"

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

Please sign in to comment.