-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[ENH] Heatmap: Restore ability to cluster larger datasets #4290
[ENH] Heatmap: Restore ability to cluster larger datasets #4290
Conversation
This works well for me, but pylint seems to be unhappy. Could we pacify it? |
66cde5a
to
457b2b8
Compare
Codecov Report
@@ Coverage Diff @@
## master #4290 +/- ##
==========================================
+ Coverage 86.77% 86.82% +0.05%
==========================================
Files 396 396
Lines 71550 71792 +242
==========================================
+ Hits 62089 62336 +247
+ Misses 9461 9456 -5 |
Avoud double text layout (for brect calc)
Add back option to select optimal ordering for clustering in order to accommodate larger datasets.
457b2b8
to
5200b1b
Compare
Seems to work fine. |
5200b1b
to
09b56ac
Compare
Issue
In gh-2000 'Heatmap' widget lost the ability to cluster larger datasets (>1000).
Description of changes
Restore the ability to cluster without opt. ordering to allow clustering on larger datasets.
Includes