Releases: caokai1073/uniPort
Releases · caokai1073/uniPort
uniport-v1.3
fix bugs and improve performance
v1.2.2
Change the default patience value from 10 to 30 in early-stopping strategy, and set it as a user-defined parameter.
v1.2.0
fix a bug in saving OT matrix.
v1.1.2
Fix a bug.
v1.1.1
- add model_log parameter to Run() function.
- If model_log=True, show structures of encoder and decoders. Default: False.
- fix bugs
v1.1.0
- 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
Here it comes ~