From 2d49d4c4874a88957e3237482e16c3494ef571b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:09:41 -0700 Subject: [PATCH] chore(main): release 1.1.0 (#1738) * chore(main): release 1.1.0 * v1.1.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mikyo King --- CHANGELOG.md | 13 +++++++++++++ src/phoenix/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88fa6b3ede..8fbca56e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.0](https://github.com/Arize-ai/phoenix/compare/v1.0.0...v1.1.0) (2023-11-14) + + +### Features + +* Evals with explanations ([#1699](https://github.com/Arize-ai/phoenix/issues/1699)) ([2db8141](https://github.com/Arize-ai/phoenix/commit/2db814102ea27f441e201740cc75ace79c82837c)) +* **evals:** add an output_parser to llm_generate ([#1736](https://github.com/Arize-ai/phoenix/issues/1736)) ([6408dda](https://github.com/Arize-ai/phoenix/commit/6408dda7d33bfe84d929ddaacd01cb3269e0f63a)) + + +### Documentation + +* **evals:** document llm_generate with output parser ([#1741](https://github.com/Arize-ai/phoenix/issues/1741)) ([1e70ec3](https://github.com/Arize-ai/phoenix/commit/1e70ec3ff6158ffada40726419ae436ba6c7948d)) + ## [1.0.0](https://github.com/Arize-ai/phoenix/compare/v0.1.1...v1.0.0) (2023-11-10) diff --git a/src/phoenix/__init__.py b/src/phoenix/__init__.py index 1b9377dc2e..4242938e21 100644 --- a/src/phoenix/__init__.py +++ b/src/phoenix/__init__.py @@ -5,7 +5,7 @@ from .trace.fixtures import load_example_traces from .trace.trace_dataset import TraceDataset -__version__ = "1.0.0" +__version__ = "1.1.0" # module level doc-string __doc__ = """