Skip to content

Releases: caokai1073/uniPort

uniport-v1.3

01 Oct 13:27
43296b1
Compare
Choose a tag to compare

fix bugs and improve performance

v1.2.2

07 Mar 22:21
33d37e6
Compare
Choose a tag to compare

Change the default patience value from 10 to 30 in early-stopping strategy, and set it as a user-defined parameter.

v1.2.0

01 Mar 05:33
30a3ddb
Compare
Choose a tag to compare

fix a bug in saving OT matrix.

v1.1.2

26 Nov 04:14
Compare
Choose a tag to compare

Fix a bug.

v1.1.1

07 Jun 08:18
Compare
Choose a tag to compare
  • add model_log parameter to Run() function.
    • If model_log=True, show structures of encoder and decoders. Default: False.
  • fix bugs

v1.1.0

14 May 08:33
Compare
Choose a tag to compare
  • Get_label_Prior() function changes:
    • Get_label_Prior() -> get_prior()
    • set alpha=2 as default
  • Run() function parameter changes:
    • labmda_recon -> lambda_recon
    • Prior -> prior
    • max_iteration -> iteration
    • add use_rep for mode=d
  • add TFIDF_LSI() function for scATAC preprecess.
  • remove AnnData returns in filter_data() and batch_scale() functions.
    • e.g., change adata=up.filter_data(adata) to up.filter_data(adata).

v1.0.5

12 May 13:02
Compare
Choose a tag to compare

Here it comes ~