Skip to content

Commit

Permalink
release raiwidgets and responsibleai 0.35.1 (#2567)
Browse files Browse the repository at this point in the history
* Update requirements.txt

* Update version.cfg

* Update CHANGES.md

* Update CHANGES.md

* Update CHANGES.md

* Update CHANGES.md
  • Loading branch information
tongyu-microsoft committed May 18, 2024
1 parent 82e1b7b commit 12a678e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion raiwidgets/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.35.0
0.35.1

0 comments on commit 12a678e

Please sign in to comment.