-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.4.1 Release #600
Merged
v0.4.1 Release #600
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…al-800 PiperOrigin-RevId: 408857520
PiperOrigin-RevId: 408857871
…lization PiperOrigin-RevId: 409121464
PiperOrigin-RevId: 409123873
PiperOrigin-RevId: 409125293
- Enable by default for notebook use. - Update modules.ts to support single-row layouts. PiperOrigin-RevId: 409216764
PiperOrigin-RevId: 409224780
PiperOrigin-RevId: 409237212
Fixes issue of PCA failing on some linux platforms. PiperOrigin-RevId: 409256516
PiperOrigin-RevId: 409447476
…rvice (and tests) to use the updated colors, palettes, and ramps from the colors library. Adjusts opacity and background colors in Scalars and Embeddings modules to better fit the updated colors PiperOrigin-RevId: 409450288
PiperOrigin-RevId: 409946831
PiperOrigin-RevId: 409952176
PiperOrigin-RevId: 410073577
PiperOrigin-RevId: 410534650
gunicorn-compatible get_wsgi_app() PiperOrigin-RevId: 410787870
- Fixed id access issue that was causing overlay and primaryOverlay circles to not color correctly after getSelectedColorOption changed in Scalars module - Adjusted chart margins to ensure axis labels are visible - Code cleanliness around translation calculations PiperOrigin-RevId: 410842396
PiperOrigin-RevId: 410851552
PiperOrigin-RevId: 410861624
PiperOrigin-RevId: 410883714
… brand PiperOrigin-RevId: 410912731
PiperOrigin-RevId: 411895259
…s colors PiperOrigin-RevId: 412113394
… palettes PiperOrigin-RevId: 412115526
PiperOrigin-RevId: 412959438
PiperOrigin-RevId: 413213952
PiperOrigin-RevId: 413214319
PiperOrigin-RevId: 413456718
…behaviors in future revisions. * Defines a new `FacetingConfig` interface that defines the feature name, faceting method, number of bins to create, and partitioning threshold (if appropriate). * Refactors `GroupService.numericalFeatureBins` into a function that takes a list of `FacetingConfig` objects and generates bins for the configuration. * Updates the [in]direct callers of `GroupService.numericalFeatureBins` in `GroupService`, `ClassificationService`, `ConfusionMatrixModule`, `MetricsModule`, `SliceModule`, and `ThresholderModule` to use the refactored functions while producing a no-op in behavioral changes (i.e., LIT still infers all bins for numerical facets). Critically, `GroupService` clients are now responsible for tracking the numeric bins they use and passing these to the functions that actually group examples into facets, such as `getNumericalBinForExample` and `groupExamplesByFeatures`. * Unit tests are now included for the `GroupService`. PiperOrigin-RevId: 413484150
PiperOrigin-RevId: 413579608
PiperOrigin-RevId: 413612924
Using hairline buttons in interpreter controls (instead of yellow-on-hover) PiperOrigin-RevId: 413773809
PiperOrigin-RevId: 413965330
Aligns data matrix color ramp with LIT brand colors (Major Tonal Primary). PiperOrigin-RevId: 413987045
PiperOrigin-RevId: 414514183
PiperOrigin-RevId: 415548142
PiperOrigin-RevId: 415563386
PiperOrigin-RevId: 415564073
…rs space. Signed (Brand): Mage -> White -> Cyea Unsigned (VizColors): White -> Purple Refactors SalienceCmap code to live in ColorService so that it can be consistently shared across the Counterfactual Explainer, Salience Map, and Sequence Salience modules. PiperOrigin-RevId: 416272115
PiperOrigin-RevId: 416350565
This is pre-work to enable a new TypeScript flag `--useUnknownInCatchVariables` that switches the default type of catch variables from any to unknown. This change preserves the old behavior. PiperOrigin-RevId: 417413926
PiperOrigin-RevId: 417417642
PiperOrigin-RevId: 417426398
Fixes race condition when using multiple interpreters in separate threads of LIT server with same model. PiperOrigin-RevId: 417452193
PiperOrigin-RevId: 417471993
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
From the release notes...
Release 0.4.1
This is a bug fix release aimed at improving visual clarity and common
workflows.
The UI has been slightly revamped, bugs have been fixed, and new capabilities
have been added. Notable changes include:
SparseMultilabelPreds
to LIMEDEMO_NAME
andDEMO_PORT
argswhen "hide empty labels" is turned on