Skip to content

Releases: lozuponelab/SCNIC

v0.6.6

05 Sep 23:15
Compare
Choose a tag to compare

Homogenize version with PyPI

v0.6.5

05 Sep 23:12
Compare
Choose a tag to compare

Update CI for pushing new versions to PyPI

v0.6.4

05 Sep 23:05
Compare
Choose a tag to compare

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

30 May 18:43
Compare
Choose a tag to compare

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

17 Jan 20:12
Compare
Choose a tag to compare
Pre-release

Other stuff too I assume.

Updated for NetworkX 2.0

22 Sep 23:08
Compare
Choose a tag to compare
Pre-release
0.3.3

Bump version: 0.3.2 → 0.3.3

Actually fix folder logic

15 Sep 20:15
Compare
Choose a tag to compare
Pre-release
0.3.2

Bump version: 0.3.1 → 0.3.2

Fix folder create logic

15 Sep 16:00
Compare
Choose a tag to compare
Pre-release

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

15 Sep 00:03
Compare
Choose a tag to compare
Pre-release

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

24 Feb 23:22
Compare
Choose a tag to compare
Pre-release

Never be lazy writing your tests.