Skip to content

v1.0.2

Choose a tag to compare

@robertfmath robertfmath released this 10 Mar 01:50
· 29 commits to main since this release
  • 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