Skip to content

v0.10.6

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 12:33
v0.10.6

Added

  • armv7 and aarch64 to the PKGBUILD architectures.

Changed

  • SSIReader and SSIWriter constructors now accept path-like objects.
  • Skip tests dependending on importlib.resources.files when it is not available on the host machine.

Fixed

  • Memory leak caused by alphabet allocation in Pipeline._scan_loop_file.