11# Language Interpretability Tool releases
22
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+
320## Release 0.4
421
522This release adds a lot of new features. The website and documentation have
623been updated accordingly.
724
825The 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:
1027- Support for Google Cloud Vertex AI notebooks.
1128- Preliminary support for tabular and image data, in addition to NLP models.
1229- Addition of TCAV global interpretability method.
1330- New counterfactual generators for ablating or flipping text tokens for
1431 minimal changes to flip predictions.
1532- New counterfactual generator for tabular data for minimal changes to flip
1633 predictions.
17- - Partial depdence plots for tabular input features.
34+ - Partial dependence plots for tabular input features.
1835- Ability to set binary classification thresholds separately for different
1936 facets of the dataset
2037- 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
2643notebooks. The website and documentation have been updated accordingly.
2744
2845The 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:
3047- Notebook mode added.
3148- New annotated text visualization module added.
3249- Allow saving/loading of generated datapoints, and dynamic adding of new
3350 datasets by path in the UI.
34- - Added syncronized scrolling between duplicated modules when comparing
51+ - Added synchronized scrolling between duplicated modules when comparing
3552 datapoints or models.
3653- Added a focus service for visually linking focus (i.e. hover) states between
3754 components.
0 commit comments