1
1
# Language Interpretability Tool releases
2
2
3
+ ## Release 0.4.1
4
+
5
+ This is a bug fix release aimed at improving visual clarity and common
6
+ workflows.
7
+
8
+ The UI has been slightly revamped, bugs have been fixed, and new capabilities
9
+ have been added. Notable changes include:
10
+
11
+ - Adds "open in new tab" feature to LIT Notebook widget
12
+ - Adds support for ` SparseMultilabelPreds ` to LIME
13
+ - Improves color consistency across the UI
14
+ - Switching NumPy instead of SciKit Learn for PCA
15
+ - Ensuring all built-in demos are compatible with the Docker
16
+ - Updating the Dockerfile to support run-time ` DEMO_NAME ` and ` DEMO_PORT ` args
17
+ - Fixed a rendering bug in the Confusion Matrix related column and row spans
18
+ when "hide empty labels" is turned on
19
+
3
20
## Release 0.4
4
21
5
22
This release adds a lot of new features. The website and documentation have
6
23
been updated accordingly.
7
24
8
25
The UI has been slightly revamped, bugs have been fixed, and new capabilities
9
- have been added. Noteable changes include:
26
+ have been added. Notable changes include:
10
27
- Support for Google Cloud Vertex AI notebooks.
11
28
- Preliminary support for tabular and image data, in addition to NLP models.
12
29
- Addition of TCAV global interpretability method.
13
30
- New counterfactual generators for ablating or flipping text tokens for
14
31
minimal changes to flip predictions.
15
32
- New counterfactual generator for tabular data for minimal changes to flip
16
33
predictions.
17
- - Partial depdence plots for tabular input features.
34
+ - Partial dependence plots for tabular input features.
18
35
- Ability to set binary classification thresholds separately for different
19
36
facets of the dataset
20
37
- Controls to find optimal thresholds across facets given different fairness
@@ -26,12 +43,12 @@ This release adds the ability to use LIT directly in colab and jupyter
26
43
notebooks. The website and documentation have been updated accordingly.
27
44
28
45
The UI has been slightly revamped, bugs have been fixed, and new capabilities
29
- have been added. Noteable changes include:
46
+ have been added. Notable changes include:
30
47
- Notebook mode added.
31
48
- New annotated text visualization module added.
32
49
- Allow saving/loading of generated datapoints, and dynamic adding of new
33
50
datasets by path in the UI.
34
- - Added syncronized scrolling between duplicated modules when comparing
51
+ - Added synchronized scrolling between duplicated modules when comparing
35
52
datapoints or models.
36
53
- Added a focus service for visually linking focus (i.e. hover) states between
37
54
components.
0 commit comments