-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Goal: Go augmented language #1229
Open
rcoreilly
wants to merge
318
commits into
main
Choose a base branch
from
goal
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
…eed to extend parsing to array syntax.
…should be separated from higher-level goal api
…t views as tensors. key step to allow other views all implementing tensor api.
… relates. it is good to first confront the basic issues and think independently about solutions before seeing how they did it -- making a few different choices here that seem better.
…sor providing minimal read-only access, RowCells providing row major memory layout and RowCells interface. need to figure out broadcasting and use for computational routines instead of relying on rowcells for that. rowcells is more for editing and plotting etc.
… to that; Indexed mostly implemented.
…d more tests. now ready for braodcasting.
…ional -- uses symmetric High if only that is present.
…ction for the styler, to copy from current style object to target in styler function.
…pying is bad. maybe just copy the whole damn thing afterall?
…ds to explicitly get the pointer value to the fields.
…t = y constraints
…l = 0 (for clarity) for scalar case; add AppendRow for everybody -- use as the primary api for sim logging
…eer so that different types of roots are automatically supported; filetree uses new Root for FileRoot() method (instead of redundant field). Also made external files only show when present, fixes #1232 databrowser now has a more modular design with Tabber interface for tabbing element -- so it can be used in emer sims.
…frame -- can't use subplot
…uld be a derived type, as in databrowser.Tabs.
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.
No description provided.