Skip to content

Commit 6589519

Browse files
raullenchaiYour Nameclaude
authored
release: v0.3.0 (#32)
* release: v0.3.0 — CI expansion, README overhaul, version bump - CI: add 9 test files (tool_calling, tool_injection, streaming_latency, streaming_newlines, minimax_reasoning_parser to ubuntu; streaming_simulator, deltanet_snapshot, streaming_detokenizer, tool_logits to macOS) - README: replace 127-line ASCII chart with promo image, collapse TTFT/ capability/optimization sections into <details>, condense speedup table to top 8 models (637 → 460 lines, ~280 visible) - Version bump: 0.2.6 → 0.3.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: use absolute URL for README promo image Relative path breaks on PyPI since the built sdist/wheel don't include docs/assets/. Use raw.githubusercontent.com URL so the image renders everywhere. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Your Name <you@example.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 91e69d9 commit 6589519

File tree

4 files changed

+49
-217
lines changed

4 files changed

+49
-217
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ jobs:
8383
tests/test_anthropic_models.py \
8484
tests/test_anthropic_adapter.py \
8585
tests/test_harmony_parsers.py \
86+
tests/test_tool_calling.py \
87+
tests/test_tool_injection.py \
88+
tests/test_streaming_latency.py \
89+
tests/test_streaming_newlines.py \
90+
tests/test_minimax_reasoning_parser.py \
8691
-v --tb=short \
8792
-k "not Integration and not InjectJson and not TestMLXMultimodalLMCache" \
8893
--cov=vllm_mlx \
@@ -131,6 +136,10 @@ jobs:
131136
tests/test_simple_engine.py \
132137
tests/test_batching.py \
133138
tests/test_continuous_batching.py \
139+
tests/test_streaming_simulator.py \
140+
tests/test_deltanet_snapshot.py \
141+
tests/test_streaming_detokenizer.py \
142+
tests/test_tool_logits.py \
134143
-v --tb=short \
135144
-m "not slow" \
136145
-k "not Integration"

0 commit comments

Comments
 (0)