allpy
view NEWS @ 1054:53690e470eff
fix a typo in algorithm name Bron?Kerbosch in allpy library
Method Graph.bron_kerbosh() is now deprecated.
Use Graph.bron_kerbosch() instead.
author | Boris Nagaev <bnagaev@gmail.com> |
---|---|
date | Tue, 03 Apr 2012 12:20:13 +0400 |
parents | 230aaa440351 |
children | 83167a09a19d 452ac0c16295 |
line source
8 * new: add method blocks_from_homology() (allpy.structure)
9 * new: add MonomerHomology-based high blocks building algo to pair-cores
10 * new: print default values of command line args in help message (pair_cores)
11 * new: add web interface for pair-cores
13 1.4.1
15 This is a code cleanup release.
16 Nothing should change in the interface or behaviour at all.
18 1.4.0 (2011-07-20)
20 * new: Alignments, Sequences and Blocks now can have Markups, see the wiki