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 Oct 24, 2022
-
This commit includes the marginal 1D diagnostic tool with JavaScript callbacks.
Configuration menu - View commit details
-
Copy full SHA for f85ff15 - Browse repository at this point
Copy the full SHA f85ff15View commit details -
- 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 37c0067 - Browse repository at this point
Copy the full SHA 37c0067View 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 27b8c69 - Browse repository at this point
Copy the full SHA 27b8c69View commit details -
This tool branches from the marginal1d tool and rebases against main. Added files include those needed for displaying a Trace diagnostic tool for Bean Machine models. This also updates the Coin_flipping.ipynb tutorial to include the new diagnostic tool.
Configuration menu - View commit details
-
Copy full SHA for 1d32e05 - Browse repository at this point
Copy the full SHA 1d32e05View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc83ae - Browse repository at this point
Copy the full SHA dcc83aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2168998 - Browse repository at this point
Copy the full SHA 2168998View commit details -
- Rebased against `main`, and fixed merged conflicts. - Updated copyright requirement - Updated how models are serialized. - Update style based on other pushes to the branch - Added `__future__` annotations - updated a few docstrings that needed an update - updated yarn lock based on changes with the marginal1d tool and the trace tool. - removed the 3rd party histogram requirement, since it is easy to calculate a histogram. - other fixes associated with merging etc.
Configuration menu - View commit details
-
Copy full SHA for 5c6019f - Browse repository at this point
Copy the full SHA 5c6019fView 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.