Version 2022.1.0
What's Changed
- Remove now unnecessary travis config by @wence- in #54
- Fix algorithmic scaling with number of subdomains for rmul by @wence- in #53
- Fix derivative index simplification by @wence- in #52
- Add prism cell by @chrisrichardson in #58
- Add pyramid by @jmv2009 in #59
- Fix doc building for modern sphinx by @wence- in #64
- Transform global derivatives of Jacobian to reference derivatives in
preprocessed_form
by @jpdean in #63 - Catch users who try to index UFL expressions with negative indices by @pefarrell in #66
- Fix the docstring for dot by @lrtfm in #67
- Refactor pullback application by @wence- in #68
- Performance improvements for transformations by @wence- in #69
- Allow variant hints to be passed into VectorElement and TensorElement by @mscroggs in #71
- Add set of continuous families not requiring a restriction by @jorgensd in #73
- Create FUNDING.yml by @jhale in #75
- Add function to get the
ufl.Cell
corresponding to a cell's facet by @jpdean in #76 - Remove cellname2facetname by @jpdean in #77
- Wence/reconstruct tp by @wence- in #78
- Modernise Python packaging by @jhale in #79
- Add Python 3.10 to Actions CI by @garth-wells in #85
- Add workflow to run DOLFINx and FFCx tests by @mscroggs in #86
- Parse multiple expressions by @michalhabera in #74
- Add functions to strip and attach data references in forms by @connorjward in #55
- Make UFL files Python by @michalhabera in #90
- Update syntax for wheel build by @jhale in #91
- Signature computation speedup by @michalhabera in #94
New Contributors
- @jmv2009 made their first contribution in #59
- @jpdean made their first contribution in #63
- @lrtfm made their first contribution in #67
- @mscroggs made their first contribution in #71
- @jhale made their first contribution in #75
- @michalhabera made their first contribution in #74
- @connorjward made their first contribution in #55
Full Changelog: 2021.1.0...2022.1.0