Skip to content

v5.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 20:29
· 388 commits to master since this release

Features

    1. Added support Python 3.10
    2. Started shipping platform-specific wheels with the musl tag targeting typical Alpine Linux runtimes.
    3. Started shipping platform-specific arm64 wheels for Apple Silicon. ((#629)_)

Bugfixes

  • Fixed pure-python implementation that used to raise "Dictionary changed during iteration" error when iterated view (.keys(), .values() or .items()) was created before the dictionary's content change. ((#620)_)