Skip to content

v0.17.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 14:16
v0.17.1
732390a

v0.17.1

  • Build wheels for pypy3 as well as macOS arm64 and universal2 wheels.
  • Add a Blob class wrapper for hb_blob_t, and allow constructing Face
    from it. Blob has from_file_path() method that mmap’s files instead of
    leading all data in memory upfront.