Release notes#
v0.1.0 2024-12-20#
Integrate with Lightning to enable multi-GPU training.
Integrate with TensorBoard to facilitate loss visualization.
Enhance MIDAS to support easier integration of new modalities.
v0.0.18 2024-07-29#
utils.viz_viz_mod_latent(). Rotated the image and fixed the bug that caused an error when inputting a batch.
v0.0.17 2024-07-16#
add eval_mod(), remove eval_scmib()
add tutorial-3
add skip_s in init_model()
v0.0.16 2024-07-11#
Fix utils.load_predicted(). See #5.
v0.0.15 2024-07-11#
Fix reduce_data()
Fix utils.ref_sort(). See #9.
v0.0.14 2024-07-04#
Adaptation for Windows: Improved compatibility and performance on Windows operating systems.
Non-GPU Compatibility: Enhanced functionality for environments without GPU support.
v0.0.13 2024-07-04#
Python=3.8 -> Python>=3.9 to accomodate scib.
Add scmidas.datasets.GenDataFromPath() for flexible inputs.
Update tutorials.
Change pack() -> reduce_data().
Fix bugs.
Add viz_diff().
Add viz_mod_latent().
Add evaluation funcs.
v0.0.8 2024-06-20#
First release.