Skip to content

Version 1.0.5

Choose a tag to compare

@ianthomas23 ianthomas23 released this 02 Sep 10:56
· 350 commits to main since this release
v1.0.5
5123a69

This release includes performance improvements for threaded and serial chunked algorithms, and is
the first release to support CPython 3.11.

Performance improvements:

  • Shorter threaded lock #154
  • Init cache by chunk if more than 1 chunk #155
  • Update benchmark documentation and plots #156

CPython 3.11 support:

  • Add python 3.11 release candidate to CI #151
  • Build CPython 3.11 wheels #152