Skip to content

v0.1.12

Choose a tag to compare

@github-actions github-actions released this 27 May 21:44
· 2 commits to main since this release

Patch release: Windows installer parser fix (PW #11).

Fixes:

  • installer/sparrow-engine-install.ps1 + probe.ps1 + probe_gpu_quality.ps1 — prepend UTF-8 BOM so Windows PowerShell 5.1 (the default shell on Windows 10/11) reads the files as UTF-8 instead of Windows-1252. Previously the em-dash / right-arrow / section-sign characters mis-decoded into garbage tokens, producing parser errors before any code ran (PW 077caf2).

Wheel artifacts (published to prod PyPI):

  • sparrow_engine-0.1.12-cp311-abi3-{manylinux_2_28_x86_64,macosx_11_0_arm64,win_amd64}.whl
  • sparrow_engine_gpu-0.1.12-cp311-abi3-{manylinux_2_28_x86_64,win_amd64}.whl

Known issue (resolved post-release): this Release page has 6 of 8 CLI tarball assets; the Windows CPU CLI tarball (sparrow-engine-cpu-0.1.12-windows-x86_64.zip) failed to build due to an env-var-name collision between ilammy/msvc-dev-cmd@v1 (Platform=x64) and the YAML step (PLATFORM=windows-x86_64) on Windows + MSYS Git Bash — see OQ-2026-05-27-2. The bug is filed as RP-21 and fixed on sparrow-engine-dev HEAD (PW 17e81fc, verified GREEN via run 26547501057). The next vX.Y.Z tag-push will attach all 8 CLI tarballs cleanly.