Skip to content

Alpha-0.2.0

Compare
Choose a tag to compare
@timothymillar timothymillar released this 09 Feb 02:01
· 83 commits to master since this release
f412792
  • new features
    • new 'conservative' clustering method #91
  • changes
    • new 'conservative' clustering method used by default #91
    • simplified clustering/splitting method selection with flag '--splitting-method'
    • changed library imports to include loci, fingerprint, fingerprintio and cluster
    • tidied cluster.py submodule code
  • bug fixes
    • fixed miscalculation of initial cluster support #90
    • fixed miscalculation of parent vs child support #95
    • fixed name collision between sub module cluster and function loci.cluster
  • documentation
    • updated method.rst with new clustering method
    • updated usage.rst with new clustering method
    • updated CLI help text
    • updated cluster.py docstrings with new method
    • added metadata for PyPI