allpy
annotate NEWS @ 847:3e269d33a386
Released 1.4.0. [closes #53]
author | Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru> |
---|---|
date | Wed, 20 Jul 2011 17:41:14 +0400 |
parents | 0377cd9ac4e6 |
children | d60d8993ac35 |
rev | line source |
---|---|
dendik@846 | 1 1.3.1 (2011-07-20) |
dendik@624 | 2 |
dendik@697 | 3 * new: Alignments, Sequences and Blocks now can have Markups, see the wiki |
dendik@717 | 4 * new: File format 'markup' for storing alignment with arbitrary markups |
dendik@633 | 5 * new: processor allpy.processors.Needle() |
dendik@633 | 6 * new: method allpy.base.Alignment.rows_as_strings() |
dendik@650 | 7 * new: method allpy.base.Alignment.row_as_list(sequence) |
dendik@650 | 8 * new: method allpy.base.Alignment.row_as_string(sequence) |
dendik@657 | 9 * new: columns_as_lists() returns list of lists, each has 'column' attribute |
dendik@662 | 10 * new: javascript viewer colors columns by conservedness |
dendik@624 | 11 |
dendik@602 | 12 1.3.0 (2011-04-15) |
dendik@602 | 13 |
dendik@602 | 14 * new: started NEWS file |
dendik@602 | 15 * new: started tracking version numbers |