Skip to content
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

Inference improvements #2691

Merged
merged 25 commits into from
Apr 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e3b3da1
split _combine_prepare
bkamins Mar 30, 2021
bb90d77
add despecialization to split-apply-combine
bkamins Mar 30, 2021
9754a55
fix missing nothing replacement
bkamins Mar 30, 2021
5635ee6
some more Ref{Any} cases
bkamins Mar 30, 2021
0d266b3
fix typo
bkamins Mar 30, 2021
fbf900f
make combine, select and transform signatures consistent
bkamins Mar 30, 2021
782e147
fix typo
bkamins Mar 30, 2021
3a18c42
update subset
bkamins Mar 30, 2021
a286ed8
update data frame selection
bkamins Mar 30, 2021
3fe9afb
keep simple selections fast
bkamins Mar 31, 2021
83dfae5
fix copy-paste error
bkamins Mar 31, 2021
fac78ff
do not use broadcasting in ByRow
bkamins Mar 31, 2021
937ad7e
nospecialize selectively
bkamins Apr 1, 2021
67366c5
Apply suggestions from code review
bkamins Apr 2, 2021
5ccb538
unwrap Ref{Any} in function signature
bkamins Apr 2, 2021
3be4a57
Merge remote-tracking branch 'upstream/bk/inference_improvements' int…
bkamins Apr 2, 2021
0a34b84
fix typo
bkamins Apr 2, 2021
5aa0bd9
remove unneeded code
bkamins Apr 2, 2021
198cd8f
inline expand_to_table
bkamins Apr 2, 2021
195feff
remove unused method
bkamins Apr 2, 2021
1757c93
Merge branch 'main' into bk/inference_improvements
bkamins Apr 2, 2021
66f7404
revert @nospecialize
bkamins Apr 3, 2021
3149a0e
Apply suggestions from code review
bkamins Apr 3, 2021
5020a07
Update src/groupeddataframe/splitapplycombine.jl
bkamins Apr 3, 2021
c3500d9
Merge remote-tracking branch 'upstream/bk/inference_improvements' int…
bkamins Apr 3, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading