Releases: lozuponelab/SCNIC
v0.6.6
v0.6.5
Update CI for pushing new versions to PyPI
v0.6.4
This update involves fixes to testing, updated dependencies, a bug in indexing a table that appeared as a dependency deprecated some functionality, converts min_p to max_p (since it was always a maximum), and re-implements continuous integration for pushing updates to PyPI.
Version 0.5 Upgrade to Python 3 and Splitting of Tasks
This update includes an update to python 3 only and now module making is a separate task from detecting within table correlations. Lots of test improvements.
Changed order of modules
Other stuff too I assume.
Updated for NetworkX 2.0
0.3.3 Bump version: 0.3.2 → 0.3.3
Actually fix folder logic
0.3.2 Bump version: 0.3.1 → 0.3.2
Fix folder create logic
Now new folders will only be made if necessary and old folders as specified by -o will not be emptied before use (with within logic).
New Clustering Algorithm
Now uses a complete linkage hierarchical clustering method to find groups of observations that are no more than a set distance apart based on correlation value.
Bugfix for verbose parameter
Never be lazy writing your tests.