0.1
The initial release of SyFi. Only Lagrangian elements and 
element matrices for the Poisson problem has been 
implemented (in a nice way) so far. 

0.2
Added Bernstein polynomials, the Crouzeix-Raviart element, the Raviart-Thomas
element, Python support and the computation of the Jacobian of a nonlinear
convection diffusion problem based on symbolic differentiation. 

0.3 
Added Legendre polynomials, the Hermite and the Nedelec elements. 
In addition some code generation examples for Dolfin and Diffpack are made.

0.4 
Added Nedelec element of second kind and Arnold-Falk-Winther element with
weakly imposed symmetry in 3D. The code generation tools have been
made UFC compliant. 

0.5
First release of SFC, the SyFi Form Compiler.

0.5.1 
Updated with many examples demostrating the use of SFC and Dolfin.   

0.6.0
Rewritten SFC based on UFL.

0.6.1
Updated SFC for UFL 0.3.
Updated SyFi for ginac 1.5.
Some cleanup in demo directory.
