|
4 | 4 |
|
5 | 5 | - `sv_dependence()`: The new arguments `ylim` and `share_y = FALSE` allow to control the y-axis limits.
|
6 | 6 | They help to assess the importance in multiple dependence plots ([#172](https://github.com/ModelOriented/shapviz/pull/172)).
|
7 |
| - Later, we might change the default to `share_y = TRUE` (as in Python's SHAP dependence plots) ([#171](https://github.com/ModelOriented/shapviz/pull/171). |
| 7 | + Later, we might change the default to `share_y = TRUE` (as in Python's SHAP dependence plots) ([#171](https://github.com/ModelOriented/shapviz/pull/171)). |
8 | 8 | - `sv_interaction()` has received a new visualization: `kind = "bar"` now shows mean absolute SHAP interactions/main effects as a barplot.
|
9 |
| - Its appearance can be modified by the arguments `fill` and `bar_width` [#169](https://github.com/ModelOriented/shapviz/pull/169). |
| 9 | + Its appearance can be modified by the arguments `fill` and `bar_width` ([#169](https://github.com/ModelOriented/shapviz/pull/169)). |
| 10 | +- We are now (cautiously) collecting axes, axis titles, and color guides via {patchwork} ([#171](https://github.com/ModelOriented/shapviz/pull/171)). |
| 11 | +Currently fails for `sv_force()`. |
10 | 12 |
|
11 |
| -### User-visible changes |
| 13 | +### Minor user-visible changes |
12 | 14 |
|
13 |
| -- We are now (cautiously) collecting axes, axis titles, and color guides via {patchwork} [#171](https://github.com/ModelOriented/shapviz/pull/171). |
14 |
| -(Currently fails for `sv_force()`.) |
15 |
| -- The color bars in `sv_dependence2D()` are less wide [#169](https://github.com/ModelOriented/shapviz/pull/169). |
| 15 | +- The color bars in `sv_dependence2D()` are less wide ([#169](https://github.com/ModelOriented/shapviz/pull/169)). |
| 16 | +- Jittering now uses a seed ([#174](https://github.com/ModelOriented/shapviz/pull/174)). |
16 | 17 |
|
17 | 18 | ### Minor API changes
|
18 | 19 |
|
19 | 20 | - In `sv_dependence()`, passing the same variable for `v` and `color_var` does not suppress the color axis anymore,
|
20 |
| -except when `interactions = TRUE` ([#171](https://github.com/ModelOriented/shapviz/pull/171). |
| 21 | +except when `interactions = TRUE` ([#171](https://github.com/ModelOriented/shapviz/pull/171)). |
| 22 | +- `sv_dependence()` and `sv_dependence2D()` has received a `seed = 1` argument used for jittering. |
| 23 | + This does not modify the global seed ([#174](https://github.com/ModelOriented/shapviz/pull/174)). |
21 | 24 |
|
22 | 25 | ### Maintenance
|
23 | 26 |
|
24 |
| -- Update code coverage version [#168](https://github.com/ModelOriented/shapviz/pull/168). |
| 27 | +- Update code coverage version ([#168](https://github.com/ModelOriented/shapviz/pull/168)). |
| 28 | +- More unit tests ([#173](https://github.com/ModelOriented/shapviz/pull/173)). |
| 29 | +- Bump minimal version of {ggplot2} ([#174](https://github.com/ModelOriented/shapviz/pull/174)). |
25 | 30 |
|
26 | 31 | # shapviz 0.9.7
|
27 | 32 |
|
|
0 commit comments