~fenics-core/ufl/main

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Martin Sandve Alnaes
  • Date: 2013-03-15 09:30:29 UTC
  • Revision ID: martinal@simula.no-20130315093029-tq1fuc2au1efetik
Fix bug 1155210, dot not checking input argument dimensions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 - Add integration over everywhere
8
8
 - Add functions cosh, sinh, tanh, Max, Min
9
9
 - Generalize jump(v,n) for rank(v) > 2
 
10
 - Fix some minor bugs
10
11
1.1.0 [2013-01-07]
11
12
 - Add support for pickling of expressions (thanks to Graham Markall)
12
13
 - Add shorthand notation A**2 == inner(A, A), special cased for power 2.