Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/c421263ef000/NEWS
Дата изменения: Unknown
Дата индексирования: Tue Oct 2 17:22:28 2012
Кодировка:
allpy: c421263ef000 NEWS

allpy

view NEWS @ 736:c421263ef000

html viewer of blocks: now compatible with jquery-1.4.2 (jquery-1.4.2 is used in ubuntu maverick) Methods .mouseover( [eventData,] handler(eventObject) ) and .mouseleave( [eventData,] handler(eventObject) ) were added in jquery-1.4.3, but .bind( eventType, [eventData,] handler(eventObject) ) was in jquery-1.0. Maybe viewer is compatible with jquery-1.0, but I have not tested
author boris <bnagaev@gmail.com>
date Fri, 08 Jul 2011 21:13:54 +0200
parents dcb78a91e981
children da46b25fd67d
line source
1 1.3.1
3 * new: Alignments, Sequences and Blocks now can have Markups, see the wiki
4 * new: File format 'markup' for storing alignment with arbitrary markups
5 * new: processor allpy.processors.Needle()
6 * new: method allpy.base.Alignment.rows_as_strings()
7 * new: method allpy.base.Alignment.row_as_list(sequence)
8 * new: method allpy.base.Alignment.row_as_string(sequence)
9 * new: columns_as_lists() returns list of lists, each has 'column' attribute
10 * new: javascript viewer colors columns by conservedness
12 1.3.0 (2011-04-15)
14 * new: started NEWS file
15 * new: started tracking version numbers