Skip to content

v0.2.0

Latest

Choose a tag to compare

@bluet bluet released this 15 Feb 02:05
· 4 commits to master since this release

What's New in v0.2.0

SDK — 100% API Coverage

  • 31/31 endpoints now covered (up from 25 in v0.1.0)
  • get_model(), export_uptime_history(), export_benchmark(), get_unread_alert_count(), get_recent_alerts()
  • stream_benchmark() — live WebSocket streaming of benchmark progress via AsyncArgusLMClient

CI/CD

  • GitHub Actions pipeline: test (Python 3.11 + 3.12 matrix), lint (ruff), build verification

Quality

  • 247 tests passing
  • PyPI and CI badges in README
  • SPDX-compliant license metadata (PEP 639)

Install

pip install arguslm            # SDK only
pip install arguslm[ws]        # SDK + WebSocket streaming
pip install arguslm[server]    # Full self-hosted server

Full Changelog: v0.1.0...v0.2.0