Releases: evidentlyai/evidently
Releases · evidentlyai/evidently
v0.5.0
What's Changed
- No teams by @svetleo-evidently in #1375
- move projects from teams to org by @svetleo-evidently in #1376
- Dataset to project postmigration by @svetleo-evidently in #1379
- add project read permission for org viewer by @svetleo-evidently in #1377
- Docs: change
TextOverviewPreset
toTextEvals
by @SkafteNicki in #1374 - No team_id in docs by @emeli-dral in #1381
- feat: add IsValidSQL() by @vectorvp in #1372
New Contributors
- @SkafteNicki made their first contribution in #1374
- @vectorvp made their first contribution in #1372
Full Changelog: v0.4.40...v0.5.0
v0.4.40
What's Changed
- add list users permission by @DimaAmega in #1362
- Move pipes import to support py3.13 by @mike0sv in #1361
- remove exp datagen by @DimaAmega in #1366
- Move datasets to project by @svetleo-evidently in #1365
- Docs: small fixes by @elenasamuylova in #1368
Full Changelog: v0.4.39...v0.4.40
v0.4.39
What's Changed
- UI: refactor playwright run by @DimaAmega in #1331
- run-snapshot-async by @svetleo-evidently in #1330
- Add ItemMatch + ItemNoMatch Descriptors by @jon-bown in #1338
- UI(tests): increase timeout to
4m
by @DimaAmega in #1344 - Feature/dataset generator by @mike0sv in #1340
- Remove pip-audit by @Liraim in #1345
- Add JSONSchemaMatch feature and descriptor by @trey-capps in #1342
- IsValidJSON() descriptor by @gagan-bhullar-tech in #1325
- ExactMatch descriptor by @gagan-bhullar-tech in #1326
- Add WordMatch + WordNoMatch descriptor by @jon-bown in #1334
- use new wrapper/prompt api by @mike0sv in #1346
- Feat/add contains link descriptor by @Sifr-un in #1333
- Fix embeddings test presets error by @Liraim in #1347
- Add missing type aliases in how_to_make_custom_metric_and_test example by @Liraim in #1349
- Remove TextOverviewPresets references from examples and docs by @Liraim in #1348
- Fix llm example. by @Liraim in #1350
- Update Mypy rules and version. by @Liraim in #1343
- OpenAI error message by @svetleo-evidently in #1354
- added JSONMatch Descriptor by @ramachaitanya0 in #1337
- Add IsValidPython descriptor by @trey-capps in #1351
- Fix PyTorch-NumPy compatibility in build workflows by @Liraim in #1356
- UI: dark mode by @DimaAmega in #1355
- Fix typos by @strickvl in #1358
- fix(dashboard): filter by date test panels by @DimaAmega in #1359
- feat: Add BERTScore feature descriptor and feature by @projectultra in #1335
New Contributors
- @jon-bown made their first contribution in #1338
- @trey-capps made their first contribution in #1342
- @gagan-bhullar-tech made their first contribution in #1325
- @Sifr-un made their first contribution in #1333
- @ramachaitanya0 made their first contribution in #1337
- @projectultra made their first contribution in #1335
Full Changelog: v0.4.38...v0.4.39
v0.4.38
What's Changed
- UI(linter, formatter): setup
biome
by @DimaAmega in #1287 - UI: fix cache issue on CI by @DimaAmega in #1290
- UI: fix biome by @DimaAmega in #1291
- UI: a bit dry in CI by @DimaAmega in #1293
- Update NavigationProgress.tsx z-index by @DimaAmega in #1295
- Docs for v0.4.37 by @elenasamuylova in #1297
- Feature/llm playground by @mike0sv in #1298
- Fixing minor typo by @sapenov in #1303
- UI(refactor): CI: merge
code-check
job withtype-check
job by @DimaAmega in #1304 - UUID7 by @mike0sv in #1267
- ALIES INVASION by @mike0sv in #1301
- add llm env for example tests by @mike0sv in #1299
- make ui/base async by @mike0sv in #1307
- UI: Replace github icon to discord icon by @DimaAmega in #1322
- UI(fix): discord link by @DimaAmega in #1323
New Contributors
Full Changelog: v0.4.37...v0.4.38
v0.4.37
What's Changed
- Fix README links by @elenasamuylova in #1257
- Fix missing feature_type in ColumnDriftMetric. by @Liraim in #1258
- serializable presets by @mike0sv in #1254
- Remove top version boundary for nltk. by @Liraim in #1261
- fix semantic similarity descriptor by @mike0sv in #1260
- fix openai model by @mike0sv in #1262
- Remove opentelemetry dependency. by @Liraim in #1264
- llm judges updates by @mike0sv in #1259
- get_api_route_handelers fix by @svetleo-evidently in #1266
- fix recsys stuff by @mike0sv in #1265
- fix typo by @svetleo-evidently in #1263
- LLMEval (binary judge) by @mike0sv in #1268
- Docs: major update by @elenasamuylova in #1270
- Raise validation error on import error by @mike0sv in #1269
- Docs: updates + 2 new tutorials by @elenasamuylova in #1274
- Bias and Toxicity evals by @emeli-dral in #1276
- Fix
datasets.load_iris
parameter in the README by @gcbeltramini in #1273 - UI: date range debounce by @DimaAmega in #1279
- Update llm_judges.py by @DimaAmega in #1284
- LLM evals with columns by @mike0sv in #1272
- Link config snapshot by @svetleo-evidently in #1283
- Collector save data by @mike0sv in #1282
- Remove text overview preset by @mike0sv in #1271
- cryptography version up by @svetleo-evidently in #1285
- rename semantic_similarity by @mike0sv in #1286
- Added examples for custom descriptors, semantic similarity by @emeli-dral in #1288
New Contributors
- @gcbeltramini made their first contribution in #1273
Full Changelog: v0.4.36...v0.4.37
v0.4.36
What's Changed
- Docs: Quickstart updates + Tracing by @elenasamuylova in #1244
- Fix hash in OpenAIFeature. by @Liraim in #1249
- Prompting examples updates by @emeli-dral in #1251
- add columns in llm descriptor by @mike0sv in #1250
- Change default address to 127.0.0.1 in UI and Collector service. by @Liraim in #1252
- fix #1234 by @mike0sv in #1253
- make type field literal type by @mike0sv in #1238
Full Changelog: v0.4.35...v0.4.36
v0.4.35
What's Changed
- fix typo by @mike0sv in #1245
- OpenAIPrompting -> LLMEval by @emeli-dral in #1246
- fix llm single column by @mike0sv in #1247
- Fix HuggingFaceFeature / CustomEvals hash error. by @Liraim in #1248
Full Changelog: v0.4.34...v0.4.35
v0.4.34
What's Changed
- UI(fix): SnapshotsListTemplate by @DimaAmega in #1235
- Multi-column descriptors by @mike0sv in #1222
- CI: fix skip test on python 3.12 by @DimaAmega in #1236
- UI(fix):
in-order
add categoryorder by @DimaAmega in #1240 - Hold reports in collector service until it uploaded to UI service. by @Liraim in #1241
- llm judges by @mike0sv in #1237
- Example/tracing tutorial by @emeli-dral in #1242
Full Changelog: v0.4.33...v0.4.34
v0.4.33
What's Changed
- fix get_column_mapping for testsuite by @svetleo-evidently in #1227
- UI(refactor): snapshots list slots by @DimaAmega in #1229
- UI: api refactor by @DimaAmega in #1228
- Fix duplications report metrics when report run multiple times. by @Liraim in #1230
Full Changelog: v0.4.32...v0.4.33
v0.4.32
What's Changed
- UI(fix): Glitch effect in LoadableVIew by @DimaAmega in #1202
- Tracing improvements. by @Liraim in #1204
- UI(feature): date filter component by @DimaAmega in #1209
- Updated README by @elenasamuylova in #1199
- Feature/dataset id in list reports by @svetleo-evidently in #1207
- UI: refactor date filter component by @DimaAmega in #1212
- fix README.md by @emeli-dral in #1213
- fix for llm tutorial by @emeli-dral in #1214
- add source_fingerprint to widgets by @mike0sv in #1215
- Removed duplicate pandas reference in requirements.txt by @Emryn-Hofmann in #1210
- Fixes #1030 negative values on axes by @GwenVCX in #1183
- UI(fix): css by @DimaAmega in #1216
- dry github workflows by @DimaAmega in #1175
- add report with data by @mike0sv in #1208
- Remove correlation from presets. by @Liraim in #1219
- Docs fix by @elenasamuylova in #1220
- UI: add
additionalSnapshotActions
slot toSnapshotsListTemplate
by @DimaAmega in #1218 - Move tracing into separate distribution package. by @Liraim in #1205
- inject_feature_types_in_column_mapping by @svetleo-evidently in #1221
- an example of upload and download data from projects by @emeli-dral in #1223
- Simplify version check for releases. by @Liraim in #1225
New Contributors
- @Emryn-Hofmann made their first contribution in #1210
- @GwenVCX made their first contribution in #1183
Full Changelog: v0.4.31...v0.4.32