sort by:
Revision Author Date Message Commit Date
345644a Added missing documentation. Fixed option to set colorbar title. 23 September 2020, 19:22:12 UTC
1f02dbd Replace `np.matrix` by `np.array` (#1424) The change suppresses PendingDeprecationWarning and follows numpys suggestion to not rely on `np.matrix`. 23 September 2020, 11:57:10 UTC
aeeca1f Fix docstrings for rank_genes_groups (#1417) Remove empty line which causes the example terminal commands to be displayed incorrectly. Also, three `>` are preprended to the comment. 23 September 2020, 11:54:38 UTC
705a14e Fix / Unit tests `test_violin` and `test_pbmc3k` (#1422) When using `seaborn==0.11`, the vertical orientation is ignored when only `x` is specified. To orientate the violin plot vertically as before `seaborn.catplot` is used instead of `seaborn.FacetGrid`. 22 September 2020, 15:15:49 UTC
f704f72 Bugfix log1p for non-float dense arrays 02 September 2020, 07:14:13 UTC
43379e0 Utilize magic comma in new black update (#1394) 28 August 2020, 13:00:56 UTC
8829f2b Fix docstrings for embedding wrappers 25 August 2020, 09:56:47 UTC
2679e45 Response to feedback from Fidel 25 August 2020, 09:56:47 UTC
2c37a5c Add na_color and na_in_legend parameters to embedding plots. 25 August 2020, 09:56:47 UTC
b7efb0b Update embedding plot tests (to squash before merge) 25 August 2020, 09:56:47 UTC
745f755 Add tests for embedding plots with missing values It's quite a few. I might look into reducing the size of the plots/ storing them compressed. Also the test case is a bit cute. 25 August 2020, 09:56:47 UTC
c1636fc Fix handling of _missing_color for spatial plots 25 August 2020, 09:56:47 UTC
cdd52af Fixes for broken tests Had to make color palette getting work with masking. Led to creation of _get_palette function. 25 August 2020, 09:56:47 UTC
2f4b5c5 Fix categorical legends when values are missing 25 August 2020, 09:56:47 UTC
80b92f7 scatterplots: simplify group handling further 25 August 2020, 09:56:47 UTC
45b0862 scatterplots: Have missing color be used when color=None 25 August 2020, 09:56:47 UTC
498b757 Embeddings show nulls in continuous variables In embeddings this comes up as light gray points, in spatial plots these are transparent. This required adding explicit handling of the color map, and making sure we accepted `nan`s in a few more places. 25 August 2020, 09:56:47 UTC
785c59a Plot missing values under present values in scatter plots This fixes issues with ordering when `groups` argument was used. This was done by consolidating the logic around ordering. Also includes a minor refactor of the code for choosing colors, mainly splitting it into two functions. 25 August 2020, 09:56:47 UTC
a86370c Make missing values lightgray in scatterplots 25 August 2020, 09:56:47 UTC
5c15aa1 Use iloc for positional slicing in HVG (#1389) 24 August 2020, 18:23:32 UTC
912e7d0 Centralize setup information (#1381) 24 August 2020, 14:37:42 UTC
c9fbe5c Fix values_to_plot literal (#1384) 20 August 2020, 22:41:32 UTC
25836d1 Temporarily revert flit commits (#1380) This reverts commits: f2efd3ad27ae7c461da2ef5dcd8a6129cd91ca19 4e9496baad3edac7243a0d62cb69a0dbd2b3f0e2 e06d921559b0aa15a9844c40ceb0d72a0ab0bc47 d66a5e4b9c816d526c939ef05b89d188fcfa1444 28aea53ac14e04d1683e6eda568b816977456b5a 19 August 2020, 12:03:09 UTC
f2efd3a Add instructions for conda dev install (#1377) 18 August 2020, 15:45:43 UTC
4e9496b Allow JUST symlinking anndata installs (#1378) 18 August 2020, 14:33:51 UTC
e06d921 Fix install (#1376) 18 August 2020, 08:44:01 UTC
d66a5e4 pytest can also be configured in TOML! (#1375) 17 August 2020, 20:50:19 UTC
28aea53 Switch to flit (#1374) 17 August 2020, 19:20:56 UTC
5533b64 short version of print_versions and print_header (#1373) 16 August 2020, 20:21:03 UTC
6c16f31 version 1.6.0 (#1372) * streamline release latest * further fixes 15 August 2020, 22:27:03 UTC
8611dba Promote ns from machine int to int64. (#1359) Co-authored-by: Philipp A <flying-sheep@web.de> 07 August 2020, 13:43:46 UTC
090d577 A few minor style changes via `pyupgrade` (#971) Co-authored-by: Philipp A <flying-sheep@web.de> 05 August 2020, 19:57:51 UTC
f6212ce Proper string comparison (#1350) 01 August 2020, 19:41:24 UTC
e6474b5 added cirrocumulus (#1311) Co-authored-by: Gökçen Eraslan <gokcen.eraslan@gmail.com> 01 August 2020, 18:52:26 UTC
b9f3257 `print_versions` outputs more, updated GH issue template (#1343) 01 August 2020, 13:40:45 UTC
2ea9f83 fix missing yticklabels (#1342) * fix missing yticklabels * added `yticklabels` parameter to `sc.pl.stacked_violin()`. * fixed problem with overlapping tick labels and legend * improved formatting of the tick labels 01 August 2020, 05:31:54 UTC
96bd59d Use theme from scanpydoc (#1349) 31 July 2020, 15:28:28 UTC
4856784 Export concat (#1348) 31 July 2020, 09:52:47 UTC
ab9247b Shorten _download function 31 July 2020, 07:54:32 UTC
650c20d Register internet test marker, gets rid of warnings 31 July 2020, 07:54:32 UTC
0da9559 Update number of genes for test dataset 31 July 2020, 07:54:32 UTC
24f77fe Rewrite _download As noted in #1334, visium downloads were broken. Setting a header on downloads seems to fix them. We can't use the solution suggested in #1334 since it modifies global state around `urllib`, which is asking for trouble. This unfortunatley means most of the method had to be reimplemeted. The new implementation is based on `urllib.requests.urlretrieve`, but with a modification to let us pass a header. I've also removed the automatic `mkdir(..., parents=True)` from `_download` since typos could result in very messy filesystems. 31 July 2020, 07:54:32 UTC
fc01716 Organize news section (#1345) * briefer statement * add news file * less wordy * fix articles 30 July 2020, 12:18:34 UTC
2f160ea Minor code cleanup for sc.pl.rank_genes_groups Mostly reducing flow control, moving similar statements together 30 July 2020, 06:37:04 UTC
4d08f5a Update reference figures for tests 30 July 2020, 06:37:04 UTC
55a57db Fix y-axis for rank_genes_groups * Previously min and max were set by full range of scores, not just the ones being plotted. * Also did some minor code simplification. 30 July 2020, 06:37:04 UTC
dc70a14 expand test 29 July 2020, 22:04:05 UTC
e95dbcf update release notes 29 July 2020, 22:04:05 UTC
182c245 fix test 29 July 2020, 22:04:05 UTC
29924bd test tie corrected pvals 29 July 2020, 22:04:05 UTC
aefd687 default values for _RankGenes 29 July 2020, 22:04:05 UTC
dda90b1 fix n_genes in correction 29 July 2020, 22:04:05 UTC
73d590a doc for tie_correct 29 July 2020, 22:04:05 UTC
846446e add tie correction 29 July 2020, 22:04:05 UTC
cf98241 Clean up release notes for v1.6.0 (#1339) * clean up release notes * fix typo * add statement on original references * better wording 29 July 2020, 15:14:27 UTC
d4d373e split BasePlot.show() into show and savefig to match matplotlib style (#1329) * separated functionality of BasePlot.show() as `savefig` and `show` which is more in-line with matplotlib way of working and modified visual parameters to avoid light colored elements to blend with background 29 July 2020, 13:39:09 UTC
debf131 Add hvg to release notes 29 July 2020, 08:12:57 UTC
4ef47fb Update nonnegative integer check Minor update, just checking if the type is already an integer, and doing a faster check for positive values. 29 July 2020, 08:12:57 UTC
c8be573 fix nan handling 29 July 2020, 08:12:57 UTC
3b26ccf better handle nan in merging hvgs in batches seurat v3 29 July 2020, 08:12:57 UTC
5859327 skmisc travis 29 July 2020, 08:12:57 UTC
ce008b1 gzip test file 29 July 2020, 08:12:57 UTC
d091c82 Fix formatting test 29 July 2020, 08:12:57 UTC
9a567be update docstrings, uns key added, defaults 29 July 2020, 08:12:57 UTC
c34b043 add util test 29 July 2020, 08:12:57 UTC
0c0cc3a fix merging with batch key, add batch test 29 July 2020, 08:12:57 UTC
afa19d6 fix plotting function 29 July 2020, 08:12:57 UTC
fb63e4c update check raw data util 29 July 2020, 08:12:57 UTC
d79213f update docstring again 29 July 2020, 08:12:57 UTC
8bae64a update docstring 29 July 2020, 08:12:57 UTC
2a771a4 plot function code readability 29 July 2020, 08:12:57 UTC
691ed9c update plot function 29 July 2020, 08:12:57 UTC
a4ad0a5 fix layer option seurat v3 29 July 2020, 08:12:57 UTC
b7c7130 add layer option, check nonnegative integers 29 July 2020, 08:12:57 UTC
04a28a9 missed import init 29 July 2020, 08:12:57 UTC
5f8a1fe initial move to a unified function 29 July 2020, 08:12:57 UTC
ea4f632 update test 29 July 2020, 08:12:57 UTC
e6978de update name, skmisc dependency, return, docstring cleanup 29 July 2020, 08:12:57 UTC
e0b4432 remove loess helper 29 July 2020, 08:12:57 UTC
c4ab2e8 use loess fitted values 29 July 2020, 08:12:57 UTC
1760b9d fix test 29 July 2020, 08:12:57 UTC
748e4cb implementation with skmisc loess and handling sparse 29 July 2020, 08:12:57 UTC
10937f5 Fix pl.paga with pie charts (#1123) * Add simpler version of piecharts for paga * Fix unused variable * Add check for sum * Add is_close instead of less than * Forgot not * Fix paga_pie, add options to use names in the mapping * Add nicer and stricter warning message, remove debugging print * Add test, update docstring * Remove unused vars Co-authored-by: Michal Klein <michal.klein@tngtech.com> Co-authored-by: Fidel Ramirez <fidel.ramirez@gmail.com> 27 July 2020, 08:24:09 UTC
3a6f301 Add ylabel option to violin (#1161) * Add ylabel option to violin 22 July 2020, 13:28:55 UTC
e9f9de3 Add support for Harmony integration (#1306) 21 July 2020, 20:45:44 UTC
7d58f79 Format recipes 21 July 2020, 11:05:08 UTC
855d652 Fix weinreb recipe + test Also moved some deprecated preprocessing methods from _simple to _deprecated 21 July 2020, 11:05:08 UTC
f59ebb8 updated documentation to point to latest plotting tutorial (#1319) * updated documentation to point to latest plotting tutorial * added release notes * final touches to the release notes * fix link and old contributions * added bugfixes and other changes to the release notes * Fix problem breaking docs build. Co-authored-by: Alex Wolf <f.alex.wolf@gmx.de> 21 July 2020, 09:49:15 UTC
ff2f039 Reduce error potential from networkx (e.g. #1227) (#1323) 20 July 2020, 15:00:35 UTC
ea8dde9 fix dtype of names in test 20 July 2020, 13:38:02 UTC
bd9980a avoid trimming of genes' names 20 July 2020, 13:38:02 UTC
bba495a allow to recompute in _RankGenes 20 July 2020, 13:38:02 UTC
2394916 test wilcoxon symmetry 20 July 2020, 13:38:02 UTC
56fdeaa format 20 July 2020, 13:38:02 UTC
0120ada fix pvalues for wilcoxon 20 July 2020, 13:38:02 UTC
75d7e4c fix vstack 20 July 2020, 13:38:02 UTC
9920341 add backup url option read_10x_h5 (#1296) Co-authored-by: Gökçen Eraslan <gokcen.eraslan@gmail.com> Co-authored-by: Isaac Virshup <ivirshup@gmail.com> 17 July 2020, 08:40:03 UTC
dc884f2 Make sure dependencies are up to date in travis builds (#1320) * Add explicit numpy dependency * Remove unneeded umap dependency for anndata-dev builds 17 July 2020, 08:12:54 UTC
136177f Add CellRank to Scanpy's ecosystem (#1304) 17 July 2020, 04:52:49 UTC
30285c1 Update installation.rst correct leidenalg package name 14 July 2020, 08:48:27 UTC
back to top