Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/annotate/06dbba0b65a3/NEWS
Дата изменения: Unknown
Дата индексирования: Tue Feb 26 09:47:03 2013
Кодировка:
allpy: NEWS annotate

allpy

annotate NEWS @ 1019:06dbba0b65a3

pair-cores/wt: add g++ 4.5 to deps
author Boris Nagaev <bnagaev@gmail.com>
date Fri, 09 Mar 2012 00:20:43 +0400
parents 230aaa440351
children 83167a09a19d 452ac0c16295
rev   line source
bnagaev@992 1 * new: add an argument not to save downloaded pdb (CachedDownloadPdb)
bnagaev@992 2 * new: Geometrical core improvement: ignore cores, owned by one SS element
bnagaev@992 3 * new: allow to load custom pdbs (allpy.structure)
bnagaev@992 4 * new: add pymol superimposition feature draft (allpy.structure)
bnagaev@992 5
bnagaev@991 6 * new: add features of blocks3d.py to pair_cores.py
bnagaev@991 7 * new: add ``parts'' argument to blocks3d() (allpy.structure)
bnagaev@991 8 * new: add method blocks_from_homology() (allpy.structure)
bnagaev@991 9 * new: add MonomerHomology-based high blocks building algo to pair-cores
bnagaev@991 10 * new: print default values of command line args in help message (pair_cores)
bnagaev@995 11 * new: add web interface for pair-cores
bnagaev@991 12
dendik@848 13 1.4.1
dendik@848 14
dendik@848 15 This is a code cleanup release.
dendik@848 16 Nothing should change in the interface or behaviour at all.
dendik@848 17
dendik@848 18 1.4.0 (2011-07-20)
dendik@624 19
dendik@697 20 * new: Alignments, Sequences and Blocks now can have Markups, see the wiki
dendik@717 21 * new: File format 'markup' for storing alignment with arbitrary markups
dendik@633 22 * new: processor allpy.processors.Needle()
dendik@633 23 * new: method allpy.base.Alignment.rows_as_strings()
dendik@650 24 * new: method allpy.base.Alignment.row_as_list(sequence)
dendik@650 25 * new: method allpy.base.Alignment.row_as_string(sequence)
dendik@657 26 * new: columns_as_lists() returns list of lists, each has 'column' attribute
dendik@662 27 * new: javascript viewer colors columns by conservedness
dendik@624 28
dendik@602 29 1.3.0 (2011-04-15)
dendik@602 30
dendik@602 31 * new: started NEWS file
dendik@602 32 * new: started tracking version numbers