Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@jhale jhale released this 10 Oct 09:06
· 11 commits to main since this release

This is a major release of FFCx and users are advised to upgrade.

What's Changed

Features and API changes

  • Add support for mixed-dimensional kernels (codimension 1) by @jpdean in #675
  • Add symmetric to finite element by @mscroggs in #684
  • Change to INTERFACE in C17 requirement for ufcx target by @jhale in #710
  • Unify Expression and IntegralIR with a common base by @jorgensd in #680
  • Add Windows CI by @jhale in #689
  • Remove ufcx_dofmap and ufcx_element by @mscroggs in #681
  • Remove ufcx_function_space by @mscroggs in #690
  • Remove ufcx_shape and ufcx_quadrature_rule by @mscroggs in #691
  • Use UINT64_C(*) instead of *ull by @mscroggs in #692
  • Export required C standard for UFCx header compile. by @jhale in #708

Other changes

Full Changelog: v0.8.0...v0.9.0