Releases: CRG-CNAG/robustica
Releases · CRG-CNAG/robustica
0.1.4
16 Sep 14:20
Compare
Sorry, something went wrong.
No results found
made scikit-learn-extra dependency as optional to avoid incompatibilities
updated default FastICA parameters to follow scikit-learn>=1.3
added pyproject.toml to keep compatibility with pip>=25.0
0.1.3
16 Oct 09:53
Compare
Sorry, something went wrong.
No results found
added verbose option to RobustICA class
bug fix: fixed reproducibility seed
updated documentation
0.1.2
15 Jul 15:15
Compare
Sorry, something went wrong.
No results found
bug fix: sign correction before computation of standard deviations of centroids
added web documentation
First release
24 Jul 13:08
Compare
Sorry, something went wrong.
No results found
This first release of robustica contains:
three modules:
RobustICA: contains the class and functions to perform robust independent component analysis (ICA)
InferComponents: contains the class to infer how many components should one consider for ICA
examples: contains helper functions to quickly create examples
tutorials
documentation