Skip to content

Commit 92530e0

Browse files
alyssapowellclaude
andcommitted
v1.0.0 — production release
Battle-tested through weeks of real kernel panics, thermal throttling, and model swaps on Apple Silicon M1 Max and M4. Bump from 0.1.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 52f0beb commit 92530e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mlx-halo"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "Pre-flight safety checks for MLX models on Apple Silicon. Prevents kernel panics from overlapping Metal GPU allocations."
99
license = {file = "LICENSE.md"}
1010
requires-python = ">=3.10"

src/mlx_halo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from .memory import get_gpu_memory_status, clear_gpu_cache, wait_for_memory_drain
3030
from .types import SystemMetrics, PainProfile, HaloResult, HealthStatus, MemoryStatus
3131

32-
__version__ = "0.1.0"
32+
__version__ = "1.0.0"
3333

3434
__all__ = [
3535
"preflight",

0 commit comments

Comments
 (0)