-
Notifications
You must be signed in to change notification settings - Fork 1k
modularize optimization internals #7401
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
Open
ben-schwen
wants to merge
83
commits into
master
Choose a base branch
from
modular_gforce
base: master
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
Changes from all commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
ebd152d
modular optimization paths - init
ben-schwen 71b21ab
make linter happy
ben-schwen 8a9e727
move tests
ben-schwen 04e5782
add lapply(list(col1, col2, ...), fun) pattern
ben-schwen a8dde19
turn on optimization
ben-schwen 67f2874
add type conversion support to GForce
ben-schwen 2876ebe
remove stale branch
ben-schwen c445c38
add tests
ben-schwen 5410e31
update man
ben-schwen dece1c6
merge tests
ben-schwen 5e1789d
polish test fun
ben-schwen 62f1c48
add arithmetic
ben-schwen c47ec27
add AST walker and update tests
ben-schwen 1d324d6
add tests
ben-schwen 6b54c1e
Merge branch 'master' into modular_gforce
ben-schwen 22cf35e
add NEWS
ben-schwen 25a7e2e
make function name in massageSD more expressive
ben-schwen eb8056c
rename levels argument to optimization
ben-schwen 4544398
update docs
ben-schwen d40edb8
restore test nums
ben-schwen 5e7efb7
remove double tests
ben-schwen 3826927
simplify tests
ben-schwen 982343f
phrasing
ben-schwen 996b28c
Merge remote-tracking branch 'refs/remotes/origin/modular_gforce' int…
ben-schwen 1e6ad03
use mget for all vector params
ben-schwen 9e1297e
rename optimization parameter
ben-schwen f6981d6
rename optimization parameter also in test
ben-schwen 9fc4734
add optimize param checks
ben-schwen 6aaea51
Merge branch 'master' into modular_gforce
ben-schwen c07999a
remove trailing ws
ben-schwen 6914818
Merge branch 'master' into modular_gforce
ben-schwen 6c7e368
Update man/test.Rd
ben-schwen 08c9524
Merge branch 'master' into modular_gforce
ben-schwen 047f6be
readd context
ben-schwen 5a7a9a3
Update NEWS.md
MichaelChirico b495503
revert spurious diff
MichaelChirico 03bcdd8
?
MichaelChirico fe525bf
add space
ben-schwen 71b9838
reference deletion of tests
ben-schwen 494cfe2
reference deletion of tests2
ben-schwen 6f42ff5
add comment about removed tests
ben-schwen ac306eb
add comment about optimization level comparison
ben-schwen 431dfc2
add comment about removed test
ben-schwen 158136b
fix typo
ben-schwen 0c2f61f
remove doubled test
ben-schwen 2c7ebaf
add comment
ben-schwen 371e246
update subsuming comments
ben-schwen e2694e1
add subsuming comments
ben-schwen da771d4
finish double checking of moving tests
ben-schwen af15282
make optimize more robust
ben-schwen b61f280
add comment about removing tests in benchmark.Rraw
ben-schwen d8e34d3
be clearer in NEWS
ben-schwen c5fb65a
add nocovs for errors
ben-schwen 9f0e5cf
add unwrapper for conversions
ben-schwen 8129198
add more tests
ben-schwen 5c5d88b
improve comment
ben-schwen 100aad5
unnest one layer
ben-schwen 9167edb
unnest
ben-schwen 282a091
move into helper
ben-schwen 6197a34
Merge branch 'master' into modular_gforce
ben-schwen cf6def5
fix NEWS numbering
ben-schwen 0480ee5
remove trailing ws
ben-schwen 4be8a24
clean up merge
ben-schwen 0a07dba
update errors
ben-schwen 283ba85
Merge branch 'master' into modular_gforce
ben-schwen 416bff0
try another round of unnesting
MichaelChirico 446b448
Merge branch 'master' into modular_gforce
MichaelChirico 2986436
cleaning up my mess (typos, thinkos)
MichaelChirico 45a4575
thinko
MichaelChirico 7a1b021
restore fallthrough case
MichaelChirico 383b60a
delint
MichaelChirico 62997d3
move the optimization comment into 'documentation' of .massageSD
MichaelChirico d3adad1
use more typical list style for clarity
MichaelChirico a50503f
typo it's -> its
MichaelChirico 35bd7d9
unnest for unusual list() case
MichaelChirico 6243cf3
try a better name
MichaelChirico c5e95d2
alignment for readability
MichaelChirico 69c3a7c
add comment about \(x)
ben-schwen e7e6444
remove old comment
ben-schwen f32875b
use nzchar(jl__names)
ben-schwen 864383f
use identical and quote instead of direct comparison
ben-schwen b57c2d5
avoid lambda fun
ben-schwen bf6c61f
use early exits instead of is_valid
ben-schwen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.