Releases: evidentlyai/evidently
Releases · evidentlyai/evidently
v0.4.22
What's Changed
- Fix details in ColumnSummaryMetrics. by @Liraim in #1107
- Cloud Tutorial - Update by @elenasamuylova in #1104
- improve categorical features selection in data definition by @svetleo-evidently in #1109
- New text descriptors and features. by @Liraim in #1105
- Add access to original and computed data. by @Liraim in #1106
- Example with simple and llm-based descriptors by @emeli-dral in #1111
- Update example_test.py by @emeli-dral in #1112
Full Changelog: v0.4.21...v0.4.22
v0.4.21
What's Changed
- bump litestar by @mike0sv in #1098
- rename state dep by @mike0sv in #1099
- Update devcontainer.json: Remove comments from json by @DimaAmega in #1096
- Added an example for data and ml monitoring by @emeli-dral in #1100
- Bump
actions/checkout
fromv3
tov4
by @DimaAmega in #1102 - 671 calculate snapshot from file by @svetleo-evidently in #1090
- LLM Descriptors by @Liraim in #1101
Full Changelog: v0.4.20...v0.4.21
v0.4.20
What's Changed
- UI new theme and better error handling by @DimaAmega in #1063
- Add email in User model by @svetleo-evidently in #1062
- fix dashboard unclose open file by @marviniter in #1061
- Fix typo by @aguschin in #1065
- _list_team_users changed by @svetleo-evidently in #1068
- more field tags by @mike0sv in #1049
- Assorted refactorings of the collector and UI app by @provinzkraut in #1045
- Created_at for project by @svetleo-evidently in #1073
- Fixes for litestar by @mike0sv in #1074
- fix add project by @svetleo-evidently in #1076
- 628 random order in projects list by @svetleo-evidently in #1077
- UI: code refactor and small improvements by @DimaAmega in #1079
- Switch to ruff by @mike0sv in #1078
- Update NavigationProgress.tsx by @DimaAmega in #1081
- components by @mike0sv in #1071
- fix conf parsing by @mike0sv in #1082
- Run example tests on schedule by @mike0sv in #1083
- UI: bit refactor by @DimaAmega in #1086
- fix(evidently-ui): secret token auth always failing by @rollersteaam in #1072
- Support cloud workspace for collector by @mike0sv in #1088
- Add k parameter to coverage metric in PopularityBias by @soogui in #1066
- Feature/cat hist plot by @mike0sv in #1087
- UI(deps): vite v5 by @DimaAmega in #1041
- UI: bump pnpm@9 by @DimaAmega in #1089
- Feature/cat hist plot by @mike0sv in #1091
- fixes by @mike0sv in #1094
New Contributors
- @svetleo-evidently made their first contribution in #1062
- @marviniter made their first contribution in #1061
- @aguschin made their first contribution in #1065
- @provinzkraut made their first contribution in #1045
- @rollersteaam made their first contribution in #1072
- @soogui made their first contribution in #1066
Full Changelog: v0.4.19...v0.4.20
v0.4.19
What's Changed
- ui fix font weight by @DimaAmega in #1048
- fix CI for
.ipynb
files by @DimaAmega in #1051 - renew expired cloud token by @mike0sv in #1047
- UI: remove hardcore color by @DimaAmega in #1053
- Update setup.py by @mike0sv in #1058
- Fix pydantic compat by @mike0sv in #1059
Full Changelog: v0.4.18...v0.4.19
v0.4.18
What's Changed
- Optimization for DataDriftTable calculations. by @Liraim in #1029
- Custom value test by @progiv in #1028
- tmp fix collector serialization by @mike0sv in #1038
- use same local state for metadata and data by @mike0sv in #1039
- fix CI by @DimaAmega in #986
- UI: export MetricAlert type by @DimaAmega in #1037
- Update README.md by @DimaAmega in #1043
- UI(bundler) hash css by @DimaAmega in #1040
- Added an example of snapshot save speed up by @emeli-dral in #1044
New Contributors
Full Changelog: v0.4.17...v0.4.18
v0.4.17
What's Changed
- List fields tags for filtering by @mike0sv in #1004
- Spark vulnerability by @mike0sv in #1013
- Update min dependencies by @Liraim in #1017
- UI: add types to dashboard by @DimaAmega in #1015
- Pin min version for certifi. by @Liraim in #1016
- Added Cloud Quickstart tutorial by @elenasamuylova in #1019
- UI: Better panels by @DimaAmega in #1022
- add data definition to snapshot by @mike0sv in #1020
- fix pd types for dataset summary metric by @mike0sv in #1025
- Update CONTRIBUTING.md with Python version and black configuration changes by @c0t0ber in #1011
- Fix issue in calculating NDCG when input data is smaller than K by @oriol-guitart-edo in #1007
- fix CONTRIBUTING.md: py 3.7 -> py 3.8 by @emeli-dral in #1026
- Feature/add new snapshot trigger and fix collector startup by @c0t0ber in #1014
- remove nbextension by @DimaAmega in #1027
New Contributors
- @c0t0ber made their first contribution in #1011
- @oriol-guitart-edo made their first contribution in #1007
Full Changelog: v0.4.16...v0.4.17
v0.4.16
What's Changed
- Docs: update for 0.4.15 by @elenasamuylova in #988
- Fix docs for 0.4.15 ( workspace_project.md ) by @emeli-dral in #990
- UI: add /singup to static route by @DimaAmega in #993
- Fix telemetry env usage by @mike0sv in #998
- Docs: misc fixes by @elenasamuylova in #1001
- Replace FastApi with Litestar. by @Liraim in #995
- UI: optimize api calls by @DimaAmega in #1000
- Update pydantic>=1.10.14 by @emeli-dral in #1003
Full Changelog: v0.4.15...v0.4.16
v0.4.15
What's Changed
- Fix React.Fragment for DashboardContentWidgets by @DimaAmega in #958
- Add instance fields to fieldpath by @mike0sv in #964
- Fix
as_frame
parameter by @hwong557 in #960 - fix list_nested_fields by @DimaAmega in #965
- Update Evidently Cloud tutorial by @elenasamuylova in #968
- fixed version of vite bundle visualizer by @DimaAmega in #969
- More multitests by @mike0sv in #680
- As dataframe by @mike0sv in #966
- Fix metric_hash and test_hash in filters by @mike0sv in #970
- Updated the example of a custom metric implementation by @emeli-dral in #974
- Show dashboard even if time interval is incorrect by @DimaAmega in #975
- Fix metric hash filter by @mike0sv in #976
- Update DashboardDateFilter.tsx by @DimaAmega in #978
- use timestamp params in
load_points
by @DimaAmega in #977 - Github workflow: Changed files action by @DimaAmega in #922
- fix/shared deps by @DimaAmega in #971
- UI: add/delete project by @DimaAmega in #980
- UI: small fix: hide form after submitting by @DimaAmega in #981
- Remove scatter field from pd by @mike0sv in #983
- Fix pandas for col corr by @mike0sv in #984
- Added an example of report.to_dataframe() method usage by @emeli-dral in #985
New Contributors
Full Changelog: v0.4.14...v0.4.15
v0.4.14
What's Changed
- fix: Missed README.md brokes the docker build by @mou in #935
- #937: Add check for pandas null in json conversion. by @Liraim in #938
- Add custom callable metric by @mike0sv in #934
- UI: refactor project tabs config by @DimaAmega in #946
- Add support for size parameter in CustomValueMetric. by @Liraim in #944
- UI: fix grid container by @DimaAmega in #947
- UI: fix/add spacing by @DimaAmega in #948
- fix: Strip
v
from docker tag by @mou in #952 - Doc fix by @elenasamuylova in #953
- Optimize clf metrics calculation by @feldlime in #940
- An example: how to implement a custom metric on top of python callable by @emeli-dral in #954
- UI: fix playwright by @DimaAmega in #955
- UI: visuail tests by playwright by @DimaAmega in #950
- Update README.md by @DimaAmega in #957
- UI: visual tests better by @DimaAmega in #956
New Contributors
Full Changelog: v0.4.13...v0.4.14
v0.4.13
What's Changed
- Fix stattest example by @mike0sv in #924
- Docs update by @elenasamuylova in #925
- Docs - minor updates by @elenasamuylova in #926
- UI: Better on mobile by @DimaAmega in #919
- UI: Remove margins by @DimaAmega in #920
- change cloud token to header instead of query by @mike0sv in #921
- Fix docker makefile by @mike0sv in #929
- enable telemetry by @mike0sv in #928
- commit UI assets by @DimaAmega in #930
- feature: Automated release process by @mou in #932
- Docs (minor fixes) by @elenasamuylova in #933
Full Changelog: v0.4.12...v0.4.13