v0.2.1
Immutable
release. Only release title and notes can be modified.
Release Notes - v0.2.1
📦 Installation
Install the package from PyPI:
pip install codex-ml==0.2.1
# Or with specific profile:
pip install 'codex-ml[core]==0.2.1' # Lightweight
pip install 'codex-ml[runtime]==0.2.1' # ML inference
pip install 'codex-ml[full]==0.2.1' # Full development📋 What's Included
- Core Profile: Minimal OODA loop, offline-first
- Runtime Profile: ML inference + pattern learning
- Full Profile: Complete development environment
✅ Quality Assurance
- Universal wheel built with deterministic hashes
- Manifest hash verification included
- SBOM (Software Bill of Materials) included
- Smoke tests passing for all profiles
📚 Documentation
See Deployment Guide for:
- Installation instructions
- Profile selection guidance
- Troubleshooting common issues