- Remove `plt.close(fig="all")` in favor of closing each fig individually with `plt.close(fig)`. This avoids a memory warning when many figures are created.
- Docstrings: adjust backticks, add additional func field list, make two of them raw strings to avoid `\` escape warning
- Add timing estimate to README.md
- Adjust wording in pyproject.toml