age |
author |
description |
Thu, 14 Jun 2012 19:05:28 +0400 |
Daniil Alexeyevsky |
Clean rewrite or markup_to_file.py util; --markup is now optional and allows specifying multiple markups as a comma-separated list |
Fri, 01 Jun 2012 13:43:02 +0400 |
Daniil Alexeyevsky |
Added allpy.util.Silence to faciliate running most code with as little noise as possible |
Thu, 31 May 2012 15:23:37 +0400 |
Daniil Alexeyevsky |
Removed the unuzed allpy.util.lazy_import |
Fri, 25 May 2012 20:28:00 +0400 |
Daniil Alexeyevsky |
Replaced allpy.util.Binder with functools.partial everywhere (functools.partial is 2.5-compatible) |
Fri, 16 Mar 2012 16:45:00 +0400 |
Daniil Alexeyevsky |
Merged allpy & tests from 1.4.0 into 1.4.21.4.2 |
Tue, 25 Oct 2011 21:24:02 +0300 |
Boris Nagaev |
add *args binding to utility class Binder |
Fri, 21 Oct 2011 17:55:19 +0300 |
Boris Nagaev |
move helper class Binder from pair_cores_all.py to allpy/util.py |
Thu, 21 Jul 2011 18:29:42 +0400 |
Daniil Alexeyevsky |
Added allpy.util.open(), a wrapper around open(), which allows "-" as a filename to signify stdin or stdout |
Tue, 19 Jul 2011 20:04:22 +0400 |
Daniil Alexeyevsky |
allpy.util.lazy_import: the returned value after first query should also be a usable value |
Tue, 19 Jul 2011 19:57:34 +0400 |
Daniil Alexeyevsky |
allpy.util.lazy_import: added all the arguments that __import__ has |
Tue, 19 Jul 2011 19:39:59 +0400 |
Daniil Alexeyevsky |
Added allpy.utils.lazy_import: a helper to break import loops less pervasively |
Tue, 19 Jul 2011 14:40:22 +0400 |
Daniil Alexeyevsky |
Added deprecation warnings to the deprecated functions. |
Tue, 03 May 2011 21:04:08 +0400 |
Daniil Alexeyevsky |
Added allpy.util.UserString, a clone of str with ability to add attributes |
Thu, 16 Dec 2010 19:17:08 +0300 |
Daniil Alexeyevsky |
Added allpy.util.remove_each helper |
Thu, 16 Dec 2010 19:15:34 +0300 |
Daniil Alexeyevsky |
Added docstrings to allpy.util |
Thu, 16 Dec 2010 03:10:06 +0300 |
Daniil Alexeyevsky |
Added classes UserDict and UserList in allpy.util |
Thu, 16 Dec 2010 01:12:06 +0300 |
Daniil Alexeyevsky |
Clean reimplementation of allpy.base.Alignment.from_fasta |