Evidently

Latest version: v0.4.29

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

Scan your dependencies

Page 3 of 14

0.4.17

What's Changed
* List fields tags for filtering by mike0sv in https://github.com/evidentlyai/evidently/pull/1004
* Spark vulnerability by mike0sv in https://github.com/evidentlyai/evidently/pull/1013
* Update min dependencies by Liraim in https://github.com/evidentlyai/evidently/pull/1017
* UI: add types to dashboard by DimaAmega in https://github.com/evidentlyai/evidently/pull/1015
* Pin min version for certifi. by Liraim in https://github.com/evidentlyai/evidently/pull/1016
* Added Cloud Quickstart tutorial by elenasamuylova in https://github.com/evidentlyai/evidently/pull/1019
* UI: Better panels by DimaAmega in https://github.com/evidentlyai/evidently/pull/1022
* add data definition to snapshot by mike0sv in https://github.com/evidentlyai/evidently/pull/1020
* fix pd types for dataset summary metric by mike0sv in https://github.com/evidentlyai/evidently/pull/1025
* Update CONTRIBUTING.md with Python version and black configuration changes by c0t0ber in https://github.com/evidentlyai/evidently/pull/1011
* Fix issue in calculating NDCG when input data is smaller than K by oriol-guitart-edo in https://github.com/evidentlyai/evidently/pull/1007
* fix CONTRIBUTING.md: py 3.7 -> py 3.8 by emeli-dral in https://github.com/evidentlyai/evidently/pull/1026
* Feature/add new snapshot trigger and fix collector startup by c0t0ber in https://github.com/evidentlyai/evidently/pull/1014
* remove nbextension by DimaAmega in https://github.com/evidentlyai/evidently/pull/1027

New Contributors
* c0t0ber made their first contribution in https://github.com/evidentlyai/evidently/pull/1011
* oriol-guitart-edo made their first contribution in https://github.com/evidentlyai/evidently/pull/1007

**Full Changelog**: https://github.com/evidentlyai/evidently/compare/v0.4.16...v0.4.17

0.4.16

Not secure
What's Changed
* Docs: update for 0.4.15 by elenasamuylova in https://github.com/evidentlyai/evidently/pull/988
* Fix docs for 0.4.15 ( workspace_project.md ) by emeli-dral in https://github.com/evidentlyai/evidently/pull/990
* UI: add /singup to static route by DimaAmega in https://github.com/evidentlyai/evidently/pull/993
* Fix telemetry env usage by mike0sv in https://github.com/evidentlyai/evidently/pull/998
* Docs: misc fixes by elenasamuylova in https://github.com/evidentlyai/evidently/pull/1001
* Replace FastApi with Litestar. by Liraim in https://github.com/evidentlyai/evidently/pull/995
* UI: optimize api calls by DimaAmega in https://github.com/evidentlyai/evidently/pull/1000
* Update pydantic>=1.10.14 by emeli-dral in https://github.com/evidentlyai/evidently/pull/1003


**Full Changelog**: https://github.com/evidentlyai/evidently/compare/v0.4.15...v0.4.16

0.4.15

Not secure
What's Changed
* Fix React.Fragment for DashboardContentWidgets by DimaAmega in https://github.com/evidentlyai/evidently/pull/958
* Add instance fields to fieldpath by mike0sv in https://github.com/evidentlyai/evidently/pull/964
* Fix `as_frame` parameter by hwong557 in https://github.com/evidentlyai/evidently/pull/960
* fix list_nested_fields by DimaAmega in https://github.com/evidentlyai/evidently/pull/965
* Update Evidently Cloud tutorial by elenasamuylova in https://github.com/evidentlyai/evidently/pull/968
* fixed version of vite bundle visualizer by DimaAmega in https://github.com/evidentlyai/evidently/pull/969
* More multitests by mike0sv in https://github.com/evidentlyai/evidently/pull/680
* As dataframe by mike0sv in https://github.com/evidentlyai/evidently/pull/966
* Fix metric_hash and test_hash in filters by mike0sv in https://github.com/evidentlyai/evidently/pull/970
* Updated the example of a custom metric implementation by emeli-dral in https://github.com/evidentlyai/evidently/pull/974
* Show dashboard even if time interval is incorrect by DimaAmega in https://github.com/evidentlyai/evidently/pull/975
* Fix metric hash filter by mike0sv in https://github.com/evidentlyai/evidently/pull/976
* Update DashboardDateFilter.tsx by DimaAmega in https://github.com/evidentlyai/evidently/pull/978
* use timestamp params in `load_points` by DimaAmega in https://github.com/evidentlyai/evidently/pull/977
* Github workflow: Changed files action by DimaAmega in https://github.com/evidentlyai/evidently/pull/922
* fix/shared deps by DimaAmega in https://github.com/evidentlyai/evidently/pull/971
* UI: add/delete project by DimaAmega in https://github.com/evidentlyai/evidently/pull/980
* UI: small fix: hide form after submitting by DimaAmega in https://github.com/evidentlyai/evidently/pull/981
* Remove scatter field from pd by mike0sv in https://github.com/evidentlyai/evidently/pull/983
* Fix pandas for col corr by mike0sv in https://github.com/evidentlyai/evidently/pull/984
* Added an example of report.to_dataframe() method usage by emeli-dral in https://github.com/evidentlyai/evidently/pull/985

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

