view debian/changelog @ 1088:c1091715f8a3
Added allpy.util.Silence to faciliate running most code with as little noise as possible
This class is intended for use around noisy chunks of code using `with`, e.g.::
  with Silence():
		structure = PDBParser().load_pdb(file)
This will produce no output to stderr if no exceptions are raised in the code.
Otherwise, all output will be printed as if the code was run without this
wrapper. See docstrings for more documentation.
 | author | Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru> | 
 | date | Fri, 01 Jun 2012 13:43:02 +0400 | 
 | parents | 92c006288b08 | 
 | children | f356cd61e44b 149cb9d89283 | 
 line source
     1 allpy (1
.4
.3
-0
) unstable; urgency=low 
     3   * new upstream release; see NEWS for more details 
     5  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Fri, 25 
May 2012 21
:03
:09 
+0400
 
     7 allpy (1
.4
.0
-7
) unstable; urgency=medium 
     9   * blocks3d-wt: fix permissions for /var/run/wt 
    11  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Wed, 14 
Dec 2011 20
:46
:35 
+0400
 
    13 allpy (1
.4
.0
-6
) unstable; urgency=low 
    15   * blocks3d-wt: create /var/run/wt by initscript, as required by new Debian policy 
    16   * new upstream release 
    18  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Wed, 14 
Dec 2011 20
:44
:49 
+0400
 
    20 allpy (1
.4
.0
-5
) unstable; urgency=low 
    22   * Fixed symlink in blocks3d. 
    24  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Wed, 02 
Nov 2011 20
:44
:10 
+0400
 
    26 allpy (1
.4
.0
-4
) unstable; urgency=medium 
    30  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Wed, 12 
Oct 2011 16
:24
:07 
+0400
 
    32 allpy (1
.4
.0
-3
) unstable; urgency=low 
    36  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Wed, 12 
Oct 2011 16
:23
:21 
+0400
 
    38 allpy (1
.4
.0
-2
) unstable; urgency=low 
    40   * Fixed debian/changelog. 
    42  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Wed, 20 
Jul 2011 17
:53
:10 
+0400
 
    44 allpy (1
.4
.0
-1
) unstable; urgency=low 
    46   * New allpy release. Features alignment, block and sequence markups. See NEWS 
    48  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Wed, 20 
Jul 2011 17
:50
:30 
+0400
 
    50 allpy (1
.3
.0
-2
) unstable; urgency=low 
    52   * renamed geometrical-core to geometrical-core2 by request of Boris, 
    53     since the new version may yet be inferior to the old one in some aspects 
    55  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Fri, 15 
Apr 2011 22
:31
:11 
+0400
 
    57 allpy (1
.3
.0
-1
) unstable; urgency=low 
    59   * geometrical-core depends on particular version of python-allpy (>= 1
.0
.0
) 
    61  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Fri, 15 
Apr 2011 22
:07
:18 
+0400
 
    63 allpy (1
.3
.0
) unstable; urgency=low 
    66     Version tracking an compact history starts with this version. The question 
    67     of related programs and utils versioning is yet undecided. 
    68   * New geometrical-core requires two packages with local install. 
    69     Added sed script to add /usr/share/geometrical-core to sys.path. 
    70     The required packages go there. 
    72  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Fri, 15 
Apr 2011 21
:21
:40 
+0400
 
    74 allpy (0
.0
-6
) unstable; urgency=medium 
    76   * blocks3d-wt: reorganized apache configs for more stable operation 
    78  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Tue, 22 
Feb 2011 17
:16
:50 
+0300
 
    80 allpy (0
.0
-5
) unstable; urgency=medium 
    82   * blocks3d-wt debianization: fixed urls for various resources (js & 
    85  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Sun, 20 
Feb 2011 22
:18
:47 
+0300
 
    87 allpy (0
.0
-4
) unstable; urgency=medium 
    89   * Fixed setup.py to install allpy/data too (surprisingly, it did not 
    91   * Blocks3D_config: guess location of html.htm properly 
    92   * Removed mktemp_string in favour of one-time mkdtemp invocation 
    93   * Debianized blocks3d, blocks3d-wt; fixed debian dependencies for 
    94     python-allpy where necessary 
    96  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Sun, 20 
Feb 2011 20
:47
:04 
+0300
 
    98 allpy (0
.0
-3
) unstable; urgency=medium 
   100   * Fixed syntax errors in source to soothe postinst scripts. 
   102  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Mon, 22 
Nov 2010 13
:43
:59 
+0300
 
   104 allpy (0
.0
-2
) unstable; urgency=medium 
   106   * Initial debianization. 
   108  -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>  Mon, 15 
Nov 2010 17
:40
:37 
+0300
 
   110 vim: set ft=debchangelog et ai: