3.8.0 (2024-03-07)
The Phoenix evals module is graduating out of experimental! You can now install Phoenix evals as a standalone package with pip install arize-phoenix-evals or you can include the new version of phoenix.evals along with the Phoenix install with pip install -U arize-phoenix[evals]. Swapping to the new evals module includes a few small breaking changes which might require some migration work. Details can be found in MIGRATION.md.
phoenix.experimental.evals is being deprecated and will remain in Phoenix for about a month before being removed.
Features
- gql: add trace count to gql project (#2484) (91b4ae1)
- Integrate
phoenix.evalsintophoenix(#2420) (dd3e7b4)