Evidently

Latest version: v0.6.7

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 17

0.4.38

What's Changed
* UI(linter, formatter): setup `biome` by DimaAmega in https://github.com/evidentlyai/evidently/pull/1287
* UI: fix cache issue on CI by DimaAmega in https://github.com/evidentlyai/evidently/pull/1290
* UI: fix biome by DimaAmega in https://github.com/evidentlyai/evidently/pull/1291
* UI: a bit dry in CI by DimaAmega in https://github.com/evidentlyai/evidently/pull/1293
* Update NavigationProgress.tsx z-index by DimaAmega in https://github.com/evidentlyai/evidently/pull/1295
* Docs for v0.4.37 by elenasamuylova in https://github.com/evidentlyai/evidently/pull/1297
* Feature/llm playground by mike0sv in https://github.com/evidentlyai/evidently/pull/1298
* Fixing minor typo by sapenov in https://github.com/evidentlyai/evidently/pull/1303
* UI(refactor): CI: merge `code-check` job with `type-check` job by DimaAmega in https://github.com/evidentlyai/evidently/pull/1304
* UUID7 by mike0sv in https://github.com/evidentlyai/evidently/pull/1267
* ALIES INVASION by mike0sv in https://github.com/evidentlyai/evidently/pull/1301
* add llm env for example tests by mike0sv in https://github.com/evidentlyai/evidently/pull/1299
* make ui/base async by mike0sv in https://github.com/evidentlyai/evidently/pull/1307
* UI: Replace github icon to discord icon by DimaAmega in https://github.com/evidentlyai/evidently/pull/1322
* UI(fix): discord link by DimaAmega in https://github.com/evidentlyai/evidently/pull/1323

New Contributors
* sapenov made their first contribution in https://github.com/evidentlyai/evidently/pull/1303

**Full Changelog**: https://github.com/evidentlyai/evidently/compare/v0.4.37...v0.4.38

0.4.37

What's Changed
* Fix README links by elenasamuylova in https://github.com/evidentlyai/evidently/pull/1257
* Fix missing feature_type in ColumnDriftMetric. by Liraim in https://github.com/evidentlyai/evidently/pull/1258
* serializable presets by mike0sv in https://github.com/evidentlyai/evidently/pull/1254
* Remove top version boundary for nltk. by Liraim in https://github.com/evidentlyai/evidently/pull/1261
* fix semantic similarity descriptor by mike0sv in https://github.com/evidentlyai/evidently/pull/1260
* fix openai model by mike0sv in https://github.com/evidentlyai/evidently/pull/1262
* Remove opentelemetry dependency. by Liraim in https://github.com/evidentlyai/evidently/pull/1264
* llm judges updates by mike0sv in https://github.com/evidentlyai/evidently/pull/1259
* get_api_route_handelers fix by svetleo-evidently in https://github.com/evidentlyai/evidently/pull/1266
* fix recsys stuff by mike0sv in https://github.com/evidentlyai/evidently/pull/1265
* fix typo by svetleo-evidently in https://github.com/evidentlyai/evidently/pull/1263
* LLMEval (binary judge) by mike0sv in https://github.com/evidentlyai/evidently/pull/1268
* Docs: major update by elenasamuylova in https://github.com/evidentlyai/evidently/pull/1270
* Raise validation error on import error by mike0sv in https://github.com/evidentlyai/evidently/pull/1269
* Docs: updates + 2 new tutorials by elenasamuylova in https://github.com/evidentlyai/evidently/pull/1274
* Bias and Toxicity evals by emeli-dral in https://github.com/evidentlyai/evidently/pull/1276
* Fix `datasets.load_iris` parameter in the README by gcbeltramini in https://github.com/evidentlyai/evidently/pull/1273
* UI: date range debounce by DimaAmega in https://github.com/evidentlyai/evidently/pull/1279
* Update llm_judges.py by DimaAmega in https://github.com/evidentlyai/evidently/pull/1284
* LLM evals with columns by mike0sv in https://github.com/evidentlyai/evidently/pull/1272
* Link config snapshot by svetleo-evidently in https://github.com/evidentlyai/evidently/pull/1283
* Collector save data by mike0sv in https://github.com/evidentlyai/evidently/pull/1282
* Remove text overview preset by mike0sv in https://github.com/evidentlyai/evidently/pull/1271
* cryptography version up by svetleo-evidently in https://github.com/evidentlyai/evidently/pull/1285
* rename semantic_similarity by mike0sv in https://github.com/evidentlyai/evidently/pull/1286
* Added examples for custom descriptors, semantic similarity by emeli-dral in https://github.com/evidentlyai/evidently/pull/1288

