← Back to team overview

ufl team mailing list archive

[HG UFL] Add pretty-printing of dictionaries with entries that may span several lines.

 

One or more new changesets pushed to the primary ufl repository.
A short summary of the last three changesets is included below.

changeset:   330:ca308abbd1a94627f35533b7085d4eec4632b1a5
tag:         tip
user:        Anders Logg <logg@xxxxxxxxx>
date:        Tue Oct 21 14:32:48 2008 +0200
files:       ufl/algorithms/formdata.py ufl/common.py
description:
Add pretty-printing of dictionaries with entries that may span several lines.
Text will be wrapped at 80 columns and indented.


changeset:   329:811c16d9f72a074085f4174ebad210083a9c40b8
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Tue Oct 21 11:38:00 2008 +0200
files:       ufl/__init__.py ufl/operators.py ufl/tensoralgebra.py
description:
Some cleanup in imports in __init__.py.

Added operator skew(A).


changeset:   328:27d46d3a0271c66d2f7e741a6d0b57d598a37ba6
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Tue Oct 21 10:59:53 2008 +0200
files:       ufl/algorithms/ad.py ufl/algorithms/analysis.py ufl/algorithms/dependencies.py ufl/algorithms/indexalgorithms.py ufl/algorithms/printing.py ufl/algorithms/transformations.py ufl/algorithms/ufl2latex.py ufl/algorithms/variables.py
description:
Replaced use of "x.__class__" with "type(x)".
This is the same for new-type classes,
and is both prettier and slightly faster.

----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/ufl