What's Changed
- Update version by @chrisrichardson in #115
- Override is_cellwise_constant for CellNormal by @michalhabera in #119
- H inf sobolev space by @dham in #117
- Sanitise unicode input by @dham in #111
- Add variant to EnrichedElement, TensorProductElement, etc by @pbrubeck in #121
- Implement sobolev_space() for BrokenElement and WithMapping by @pbrubeck in #126
- Allow multiple subdomain data by @jpdean in #120
- tsfc testing on ufl PRs by @chrisrichardson in #130
- Remove deprecated things by @mscroggs in #131
- Use Python warnings by @chrisrichardson in #133
- Fix FEniCSx integration action by @mscroggs in #134
- Restore comment in format that flake8 supports by @mscroggs in #136
- Remove usage of deprecated functions from the source code and testing by @jorgensd in #139
- Replace
not isinstance(element, MixedElement)
withelement.num_sub_elements == 0
by @mscroggs in #122 - Pass more variants around by @mscroggs in #141
- Simplify coeff and constant naming by @chrisrichardson in #142
- Dual spaces by @mscroggs in #143
Full Changelog: 2022.2.0...2023.1.0