Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/shortlog/fd3481013cd5
Дата изменения: Unknown
Дата индексирования: Tue Oct 2 10:01:49 2012
Кодировка:
allpy: log

allpy

log

age author description
Tue, 05 Jul 2011 21:54:21 +0400 Andrei Automated merge with ssh://kodomo.fbb.msu.ru/allpy
Tue, 05 Jul 2011 21:54:10 +0400 Andrei homology endowed with column_number in all methods and passed through tests
Tue, 05 Jul 2011 19:19:10 +0400 Daniil Alexeyevsky Added test for SequenceCaseMarkup and SequenceMarkup.as_list()
Tue, 05 Jul 2011 19:18:35 +0400 Daniil Alexeyevsky Added *Markup.as_list method (represent markup as a list).
Tue, 05 Jul 2011 19:10:47 +0400 Daniil Alexeyevsky base: Extracted common part of different base classes of markups to a common ancestor class
Tue, 05 Jul 2011 18:30:42 +0400 Daniil Alexeyevsky Implemented SequenceCaseMarkup along with the required changes to Monomer.
Tue, 05 Jul 2011 16:55:34 +0400 Daniil Alexeyevsky Minor code cleanup
Mon, 04 Jul 2011 22:38:59 +0400 Andrei Method homology.highest_blocks is implemented. Blocks are constructed from residue homology file. Test version.
Mon, 04 Jul 2011 15:28:21 +0400 Andrei homology.write_block passed through test
Mon, 04 Jul 2011 13:42:28 +0400 Andrei homology.write_block added
Sat, 02 Jul 2011 19:40:11 +0400 Andrei homology.py passes through tests of methods: .write_monomer,.write_class,.read,.compare_with,.two_vs_one
Sat, 02 Jul 2011 16:43:41 +0400 Andrei Automated merge with ssh://kodomo.fbb.msu.ru/allpy
Sat, 02 Jul 2011 16:43:35 +0400 Andrei Minor changes of homology.py
Sat, 02 Jul 2011 15:43:48 +0400 Daniil Alexeyevsky Makefile: target tests implies using the current directory as PYTHONPATH
Sat, 02 Jul 2011 15:43:14 +0400 Daniil Alexeyevsky Fixed typos in markup tests
Sat, 02 Jul 2011 15:42:49 +0400 Daniil Alexeyevsky Fixed simple bugs in markups discovered by primitive tests
Sat, 02 Jul 2011 15:29:06 +0400 Daniil Alexeyevsky Added test for manual markups
Fri, 01 Jul 2011 19:50:08 +0400 Andrei Automated merge with ssh://kodomo.fbb.msu.ru/allpy
Fri, 01 Jul 2011 19:48:54 +0400 Andrei Residue homology classes added (module allpy/homology)
Fri, 01 Jul 2011 16:05:51 +0400 Daniil Alexeyevsky Added trivial tests for basic markups
Fri, 01 Jul 2011 15:46:32 +0400 Daniil Alexeyevsky Added module markups with sample *Index and *Number markups
Fri, 01 Jul 2011 15:46:09 +0400 Daniil Alexeyevsky Added base classes for Sequence and Alignment markups
Fri, 01 Jul 2011 14:59:21 +0400 boris (kodomo) base: fix a bug (using UserList instead of util.UserList)
Fri, 01 Jul 2011 12:08:18 +0400 Boris Burkov Merge with Borya Nagaev
Fri, 01 Jul 2011 11:42:26 +0400 Boris Burkov Merge between me and central.
Fri, 01 Jul 2011 11:40:00 +0400 Boris Burkov This is a half-rollback commit with base.py from central repo and my blocks_finder.py
Fri, 01 Jul 2011 09:52:49 +0400 Boris Burkov Massive changes to my program
Fri, 01 Jul 2011 10:32:37 +0400 boris (kodomo) blocks3d/www: fix log-file caused bug of building
Fri, 01 Jul 2011 03:22:10 +0400 boris blocks3d/www: change test to represent conservative columns inside block
Fri, 01 Jul 2011 03:21:08 +0400 boris blocks3d/www: mark conservative columns inside blocks
Fri, 01 Jul 2011 03:01:17 +0400 boris blocks3d/www: fix disconnection of binders to mouseover after click
Fri, 01 Jul 2011 02:54:03 +0400 boris blocks3d/www: improve code, create function to test whether column is conservative
Thu, 30 Jun 2011 16:05:09 +0400 Daniil Alexeyevsky Automated merge with ssh://kodomo/allpy
Thu, 30 Jun 2011 16:04:38 +0400 Daniil Alexeyevsky Clarified NEWS record for bnagaev's changes
Wed, 29 Jun 2011 13:51:12 +0400 boris blocks3d/www: change color of block on mouse over
Wed, 29 Jun 2011 12:46:28 +0400 boris blocks3d/www: proportional brightness of conservative columns and the rest of block
Wed, 29 Jun 2011 11:55:16 +0400 boris add test for blocks3d/www
Mon, 27 Jun 2011 13:42:42 +0400 boris Improve javascript blocks viewer
Sat, 25 Jun 2011 00:46:13 +0400 Daniil Alexeyevsky Added attribute column to lists in result of columns_as_lists
Wed, 15 Jun 2011 17:12:05 +0400 Daniil Alexeyevsky Reverted 654:c32e728b98d7: Column knows its alignment now, Column.__repr__ is created to return <Column 112>.
Tue, 14 Jun 2011 22:22:04 +0400 boris blocks3d/www: chmod 644 source files
Tue, 14 Jun 2011 13:31:18 +0400 Boris Burkov Column knows its alignment now, Column.__repr__ is created to return <Column 112>.
Sun, 12 Jun 2011 15:36:07 +0400 Boris Burkov 50% speed up for blocks_finder due to local application of remove_contained_preblocks.
Fri, 10 Jun 2011 16:15:35 +0400 Daniil Alexeyevsky Code cleanup: moved Alignment.row_as_list and Alignment.row_as_string to the proper position.
Fri, 10 Jun 2011 16:14:39 +0400 Daniil Alexeyevsky Cleaned up code & docstrings of Alignment.row_as_string and Alignment.row_as_list
Fri, 10 Jun 2011 16:07:13 +0400 Daniil Alexeyevsky NEWS entry for new methods of Alignment by BurkovBA
Fri, 10 Jun 2011 15:37:20 +0400 Boris Burkov Merge between pickled monomers and non-sequence-wise blocks_finder.
Fri, 10 Jun 2011 15:33:16 +0400 Boris Burkov Some testing done for blocks_finder:remove_contained_preblocks time-consumption optimisation.
Wed, 08 Jun 2011 15:15:57 +0400 Boris Burkov Changed the __repr__for sequence to <Sequence code1>. Renamed row() to row_as_list().
Tue, 07 Jun 2011 17:37:06 +0400 Boris Burkov Changed __repr__ for sequence and monomer in allpy.base. Added row and
Wed, 08 Jun 2011 21:31:02 +0400 Daniil Alexeyevsky Fixed monomer pickling to avoid name clashes. This breaks pickle backwards-compatiblity! [see #35]
Fri, 03 Jun 2011 16:59:45 +0400 Daniil Alexeyevsky Added a test for pickling
Fri, 03 Jun 2011 16:51:56 +0400 Daniil Alexeyevsky Minor code cleanup: fixed order of imports for PEP8 compliance
Fri, 03 Jun 2011 16:49:44 +0400 Daniil Alexeyevsky Added necessary hooks for monomer pickling [closes #35]
Fri, 03 Jun 2011 15:30:48 +0400 Daniil Alexeyevsky Added some tests for allpy.fileio with format conversions and StringIO
Fri, 03 Jun 2011 15:29:47 +0400 Daniil Alexeyevsky allpy.fileio: use stdin/stdout when communicating with EMBOSS [closes #38]
Mon, 30 May 2011 20:38:58 +0400 Daniil Alexeyevsky allpy.fileio: wrapped some calls into try-finally; EmbossFile should now behave correctly if exceptions occur now
Wed, 25 May 2011 20:25:32 +0400 Daniil Alexeyevsky Added sectioning comments to allpy.processors
Wed, 25 May 2011 19:49:12 +0400 Daniil Alexeyevsky allpy.processors: cleaner reimplementation of remove_gaps option in Muscle
Wed, 25 May 2011 19:46:20 +0400 Daniil Alexeyevsky allpy.processors: code cleanup, added more docstrings