**Full Changelog**: https://github.com/evidentlyai/evidently/compare/v0.4.14...v0.4.15

0.4.14

Not secure
What's Changed
* fix: Missed README.md brokes the docker build by mou in https://github.com/evidentlyai/evidently/pull/935
* 937: Add check for pandas null in json conversion. by Liraim in https://github.com/evidentlyai/evidently/pull/938
* Add custom callable metric by mike0sv in https://github.com/evidentlyai/evidently/pull/934
* UI: refactor project tabs config by DimaAmega in https://github.com/evidentlyai/evidently/pull/946
* Add support for size parameter in CustomValueMetric. by Liraim in https://github.com/evidentlyai/evidently/pull/944
* UI: fix grid container by DimaAmega in https://github.com/evidentlyai/evidently/pull/947
* UI: fix/add spacing by DimaAmega in https://github.com/evidentlyai/evidently/pull/948
* fix: Strip `v` from docker tag by mou in https://github.com/evidentlyai/evidently/pull/952
* Doc fix by elenasamuylova in https://github.com/evidentlyai/evidently/pull/953
* Optimize clf metrics calculation by feldlime in https://github.com/evidentlyai/evidently/pull/940
* An example: how to implement a custom metric on top of python callable by emeli-dral in https://github.com/evidentlyai/evidently/pull/954
* UI: fix playwright by DimaAmega in https://github.com/evidentlyai/evidently/pull/955
* UI: visuail tests by playwright by DimaAmega in https://github.com/evidentlyai/evidently/pull/950
* Update README.md by DimaAmega in https://github.com/evidentlyai/evidently/pull/957
* UI: visual tests better by DimaAmega in https://github.com/evidentlyai/evidently/pull/956

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

**Full Changelog**: https://github.com/evidentlyai/evidently/compare/v0.4.13...v0.4.14

0.4.13

Not secure
What's Changed
* Fix stattest example by mike0sv in https://github.com/evidentlyai/evidently/pull/924
* Docs update by elenasamuylova in https://github.com/evidentlyai/evidently/pull/925
* Docs - minor updates by elenasamuylova in https://github.com/evidentlyai/evidently/pull/926
* UI: Better on mobile by DimaAmega in https://github.com/evidentlyai/evidently/pull/919
* UI: Remove margins by DimaAmega in https://github.com/evidentlyai/evidently/pull/920
* change cloud token to header instead of query by mike0sv in https://github.com/evidentlyai/evidently/pull/921
* Fix docker makefile by mike0sv in https://github.com/evidentlyai/evidently/pull/929
* enable telemetry by mike0sv in https://github.com/evidentlyai/evidently/pull/928
* commit UI assets by DimaAmega in https://github.com/evidentlyai/evidently/pull/930
* feature: Automated release process by mou in https://github.com/evidentlyai/evidently/pull/932
* Docs (minor fixes) by elenasamuylova in https://github.com/evidentlyai/evidently/pull/933


**Full Changelog**: https://github.com/evidentlyai/evidently/compare/v0.4.12...v0.4.13

0.4.12

Not secure
What's Changed
* Fix type error in ColumnValueListMetric by Liraim in https://github.com/evidentlyai/evidently/pull/893
* fixed import for DashboardPanelTestSuiteCounter by emeli-dral in https://github.com/evidentlyai/evidently/pull/894
* fix: remove postinstall by DimaAmega in https://github.com/evidentlyai/evidently/pull/896
* fix bug: bad code splitting by DimaAmega in https://github.com/evidentlyai/evidently/pull/897
* add 3.12 to test matrix by mike0sv in https://github.com/evidentlyai/evidently/pull/895
* Fix ts counters with NONE agg by mike0sv in https://github.com/evidentlyai/evidently/pull/900
* Fail add snapshot if any metric failed by mike0sv in https://github.com/evidentlyai/evidently/pull/899
* Recsys tests by 0lgaF in https://github.com/evidentlyai/evidently/pull/906
* Add team_id to project by mike0sv in https://github.com/evidentlyai/evidently/pull/902
* Update ui.yml: added --ignore-scripts by DimaAmega in https://github.com/evidentlyai/evidently/pull/904
* Fix None projects for fsspec by mike0sv in https://github.com/evidentlyai/evidently/pull/908
* UI: Throw response if status code 401 by DimaAmega in https://github.com/evidentlyai/evidently/pull/903
* feature/sticky progress bar by DimaAmega in https://github.com/evidentlyai/evidently/pull/905
* UI: Refactor/projects list by DimaAmega in https://github.com/evidentlyai/evidently/pull/909
* UI: fix wrong reference/current table header of Column Summary Metric by DimaAmega in https://github.com/evidentlyai/evidently/pull/910
* Update NavigationProgress.tsx: added z-index by DimaAmega in https://github.com/evidentlyai/evidently/pull/912
* Fix ui groups by mike0sv in https://github.com/evidentlyai/evidently/pull/914
* Fix emb drift groups by mike0sv in https://github.com/evidentlyai/evidently/pull/916
* Fix widget ids by mike0sv in https://github.com/evidentlyai/evidently/pull/915
* Recsys docs by elenasamuylova in https://github.com/evidentlyai/evidently/pull/917
* Version 0.4.12 by emeli-dral in https://github.com/evidentlyai/evidently/pull/918


**Full Changelog**: https://github.com/evidentlyai/evidently/compare/v0.4.11...v0.4.12

Page 3 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.