Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.41 KB

CHANGELOG.rst

File metadata and controls

22 lines (16 loc) · 1.41 KB

1.7.1

July 29, 2022

  • Make command-line tool and API work with PegasusIO v0.7.0.
  • Rename function arcsinh_transform to arcsinh, and allow set a user-specified count matrix for the transformation.
  • Add functions log1p and normalize for preprocessing the count matrix.

1.7.0

July 5, 2022

New Features

Improvement

  • Function nearest_neighbors has additional argument n_comps to allow use part of the components from the source embedding for calculating the nearest neighbor graph.
  • Add n_comps argument for run_harmony, tsne, umap, and fle (argument name is rep_ncomps) functions to allow select part of the components from the source embedding.
  • Function scatter can plot multiple components and bases.