New Contributors
* gcbeltramini made their first contribution in https://github.com/evidentlyai/evidently/pull/1273

**Full Changelog**: https://github.com/evidentlyai/evidently/compare/v0.4.36...v0.4.37

0.4.36

What's Changed
* Docs: Quickstart updates + Tracing by elenasamuylova in https://github.com/evidentlyai/evidently/pull/1244
* Fix hash in OpenAIFeature. by Liraim in https://github.com/evidentlyai/evidently/pull/1249
* Prompting examples updates by emeli-dral in https://github.com/evidentlyai/evidently/pull/1251
* add columns in llm descriptor by mike0sv in https://github.com/evidentlyai/evidently/pull/1250
* Change default address to 127.0.0.1 in UI and Collector service. by Liraim in https://github.com/evidentlyai/evidently/pull/1252
* fix 1234 by mike0sv in https://github.com/evidentlyai/evidently/pull/1253
* make type field literal type by mike0sv in https://github.com/evidentlyai/evidently/pull/1238


**Full Changelog**: https://github.com/evidentlyai/evidently/compare/v0.4.35...v0.4.36

0.4.35

What's Changed
* fix typo by mike0sv in https://github.com/evidentlyai/evidently/pull/1245
* OpenAIPrompting -> LLMEval by emeli-dral in https://github.com/evidentlyai/evidently/pull/1246
* fix llm single column by mike0sv in https://github.com/evidentlyai/evidently/pull/1247
* Fix HuggingFaceFeature / CustomEvals hash error. by Liraim in https://github.com/evidentlyai/evidently/pull/1248


**Full Changelog**: https://github.com/evidentlyai/evidently/compare/v0.4.34...v0.4.35

0.4.34

What's Changed
* UI(fix): SnapshotsListTemplate by DimaAmega in https://github.com/evidentlyai/evidently/pull/1235
* Multi-column descriptors by mike0sv in https://github.com/evidentlyai/evidently/pull/1222
* CI: fix skip test on python 3.12 by DimaAmega in https://github.com/evidentlyai/evidently/pull/1236
* UI(fix): `in-order` add categoryorder by DimaAmega in https://github.com/evidentlyai/evidently/pull/1240
* Hold reports in collector service until it uploaded to UI service. by Liraim in https://github.com/evidentlyai/evidently/pull/1241
* llm judges by mike0sv in https://github.com/evidentlyai/evidently/pull/1237
* Example/tracing tutorial by emeli-dral in https://github.com/evidentlyai/evidently/pull/1242


**Full Changelog**: https://github.com/evidentlyai/evidently/compare/v0.4.33...v0.4.34

0.4.33

What's Changed
* fix get_column_mapping for testsuite by svetleo-evidently in https://github.com/evidentlyai/evidently/pull/1227
* UI(refactor): snapshots list slots by DimaAmega in https://github.com/evidentlyai/evidently/pull/1229
* UI: api refactor by DimaAmega in https://github.com/evidentlyai/evidently/pull/1228
* Fix duplications report metrics when report run multiple times. by Liraim in https://github.com/evidentlyai/evidently/pull/1230


**Full Changelog**: https://github.com/evidentlyai/evidently/compare/v0.4.32...v0.4.33

Page 3 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.