- Rename and modify a number of UFC interface functions. See docstrings in ufc.h for details. - Bump required SWIG version to 3.0.3 - Disable dual basis (tabulate_coordinates and evaluate_dofs) for enriched elements until correct implementation is brought up
1.5.0
------------------
- Remove FErari support - Add support for new integral type custom_integral - Support for new form compiler backend "uflacs", downloaded separately
1.4.2
------------------
- Move to CMake build system
1.4.1
------------------
- Make functions introduced in UFC 1.1 mandatory (now pure virtual) - Update templates to allow constructor arguments in form classes
1.4.0
------------------
- Changed behavior of create_foo_integral (returning 0 when integral is 0) - Bug fixes in installation
1.3.0
------------------
- Fix bug with runtime check of SWIG version - Move DOLFIN wrappers here from DOLFIN - Add support for new UFL operators cell_avg and facet_avg - Add new reference data handling system, now data is kept in an external repository - Fix bugs with ignoring quadrature rule arguments - Use cpp optimization by default in jit compiler