-
Notifications
You must be signed in to change notification settings - Fork 715
feat: add modularity to scanpy.metrics #3613
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
+348
−28
Merged
Changes from 10 commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
f76dc7b
Modularity score functions with comments
amalia-k510 f092469
typo fix
amalia-k510 7ffa1ec
Merge branch 'scverse:main' into main
amalia-k510 c0d0c52
Merge branch 'scverse:main' into main
amalia-k510 68652a7
modularity code updated and 6 tests written for modularity
amalia-k510 948319a
error fixing from pipelines
amalia-k510 6a64330
ruff error fix
amalia-k510 793351f
keywords variable fix
amalia-k510 92d8e26
neighbors from a precomputed distance matrix, still need to make sure…
amalia-k510 198c4fb
revert back
amalia-k510 e7fb67a
code only for the prexisting distance matrix
amalia-k510 14cb441
initial changes for the neighborhors
amalia-k510 0ce8c15
distances name switch and sparse array allowed
amalia-k510 914b87d
input fix
amalia-k510 d285203
variable input fixes
amalia-k510 50705b3
test added
amalia-k510 4730667
numpy issue fix for one line
amalia-k510 4b9fe3e
avoid densifying sparse matrices
amalia-k510 7d754c7
switched to @needs
amalia-k510 15320af
switched to @needs
amalia-k510 623a86c
variable fix input
amalia-k510 e8c9a25
code from separate PR removed
amalia-k510 040b8b7
unify metadata assembly
flying-sheep d6a9aee
Discard changes to src/scanpy/neighbors/__init__.py
flying-sheep c03b863
comments fix and release notes
amalia-k510 473a437
comments fix typo
amalia-k510 c6e5d1f
Merge branch 'scverse:main' into main
amalia-k510 ac0a6b3
before neighbour merge
amalia-k510 1c033f0
notes
amalia-k510 662534b
Merge branch 'main' of https://github.com/amalia-k510/scanpy into main
amalia-k510 32116f0
Merge branch 'matrix_exist' into main
amalia-k510 a1b2033
merge error fix
amalia-k510 4cdc729
post merge and call form neighbor
amalia-k510 cb7aaf6
release notes fix
amalia-k510 7e34ce2
Merge branch 'main' into main
flying-sheep efc2f89
Merge branch 'main' into pr/amalia-k510/3613
flying-sheep e0cf8a6
only one function
flying-sheep d2ac79b
Merge branch 'main' into main
flying-sheep 16e6c7e
fix syntax
flying-sheep 707766d
fix relnote name
flying-sheep 389f076
fix call
flying-sheep 76cc0f9
more test fixes
flying-sheep 6700928
Merge branch 'main' into main
flying-sheep 562cd52
Merge branch 'main' into pr/amalia-k510/3613
flying-sheep 329de39
fix merge
flying-sheep 7e78927
retrieve
flying-sheep e7dd7de
test and doc
flying-sheep dc2cd35
simplify
flying-sheep 99a925a
modes
flying-sheep e92f65b
fix doctest
flying-sheep e8880c8
skip low-vers test
flying-sheep 37e8fd8
fix docs
flying-sheep b6cf0c4
Merge branch 'main' into main
flying-sheep 00a81f5
ci: pre-commit autoupdate (#3947)
pre-commit-ci[bot] fb230ef
cov
flying-sheep dd827ec
igraph
flying-sheep 7cc32d9
Merge branch 'main' into main
flying-sheep 24a9d9a
oops
flying-sheep 407cda7
undirected only
flying-sheep 269129b
fast path
flying-sheep 19cecaa
whoops
flying-sheep 1563dd1
use pandas 3 types
flying-sheep b00cb81
Revert "whoops"
flying-sheep d235e55
make sure we use new pandas
flying-sheep 70d6434
scanpydoc 0.16.1
flying-sheep 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
Some comments aren't visible on the classic Files Changed page.
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
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.