Skip to content

Commit

Permalink
chore(main): release arize-phoenix 7.9.1 (#6144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Jan 23, 2025
1 parent c7f8b70 commit 11d2610
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"7.9.0","packages/phoenix-evals":"0.19.0","packages/phoenix-otel":"0.7.0","packages/phoenix-client":"0.1.0-alpha.1"}
{".":"7.9.1","packages/phoenix-evals":"0.19.0","packages/phoenix-otel":"0.7.0","packages/phoenix-client":"0.1.0-alpha.1"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [7.9.1](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-v7.9.0...arize-phoenix-v7.9.1) (2025-01-23)


### Bug Fixes

* Allow experiment table resize for large inputs ([#6134](https://github.com/Arize-ai/phoenix/issues/6134)) ([b87c3c7](https://github.com/Arize-ai/phoenix/commit/b87c3c733120cee45e55ec6e48a0da37b5c0611f))
* handle span events as ndarray for `TraceDataset.to_span` ([#6135](https://github.com/Arize-ai/phoenix/issues/6135)) ([42c0ae5](https://github.com/Arize-ai/phoenix/commit/42c0ae5bc705f62519737d6800867cf0551f9dd7))

## [7.9.0](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-v7.8.1...arize-phoenix-v7.9.0) (2025-01-21)


Expand Down
2 changes: 1 addition & 1 deletion src/phoenix/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "7.9.0"
__version__ = "7.9.1"

0 comments on commit 11d2610

Please sign in to comment.