Skip to content

Latest commit

 

History

History
67 lines (35 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

67 lines (35 loc) · 2.43 KB

Changelog

Unreleased

See the fragment files in the changelog.d directory.

0.2.0 — 2024-05-09

Removed

  • Removed temperature and model_name arguments of VizroAI class. For current configuration options, visit the Vizro-AI docs (#423)

Added

  • Enable customization of LLM models provided to Vizro-AI class. (#423)

Changed

0.1.2 — 2024-03-13

Added

  • Add max_debug_retry parameter to VizroAI.plot to allow users to determine the maximum number of debugging attempts desired. (#261)

  • Enable automatic loading of environment variables in a .env file. (#270)

Changed

  • Remove upper bound for langchain and openai dependencies. (#369)

Fixed

  • Remove the keyword explain from docs example explaining the _get_chart_code function. (#256)

0.1.1 — 2024-01-04

Fixed

  • Fix incompatibility with pydantic>=2.0.0 (#189)

Security

  • Bump langchain version to 0.0.329, suggested by snyk (#204)

0.1.0 — 2023-11-13

Highlights ✨

  • Initial release of Vizro-AI package. Vizro-AI is a tool for generating data visualizations. (#138)