Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/19ffcf1ac4a0/debian/changelog
Дата изменения: Unknown
Дата индексирования: Mon Feb 4 06:00:08 2013
Кодировка:
allpy: 19ffcf1ac4a0 debian/changelog

allpy

view debian/changelog @ 935:19ffcf1ac4a0

Fixed bug in processors: used Block class for reading alignment file. Until recent changes (introduction of Alignment/Block._append_columns) it worked out fine. But practically, we used alignment API: we created an empty object and called append_file on it. For blocks this resulted in a block that did not know it's alignment. Recent changes in implementation caused blocks to actually have their own specific methods besides constructor, and these methods use knowlege of alignment a block belongs to. Hence, the previous behaviour was a bug.
author Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru>
date Mon, 28 Nov 2011 18:33:25 +0300
parents 0500f111e32a
children f734c086d416
line source
1 allpy (1.4.0-5) unstable; urgency=low
3 * Fixed symlink in blocks3d.
5 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Wed, 02 Nov 2011 20:44:10 +0400
7 allpy (1.4.0-4) unstable; urgency=medium
9 * Rebuild for new wt.
11 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Wed, 12 Oct 2011 16:24:07 +0400
13 allpy (1.4.0-3) unstable; urgency=low
15 * Reuild for new wt.
17 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Wed, 12 Oct 2011 16:23:21 +0400
19 allpy (1.4.0-2) unstable; urgency=low
21 * Fixed debian/changelog.
23 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Wed, 20 Jul 2011 17:53:10 +0400
25 allpy (1.4.0-1) unstable; urgency=low
27 * New allpy release. Features alignment, block and sequence markups. See NEWS
29 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Wed, 20 Jul 2011 17:50:30 +0400
31 allpy (1.3.0-2) unstable; urgency=low
33 * renamed geometrical-core to geometrical-core2 by request of Boris,
34 since the new version may yet be inferior to the old one in some aspects
36 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Fri, 15 Apr 2011 22:31:11 +0400
38 allpy (1.3.0-1) unstable; urgency=low
40 * geometrical-core depends on particular version of python-allpy (>= 1.0.0)
42 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Fri, 15 Apr 2011 22:07:18 +0400
44 allpy (1.3.0) unstable; urgency=low
46 * New allpy release.
47 Version tracking an compact history starts with this version. The question
48 of related programs and utils versioning is yet undecided.
49 * New geometrical-core requires two packages with local install.
50 Added sed script to add /usr/share/geometrical-core to sys.path.
51 The required packages go there.
53 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Fri, 15 Apr 2011 21:21:40 +0400
55 allpy (0.0-6) unstable; urgency=medium
57 * blocks3d-wt: reorganized apache configs for more stable operation
59 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Tue, 22 Feb 2011 17:16:50 +0300
61 allpy (0.0-5) unstable; urgency=medium
63 * blocks3d-wt debianization: fixed urls for various resources (js &
64 css)
66 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Sun, 20 Feb 2011 22:18:47 +0300
68 allpy (0.0-4) unstable; urgency=medium
70 * Fixed setup.py to install allpy/data too (surprisingly, it did not
71 do it itself)
72 * Blocks3D_config: guess location of html.htm properly
73 * Removed mktemp_string in favour of one-time mkdtemp invocation
74 * Debianized blocks3d, blocks3d-wt; fixed debian dependencies for
75 python-allpy where necessary
77 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Sun, 20 Feb 2011 20:47:04 +0300
79 allpy (0.0-3) unstable; urgency=medium
81 * Fixed syntax errors in source to soothe postinst scripts.
83 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Mon, 22 Nov 2010 13:43:59 +0300
85 allpy (0.0-2) unstable; urgency=medium
87 * Initial debianization.
89 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Mon, 15 Nov 2010 17:40:37 +0300
91 vim: set ft=debchangelog et ai: