← Back to team overview

ufl team mailing list archive

[HG UFL] Added __hash__ to Form, and caching of hash, repr and str so they are only

 

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

changeset:   224:4df4ffa5de1be81ed07fdea22569beb39e2e75f0
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Fri Sep 05 10:58:06 2008 +0200
files:       ufl/form.py
description:
Added __hash__ to Form, and caching of hash, repr and str so they are only
computed the first time str(form), repr(form) or hash(form) is called.


changeset:   223:ba9e5885326d923e2c64e38da65be9208d98c22d
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Thu Sep 04 14:50:28 2008 +0200
files:       ufl/finiteelement.py
description:
Bugfix: Always using the common long family name in VectorElement and TensorElement as well.


changeset:   222:c4a84a10764934c9c0434b6b1d72efb3759ab5b8
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Thu Sep 04 13:40:09 2008 +0200
files:       test/swiginac_eval.py test/test.py ufl/__init__.py ufl/algebra.py ufl/algorithms/ad.py ufl/algorithms/analysis.py ufl/algorithms/checks.py ufl/algorithms/swiginac_eval.py ufl/algorithms/transformations.py ufl/base.py ufl/baseoperators.py ufl/classes.py ufl/conditional.py ufl/objects.py ufl/tensoralgebra.py
description:
Renamed Scalar (formerly known as Number) to FloatValue.

Minor bugfix in analysis.py.

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


Follow ups