-
Notifications
You must be signed in to change notification settings - Fork 742
(feat): sc.get.aggregate via dask
#3700
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
0c6aaf6
(feat): aggregate via `dask`
ilan-gold 5ba33b0
(feat): var operation
ilan-gold 693aa09
Merge branch 'main' into ig/agg_dask
ilan-gold 0e37ea7
(fix): relative import
ilan-gold de4ef27
Merge branch 'ig/agg_dask' of github.com:scverse/scanpy into ig/agg_dask
ilan-gold 900ef94
(refactor): remove duplicated code
ilan-gold 1feb7ab
refactor: do mean/var together if possible
ilan-gold 166bf79
todo message
ilan-gold 52b00b6
refactor: revert sum_sq thing
ilan-gold 28d9899
chore: comment
ilan-gold 7f80282
(fix): reomve unnecessary todo
ilan-gold b6b4978
(fix): clarify potential failure case
ilan-gold a3a9365
fix: compute one of the means :/
ilan-gold 2b36963
chore: relnote
ilan-gold aee1921
Merge branch 'main' into ig/agg_dask
ilan-gold 644283a
Merge branch 'main' into ig/agg_dask
ilan-gold 92ddcc5
fix: refactor 1d chunking
ilan-gold 9022651
fix: relnote
ilan-gold 650e909
chore: add failure-case tests
ilan-gold 7ff6c72
fix: use `if` statement for `compute`
ilan-gold 1b2787c
chore: dtypes
ilan-gold f9fa0e5
Update 3700.feature.md
ilan-gold 13edf64
Merge branch 'main' into ig/agg_dask
flying-sheep 2faef67
Apply suggestions from code review
ilan-gold bf9eccd
fix: `xfail_dask_median` handling
ilan-gold 403d5e7
Merge branch 'main' into ig/agg_dask
ilan-gold 56efa79
Update src/scanpy/get/_aggregated.py
ilan-gold a1e9f6a
fix: centralize check
ilan-gold ec2f1f2
Merge branch 'ig/agg_dask' of github.com:scverse/scanpy into ig/agg_dask
ilan-gold 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
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.
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.