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

allpy

view debian/changelog @ 933:f3358da68bcd

Fixed two bugs in one place: base Alignment/Block - realign used to cut sequence tails if the new alignment was wider than the existing one - any block modification that added new columns used to forget to add the columns to the alignment AFAIR, currently the only such modifications are IO, append_*, and realign() To fix it I've: - changed realign to use _pad_to_width() same as IO used, - and changed _pad_to_width() to behave in a blocks-safe manner: it now calls self._append_columns(), which in case of blocks calls itself recursively to add columns to parent too.
author Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru>
date Tue, 22 Nov 2011 00:13:40 +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: