Skip to content

Commit 9e8392e

Browse files
zhmiaoCopilot
andcommitted
chore(sparrow-engine-python): bump 0.1.7 -> 0.1.8 — Windows CLI fix re-cut
v0.1.7 produced 3 of 4 CLI tarballs (Linux CPU, Linux GPU, macOS arm64 all success); only Windows CLI failed at the 'Package zip' step. This bump re-runs the full matrix on commit HEAD which now contains the Windows-specific fix (7a23d6f): choco install zip + .as_posix() on ORT_CAPI to defeat Git Bash path-translation quirks. If Windows still fails after this attempt, fall back to manually attaching the 3 successful v0.1.X tarballs to a GH Release and shipping brew/Linux while deferring Windows CLI to a follow-up. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7a23d6f commit 9e8392e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

installer/homebrew/sparrow-engine.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class SparrowEngine < Formula
22
desc "Camera-trap ML inference engine (sparrow-engine CLI binary)"
33
homepage "https://github.com/microsoft/Pytorch-Wildlife"
44
license "MIT"
5-
version "0.1.7"
5+
version "0.1.8"
66

77
# RP-4 (2026-05-26): the formula points at the GH Release tarballs produced
88
# by .github/workflows/release.yml § build-cli-* and attached by

sparrow-engine/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sparrow-engine/sparrow-engine-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sparrow-engine-python"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55
description = "PyO3 bindings for sparrow-engine (CPU or GPU pipeline) — camera trap ML inference"
66

sparrow-engine/sparrow-engine-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ build-backend = "maturin"
2626

2727
[project]
2828
name = "sparrow-engine"
29-
version = "0.1.7"
29+
version = "0.1.8"
3030
description = "Camera-trap ML inference engine — Python bindings (sparrow-engine CPU pipeline)"
3131
requires-python = ">=3.11"
3232
# Floor bumped 3.10 → 3.11 (2026-05-07): onnxruntime / onnxruntime-gpu

0 commit comments

Comments
 (0)