Releases: Arize-ai/phoenix
Releases · Arize-ai/phoenix
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
v0.0.9
What's Changed
- feat: scrollbar styles via modernizr by @mikeldking in #488
- chore: fix links by @mikeldking in #490
- docs: image classification tutorial by @axiomofjoy in #491
- chore: improve sentiment classification tutorial by @axiomofjoy in #492
- feat: make selection table cells resizable by @mikeldking in #494
- chore: fix style on image classification notebook by @axiomofjoy in #501
- docs: example datasets tutorial by @axiomofjoy in #497
- docs: simplify notebooks by @axiomofjoy in #498
- fix: stable indexing of exported files by @RogerHYang in #499
- docs: update readme quickstart by @axiomofjoy in #503
- fix: exclude floats from cardinality by @RogerHYang in #493
- docs: update quickstart notebook by @axiomofjoy in #502
- feat: contextual help for hyperparameters by @mikeldking in #512
- fix(embeddings): lasso selects only visible points by @mikeldking in #520
- docs: sync 4-05-23 by @mikeldking in #521
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- fix: terminate by @RogerHYang in #472
- fix(embeddings): use eventIds instead of point IDs for everything by @mikeldking in #473
- fix: percent empty cell format by @RogerHYang in #474
- refactor: make percent cell declarative by @mikeldking in #479
- chore: readme and pypi cleanup by @axiomofjoy in #481
- fix: allow dimension values to be nullable by @mikeldking in #486
- feat: add route level error handling by @mikeldking in #485
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- feat: read exported Parquet files into pd.DataFrame by @RogerHYang in #462
- feat(embeddings): cluster export UI by @mikeldking in #466
- docs: sync 3-29-23 by @mikeldking in #467
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- refactor: DatasetDict to ExampleDatasets dataclass by @axiomofjoy in #452
- chore: add ExampleDatasets as a top-level import by @axiomofjoy in #453
- feat: normalize timestamps by @axiomofjoy in #451
- chore: add Session to top-level imports by @axiomofjoy in #455
- feat: support arize schema if provided by @mikeldking in #454
- feat: export to parquet by @RogerHYang in #424
- feat(embeddings): single dataset timeseries graph and selection by @mikeldking in #457
- feat(model): column formatting and time range selectors by @mikeldking in #458
- refactor: rename excludes schema field by @axiomofjoy in #460
- feat: allow download of exported parquet files by @RogerHYang in #459
- refactor: rename dataset type to dataset role by @RogerHYang in #461
Full Changelog: v0.0.5...v0.0.6
v0.0.4
What's Changed
- docs: sync 3-16-2023 by @mikeldking in #390
- chore: convert DatasetDict to dict and add repr for Dataset by @axiomofjoy in #425
- fix: make selected timestamp more explicit by @mikeldking in #445
- refactor: improve readability by @RogerHYang in #419
- fix(embedding): provide a light theme, increase point-size for viz by @mikeldking in #448
- docs: sync 2-24-2023 by @mikeldking in #449
Full Changelog: v0.0.3...v0.0.4
v0.0.2rc6
What's Changed
- docs: sync code to docs by @mikeldking in #379
- fix: numeric operations on numeric values only by @RogerHYang in #381
- feat: add descriptions to use-cases by @mikeldking in #387
- docs: sync 3-16-2023 by @mikeldking in #389
Full Changelog: v0.0.2rc5...v0.0.2rc6
v0.0.2rc5
What's Changed
- docs: main into docs by @mikeldking in #324
- docs: sync 3-14-2023 by @mikeldking in #378
- feat: clean-up tooltip styles by @mikeldking in #382
- feat: add links to app / docs on launch by @mikeldking in #383
Full Changelog: v0.0.2rc4...v0.0.2rc5
v0.0.2rc4
What's Changed
- feat: add cluster drift score by @nate-mar in #338
- feat: color point cloud by different strategy for single dataset by @mikeldking in #352
- fix: make reference optional, help() support by @mikeldking in #351
- chore: move fixtures, expose them via load func by @mikeldking in #353
- feat: granularity for drft timeseries by @RogerHYang in #346
- fix: granularity bug by @RogerHYang in #367
- docs: correct typo in readme by @axiomofjoy in #368
- ci: remove isort by @RogerHYang in #369
- feat: show drift ratio by @mikeldking in #371
- refactor: auto convert NaN to None for graphql by @RogerHYang in #370
- fix: return None in the case of no cluster drift by @mikeldking in #373
- fix: offset direction in granularity grouper by @RogerHYang in #374
- feat: selection details by @mikeldking in #375
Full Changelog: v0.0.2rc3...v0.0.2rc4
v0.0.2rc3
What's Changed
- docs: version info by @mikeldking in #276
- chore: main into docs by @mikeldking in #308
- feat: Move to zustand by @mikeldking in #312
- feat: add dataset visibility toggles by @mikeldking in #313
- feat: resolver for unique values for string dimensions by @RogerHYang in #303
- docs: clean up community resources in readme by @axiomofjoy in #317
- fix: time range for umap by @RogerHYang in #319
- refactor: add top-level imports and remove example notebooks by @axiomofjoy in #320
- chore: fix broken link in readme by @axiomofjoy in #321
- feat: color visibility settings by @mikeldking in #318
- docs: sync by @mikeldking in #309
- fix: remove time filter for ref dataset in UMAP by @RogerHYang in #326
- feat: add min max count to data quality metrics by @RogerHYang in #327
- feat: add DQ time series to embedding by @RogerHYang in #329
- fix: index out of bound by @RogerHYang in #332
- feat: pumb through event ids by @mikeldking in #334
- ci: switch flake8 to ruff by @RogerHYang in #333
- fix: series len check by @RogerHYang in #336
- fix: properly handle missing embedding columns by @mikeldking in #339
- feat: selection gallery by @mikeldking in #330
Full Changelog: v0.0.2rc2...v0.0.2rc3