v1.0.2
- Remove
plt.close(fig="all")in favor of closing each fig individually withplt.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