From 12a678edc3b075565188150f957792e09b048abd Mon Sep 17 00:00:00 2001 From: tongy-msft <91754176+tongyu-microsoft@users.noreply.github.com> Date: Fri, 17 May 2024 17:36:18 -0700 Subject: [PATCH] release raiwidgets and responsibleai 0.35.1 (#2567) * Update requirements.txt * Update version.cfg * Update CHANGES.md * Update CHANGES.md * Update CHANGES.md * Update CHANGES.md --- CHANGES.md | 13 +++++++++++++ raiwidgets/requirements.txt | 2 +- version.cfg | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f80f91cc05..1e294d24ac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,6 +24,19 @@ this file to understand what changed. - bug fixes and tests - other +## v0.35.1 + +- bug fixes and tests + - ## Responsible AI Dashboard + - upgrade nx to 12.10.1 by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2561 + - remove pins on werkzeug, itsdangerous and markupsafe since they are currently not needed by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2565 + - release rai-core-flask 0.7.6 by @tongyu-microsoft in https://github.com/microsoft/responsible-ai-toolbox/pull/2566 + - ## RAI Vision + - fix wrapper constructor in ErrorAnalysisManager and RAIVisionInsights load call for RAI Vision Dashboard by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2560 + - ## RAI Vision and Text + - update responsibleai-text and responsibleai-vision packages to responsibleai 0.35.0 by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2563 + - release responsibleai-vision 0.3.8 and responsibleai-text 0.2.7 by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2564 + ## v0.35.0 - new features diff --git a/raiwidgets/requirements.txt b/raiwidgets/requirements.txt index 881f721b87..d262e3f13e 100644 --- a/raiwidgets/requirements.txt +++ b/raiwidgets/requirements.txt @@ -1,7 +1,7 @@ numpy>=1.17.2,<=1.26.2 pandas>=0.25.1,<2.0.0 scipy>=1.4.1 -rai-core-flask==0.7.5 +rai-core-flask>=0.7.6 scikit-learn>=0.22.1 lightgbm>=2.0.11 erroranalysis>=0.5.4 diff --git a/version.cfg b/version.cfg index 7b52f5e517..731b95d7fc 100644 --- a/version.cfg +++ b/version.cfg @@ -1 +1 @@ -0.35.0 +0.35.1