- further updated scanpy logging compatibility tweak (F. Rost)
- update logging to match scanpy 1.4.4 standards
- rework
.obsm['X_pca']
check to be compatible with new structure (I. Virshup)
- add MANIFEST.in for conda purposes (J. Preußner)
- run trimming by default at 10 times the neighbour count for each cell
- remove scanpy dependency from
bbknn_pca_matrix
; rework setup dependencies as a result - removal of
save_knn
option - creation of diagnostic
extract_cell_connectivity
function for plotting connectivities
- metric sanity check typo fix
- optional faiss support
- default swap to annoy neighbours with angular as the metric, add annoy's
n_trees
parameter - removal of distance scaling
- removal of
n_jobs
parameter - automatically parallelise cKDTree - metric sanity checks
bbknn_pca_matrix
function- code refactoring
- annoy support
- initial release