← Back to team overview

ufl team mailing list archive

[HG UFL] Bugfixes, mostly import fixes under algorithms.

 

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

changeset:   158:b496f51e16ba15e939a53565bf6c6b64b5adb581
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Fri Aug 15 14:36:24 2008 +0200
files:       setup.py test/algorithms.py test/forms.py test/illegal.py test/indices.py ufl/__init__.py ufl/algorithms/__init__.py ufl/algorithms/analysis.py ufl/algorithms/transformations.py ufl/classes.py ufl/differentiation.py
description:
Bugfixes, mostly import fixes under algorithms.
A complete removal of your existing UFL installation
is recommended before installing UFL again.

Added file "classes.py" which collects implementation
classes that shouldn't be part of the user interface,
which makes it simpler for external code to import
those like "from ufl.classes import Product".


changeset:   157:d0da2d48d30138a9faaaf377d5a2d29668b471b4
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Fri Aug 15 13:46:04 2008 +0200
files:       test/elements.py test/indices.py ufl/algebra.py ufl/base.py ufl/basisfunctions.py ufl/common.py ufl/differentiation.py ufl/finiteelement.py ufl/geometry.py ufl/indexing.py ufl/mathfunctions.py ufl/restriction.py ufl/tensoralgebra.py ufl/tensors.py ufl/variable.py
description:
Implemented shape() in all classes.
Fixed some nasty bugs in Tensor as well.
We should have some more extensive tests of this though.


changeset:   156:9f6c5f94b8fb8c03fb468c03d3c21a72ee638d2e
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Thu Aug 14 22:15:07 2008 +0200
files:       ufl/algorithms/transformations.py ufl/algorithms/utilities.py ufl/finiteelement.py ufl/indexing.py
description:
Bugfixes.
 "%s" % a
or
 "%r" % b
can be wrong if a or b are tuples...

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