Skip to content

v1.1.2

Choose a tag to compare

@jaydu1 jaydu1 released this 03 Feb 14:43
  • Reproducibility support.
    • Add float type adaptation based on global options tf.keras.backend.set_floatx and tf.keras.backend.floatx.
    • Change dtype to float64 for inputs of PCA.
    • Change dtype to float64 for computation of KNN graphs.
    • Set a random seed for constructing KNN graphs.
  • Replace Louvain with Leiden clustering.
  • Normalize embeddings for plotting.