v0.0.10
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 #511
- fix: display point-cloud errors in the UI for troubleshooting by @mikeldking in #525
- chore: fix version retrieval by @fjcasti1 in #527
- feat: run uvicorn in thread by @RogerHYang in #515
- fix(embeddings): make embedding details scroll by @mikeldking in #530
- docs: fix missing field in quickstart schema by @axiomofjoy in #526
- refactor: persist dataset only when starting server in a Process by @RogerHYang in #548
- docs: Update README.md with Thanks section to UMAP and HDBSCAN by @mikeldking in #549
Full Changelog: v0.0.9...v0.0.10