What's New in v0.11.3
Fixed
- pip-installed pyoz test/bench on Windows - Deduplicated test/bench runner logic in the pip package (
pypi/src/lib.zig) by delegating tocommands.runTests/commands.runBenchinstead of maintaining a separate copy. The previous duplicate code had hardcodedzig-out/lib/paths and no package mode support, causing test failures on Windows.
Installation
Download the binary for your platform and add it to your PATH:
| Platform | Binary |
|---|---|
| Linux x86_64 | pyoz-x86_64-linux
|
| Linux ARM64 | pyoz-aarch64-linux
|
| macOS x86_64 | pyoz-x86_64-macos
|
| macOS ARM64 (Apple Silicon) | pyoz-aarch64-macos
|
| Windows x86_64 | pyoz-x86_64-windows.exe
|
| Windows ARM64 | pyoz-aarch64-windows.exe
|
Source
Download PyOZ-0.11.3.tar.gz for the source code.
Quick Start
pyoz init mymodule
cd mymodule
pyoz build
pip install dist/*.whl