v0.6.0
What's Changed
- Update version numbers to v0.5.2.dev0 by @jhale in #593
- Add Sobolev spaces by @mscroggs in #589
- reset branches to main by @mscroggs in #595
- Fix Sobolev space conversion by @mscroggs in #596
- Make "CG" work and use identity mapping for mixed elements whose subelements all use identity by @mscroggs in #597
- Add SonarCloud analysis by @jhale in #601
- use gdim as default for VectorElement (not tdim) by @mscroggs in #605
- Add deprecation warning when using "CG" by @mscroggs in #599
- Tidy up CI and packaging by @jhale in #609
- Don't run SonarCloud on external PRs. by @jhale in #613
- Try creating ARM MacOS wheels by @jhale in #390
- Bump version number due to Sobolev space API change. by @jhale in #614
- Remove unnecessary packages from pyproject by @jhale in #615
- Optimize num_sub_entities function by @tiagovla in #616
- Fix mypy (typing.Optional) by @mscroggs in #618
- Pass manifold cell information to base element of vector elements by @jorgensd in #617
- reenable mypy checks for Python 3.10 by @mscroggs in #619
- Fix CI compilers by @garth-wells in #622
- Run test in serial by @garth-wells in #623
- Include tensor element symmetry in its hash by @TTitscher in #620
- Add 'basix' string to element hash by @garth-wells in #624
- Test with Intel oneAPI and Intel Python. by @garth-wells in #625
- Fix OneAPI tests by @jhale in #629
- Bump cmake by @jorgensd in #627
- Fix oneAPI tests by @garth-wells in #631
New Contributors
- @tiagovla made their first contribution in #616
- @TTitscher made their first contribution in #620
Full Changelog: v0.5.1...v0.6.0