v0.0.10
版本发布时间: 2023-04-08 12:30:16
Arize-ai/phoenix最新发布版本:arize-phoenix-v5.2.1(2024-10-09 04:20:42)
Phoenix now by default runs in a thread rather than a separate process, making boot time an order of magnitude faster.
What's Changed
- fix: add default prediction id, exclude from dimensions by @fjcasti1 in https://github.com/Arize-ai/phoenix/pull/511
- fix: display point-cloud errors in the UI for troubleshooting by @mikeldking in https://github.com/Arize-ai/phoenix/pull/525
- chore: fix version retrieval by @fjcasti1 in https://github.com/Arize-ai/phoenix/pull/527
- feat: run uvicorn in thread by @RogerHYang in https://github.com/Arize-ai/phoenix/pull/515
- fix(embeddings): make embedding details scroll by @mikeldking in https://github.com/Arize-ai/phoenix/pull/530
- docs: fix missing field in quickstart schema by @axiomofjoy in https://github.com/Arize-ai/phoenix/pull/526
- refactor: persist dataset only when starting server in a Process by @RogerHYang in https://github.com/Arize-ai/phoenix/pull/548
- docs: Update README.md with Thanks section to UMAP and HDBSCAN by @mikeldking in https://github.com/Arize-ai/phoenix/pull/549
Full Changelog: https://github.com/Arize-ai/phoenix/compare/v0.0.9...v0.0.10