Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@oconnor663 oconnor663 released this 30 Nov 01:31

Changes since 0.4.1:

  • The public API hasn't changed for a long time, so the main purpose of this release is to "officially" stabilize it as-is.
  • Prebuilt binaries are now published for more platforms, particularly AArch64. Thanks to @ddelange for implementing this.
  • blake3.pyi (static typing stubs) now uses collections.abc.Buffer for bytes-like arguments. This is more correct and more permissive, but it means that static typechecking requires Python 3.12+.