This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Commits on Sep 21, 2022
-
This commit includes the marginal 1D diagnostic tool with JavaScript callbacks.
Configuration menu - View commit details
-
Copy full SHA for 2807d16 - Browse repository at this point
Copy the full SHA 2807d16View commit details
Commits on Sep 22, 2022
-
- Removes ArviZ as a dependency from the diagnostic tool. - Adds jsdoc Documentation for the TypeScript methods. - Fixes flake8 linting error. - Adds clarifying comments to the tool. - Adds missing copyright notice.
Configuration menu - View commit details
-
Copy full SHA for b2c474e - Browse repository at this point
Copy the full SHA b2c474eView commit details
Commits on Sep 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 08cb37e - Browse repository at this point
Copy the full SHA 08cb37eView commit details -
- Aligns type names between Python and TypeScript. There is now a one-to-one correspondence between Python TypedDict objects and the TypeScript interface objects. - Redundancy in the Python TypedDict objects has been removed. - Fixes tooltips not rendering correctly. - Updates the link in the Help Tab of the tool such that when clicked it opens a new tab in the browser. - Moves a few peerDependencies to the devDependencies section in the package.json file. This was done because yarn issued a warning indicating there were missing peer dependencies. - Refactors the tool such that no calculations for the data displayed is done in Python. All updates and all calculations for the tool data is done exclusively in the browser. The rational for this change was to prevent users from having initial data calculated by Python, and subsequent updates calculated by JavaScript in the browser when interacting with the tool. There are notes in the code indicating why this change was made.
Configuration menu - View commit details
-
Copy full SHA for c6d0720 - Browse repository at this point
Copy the full SHA c6d0720View commit details
Commits on Oct 7, 2022
-
Better UX for required user interaction
- Moved all Bokeh embed from the tool class to the base class. - Updated tool class docs. - New method on the base class that contains an HTML template for more intuitive required UI for better UX. - Reordered how the tool view is created in order to attach the new CSS class for the UI/UX updates.
Configuration menu - View commit details
-
Copy full SHA for 911e0d7 - Browse repository at this point
Copy the full SHA 911e0d7View commit details
Commits on Oct 12, 2022
-
- Refactors dosctrings from NumPy to Google style. - Added a prettierrc for dev and updated the package.json, yarn.lock files - Refactored the marginal1d tool for responsive size changes and updated to the format that allows Docusaurus integration. - Added more documentation around the accessor objects with an explicit example in the docstring.
Configuration menu - View commit details
-
Copy full SHA for 3010f00 - Browse repository at this point
Copy the full SHA 3010f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4942fa - Browse repository at this point
Copy the full SHA f4942faView commit details
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.