Release MLX Knife 1.0.0 - Stable Release with PyPI Publication

Major milestone: First stable release with official PyPI distribution.

  New Features:
  - PyPI publication: Now installable via \`pip install mlx-knife\`
  - Official CLI-only designation with clear API policy
  - Absolute GitHub URLs for PyPI package display (logo + demo)

  Documentation Updates:
  - All docs updated to v1.0.0 (README, CHANGELOG, TESTING, SECURITY, CLAUDE.md)
  - Added PyPI installation instructions to README
  - Updated supported versions tables
  - Clarified CLI-only usage policy

  Release Highlights:
  - Transition from 1.0-rc3 to stable 1.0.0
  - Production-ready with 104/104 tests passing
  - Global accessibility via PyPI distribution
  - Comprehensive documentation overhaul

  Ready for community adoption and production use.
This commit is contained in:
The BROKE Team
2025-08-15 13:56:08 +02:00
parent 8e65ef03c7
commit 29548fe3f1
8 changed files with 31 additions and 10 deletions
+3 -3
View File
@@ -141,7 +141,7 @@ pytest --durations=10
pytest -n auto
```
## Test Results Summary (1.0-rc3)
## Test Results Summary (1.0.0)
### ✅ Current Test Status (August 2025)
@@ -173,7 +173,7 @@ Total Tests: 104/104 passing (100% ✅)
## Python Version Compatibility
### Compatibility Status
MLX Knife 1.0-rc3 is fully compatible with Python 3.9-3.13. Comprehensive verification completed with 104/104 tests passing on all supported versions.
MLX Knife 1.0.0 is fully compatible with Python 3.9-3.13. Comprehensive verification completed with 104/104 tests passing on all supported versions.
### Manual Multi-Python Testing
@@ -346,7 +346,7 @@ When submitting PRs, please include:
## Summary
**MLX Knife 1.0-rc3 Testing Status:**
**MLX Knife 1.0.0 Testing Status:**
**Production Ready** - 104/104 tests passing
**Multi-Python Support** - Python 3.9-3.13 verified