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

allpy

view NEWS @ 645:88c246f20918

Fixed monomer pickling to avoid name clashes. This breaks pickle backwards-compatiblity! [see #35] Previosly all monomer classes were stored a single namespace, allpy.data.monomers. This caused a few name clashes, which were mostly resolved, and one name clash, that was not. (This caused one class to be named differently depending on the order in which modules were loaded). Now, instead of one allpy.data.monomers module we have allpy.data.monomers package with modules dna, rna, protein. This ensures that all name clashes are resolved uniformly upon any sequence of modules loading. This may also help in future to keep backward-compatibility longer in case we replace dynaminc monomer class creation with storing the classes in the module - if we want to retain independent loading of dna/rna/protein parts.
author Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru>
date Wed, 08 Jun 2011 21:31:02 +0400
parents 20d620bcbcba
children 95185a216b97
line source
1 1.3.1
3 * new: processor allpy.processors.Needle()
4 * new: method allpy.base.Alignment.rows_as_strings()
6 1.3.0 (2011-04-15)
8 * new: started NEWS file
9 * new: started tracking version numbers