Skip to content

Commit 4506b0d

Browse files
authored
update to version 0.29.0 (#2168)
* update to version 0.29.0 * indent and add causal section * more indent fixes
1 parent 0d5e41a commit 4506b0d

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

CHANGES.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,59 @@ this file to understand what changed.
2424
- bug fixes
2525
- other
2626

27+
## v0.29.0
28+
29+
- educational materials
30+
- Doc update for `responsibleai_vision` by @Advitya17 in https://github.com/microsoft/responsible-ai-toolbox/pull/2164
31+
- [Object Detection] User Flows / Architectures by @Advitya17 in https://github.com/microsoft/responsible-ai-toolbox/pull/2134
32+
- [Object Detection] DFD Documentation by @natalie-isak in https://github.com/microsoft/responsible-ai-toolbox/pull/2138
33+
- [Object Detection] Explanation Documentation by @natalie-isak in https://github.com/microsoft/responsible-ai-toolbox/pull/2136
34+
- [Object Detection] CanvasTools documentation by @Advitya17 in https://github.com/microsoft/responsible-ai-toolbox/pull/2133
35+
- [Object Detection] Model Overview Object Detection Documentation by @Advitya17 in https://github.com/microsoft/responsible-ai-toolbox/pull/2132
36+
- new features
37+
- ## Responsible AI Dashboard
38+
- [Object Detection] Cache support for Model Overview Metrics by @Advitya17 in https://github.com/microsoft/responsible-ai-toolbox/pull/2158
39+
- [Image Explorer] CanvasTools Image Loading support for Object Detection by @Advitya17 in https://github.com/microsoft/responsible-ai-toolbox/pull/2097
40+
- [Object Detection] [Image Explorer] Bounding Box Support with CanvasTools on Flyout by @Advitya17 in https://github.com/microsoft/responsible-ai-toolbox/pull/2116
41+
- bug fixes and tests
42+
43+
- ## Responsible AI Dashboard
44+
- update responsibleai-text and responsibleai-vision packages to latest responsibleai 0.28.0 release by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2159
45+
- Robot page exception in DatasetUtils where jointDataset.metaDict[property] is undefined by @tongyu-microsoft in https://github.com/microsoft/responsible-ai-toolbox/pull/2148
46+
- Remove console log by @RubyZ10 in https://github.com/microsoft/responsible-ai-toolbox/pull/2125
47+
- Refactor- Add datasetCohorts to ModelAssessementContext && create datasetCohort && add compositeFilter in DatasetCohort by @RubyZ10 in https://github.com/microsoft/responsible-ai-toolbox/pull/2119
48+
- ## RAIInsights
49+
- raise error instead of warning when a user has missing data and add c… by @hawestra in https://github.com/microsoft/responsible-ai-toolbox/pull/2143
50+
- Add columns names to `create_multiclass_classification_dataset` by @gaugup in https://github.com/microsoft/responsible-ai-toolbox/pull/2114
51+
- add validation target column type in the classification scenario by @hawestra in https://github.com/microsoft/responsible-ai-toolbox/pull/2127
52+
- update econml to latest 0.14.1 release by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2112
53+
- Update dice-ml to 0.10.0 by @gaugup in https://github.com/microsoft/responsible-ai-toolbox/pull/2145
54+
- ## Causal
55+
- Fix individual causal plot not rendering for 5k points by @vinuthakaranth in https://github.com/microsoft/responsible-ai-toolbox/pull/2113
56+
- Add loading spinner for causal policy tab by @gaugup in https://github.com/microsoft/responsible-ai-toolbox/pull/2121
57+
- ## RAI Text
58+
- merge RAI Text repository to RAI toolbox by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2118
59+
- add responsibleai-text package tests to build gate by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2139
60+
- release responsibleai-text 0.1.4 by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2163
61+
- add release scripts for responsibleai-text and responsibleai-vision pypi packages by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2156
62+
- ## RAI Vision
63+
- add responsibleai-vision package to responsible-ai-toolbox by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2135
64+
- add responsibleai-vision package to gated CI tests by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2152
65+
- add retry logic to common vision utils to make tests more robust by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2154
66+
- add device parameter to responsibleai_vision package and pass to model wrappers by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2157
67+
- release responsibleai-vision 0.2.3 by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2162
68+
- ## RAI Test Utils
69+
- Update rai_test_utils in erroranalysis and responsibleai to 0.3.0 by @gaugup in https://github.com/microsoft/responsible-ai-toolbox/pull/2111
70+
- `rai_test_utils`: Convert all namespaces in `__all__` list as strings by @gaugup in https://github.com/microsoft/responsible-ai-toolbox/pull/2128
71+
72+
- ## other
73+
- fix build failures due to lint errors for onelocbuild yml by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2137
74+
- Skipping python 3.7 tests on MACOS by @gaugup in https://github.com/microsoft/responsible-ai-toolbox/pull/2129
75+
- fix build failures due to new joblib 1.3.0 release failing on windows with python 3.7 by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2155
76+
- Localized file check-in by OneLocBuild Task: Build definition ID 21368: Build ID 97902894 by @RubyZ10 in https://github.com/microsoft/responsible-ai-toolbox/pull/2160
77+
- Update the python version to 3.8 in release workflows by @gaugup in https://github.com/microsoft/responsible-ai-toolbox/pull/2161
78+
- fix job names in release scripts by @imatiach-msft in https://github.com/microsoft/responsible-ai-toolbox/pull/2165
79+
2780
## v0.28.0
2881

2982
- educational materials

version.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.28.0
1+
0.29.0

0 commit comments

Comments
 (0)