v0.50.0
roboflow/inferencev0.50.0May 23, 2025by grzegorz-roboflow
AI Summary
A major update adding cross-platform build support (MacOS/Windows) and extending dynamic zone and perspective correction capabilities.
Key Highlights
- Added MacOS and Windows build scripts
- Extended dynamic zone block with convex hull edge fitting
- Recalculate perspective transformation for extended frames
- Accept static reference polygon in size measurement
New Features
- MacOS and Windows build scripts
- Dynamic zone edge fitting
- Extended perspective correction
Full Release Notes
## What's Changed * Fix documentation typo by @yeldarby in https://github.com/roboflow/inference/pull/1295 * Fix stale rich requirement by @yeldarby in https://github.com/roboflow/inference/pull/1300 * Add AGENTS.md guide by @yeldarby in https://github.com/roboflow/inference/pull/1299 * Improve Workflows docs writing by @yeldarby in https://github.com/roboflow/inference/pull/1298 * Fix compatibility typos by @yeldarby in https://github.com/roboflow/inference/pull/1297 * Fix single return in get_system_info by @yeldarby in https://github.com/roboflow/inference/pull/1296 * Document Codex Environment Config by @yeldarby in https://github.com/roboflow/inference/pull/1304 * Add OSX and windows build scripts and github actions by @hansent in https://github.com/roboflow/inference/pull/1302 * Recalculate perspective transformation matrix for each frame if extended by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1310 * Extend dynamic zone block with dynamic zone fitting of edges produced by convex hull and approxPoly by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1311 * Fix CodeQL scan by @hansent in https://github.com/roboflow/inference/pull/1309 * Improvements to webrtc stability by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1305 * silcence libav swscaler warnings by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1312 * App Bundle fixes for inference repo build by @hansent in https://github.com/roboflow/inference/pull/1307 * Accept static reference polygon as input in size measurement block by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1313 **Full Changelog**: https://github.com/roboflow/inference/compare/v0.49.5...v0.50.0