v0.8.0
Compatible with dolfinx 0.8.0: https://github.com/FEniCS/dolfinx/releases/tag/v0.8.0
What's Changed
- Fixes to be compatible with main branch by @jorgensd in #83
- Include algorithm by @jorgensd in #84
- Update version numbers and date in citation file by @jorgensd in #85
- Fix image in workflow by @jorgensd in #86
- systematically add from future import annotations by @minrk in #87
- Nanobind + Pyproject.toml by @jorgensd in #91
- Add type ignore to dtype by @jorgensd in #92
- C++ API changes: FEniCS/dolfinx#2916 by @jorgensd in #94
- Use isort on all Python files by @jorgensd in #95
- Add scalar constraint to inelastic condition by @jorgensd in #99
- Fixes related to FEniCS/dolfinx#2890 by @jorgensd in #100
- standard array include by @minrk in #102
- use numpy.testing for array asserts by @minrk in #103
- Make tolerance slightly larger by @jorgensd in #104
- Remove gdim from element input and update FunctionSpace C++ API by @jorgensd in #105
- Remove local action and use jorgensd/actions instead by @jorgensd in #107
- Use ruff formatting. by @jorgensd in #109
- Fix sub indexmap API update by @jorgensd in #111
- Update mapping api by @jorgensd in #113
- Release by @jorgensd in #101
Full Changelog: v0.7.2...v0.8.0