release: prepare 0.39.1 (scoped: #950 + #952) - #960
Merged
Merged
Conversation
…rs-pointer-923 docs(readme): point LLM users to SKaiNET-transformers (#923)
Bump VERSION_NAME 0.39.0 -> 0.39.1 and update all version-carrying docs for a release scoped to #950 and #952 only — #951 (native Q5_0/Q5_1 packed matmul kernels) is deferred to the next release: - CHANGELOG: consolidate [Unreleased] under [0.39.1] (2026-08-11); delta is #950 (primitive FP32 fast paths for the eager CPU ops + cached ctx.ops, #949) and #952 (README pointer to SKaiNET-transformers, #923). - README: BOM snippet -> 0.39.1, What's New in 0.39.1 (0.39.0 moves under "Previously"), Contributors (0.39.1). - docs/antora.yml: skainet_version attribute 0.39.0 -> 0.39.1. - kernel-support-matrix.adoc: regenerated via generateKernelMatrix on this base — Q5_0/Q5_1 rows stay panama-vector/panama-vector (no #951 kernels); version stamp -> 0.39.1. Branch prep only — no tag created. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
📖 Documentation Preview The documentation has been built successfully for this PR. Generated Files:
Artifacts:
This comment will be updated automatically when the PR is updated. |
aharakal
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #957. The previous
release/0.39.1branch (ef39872) was cut from the fulldeveloptip and therefore included #951; this rebuilt branch scopes the release to exactly two changes, deferring #951 (native Q5_0/Q5_1 packed matmul kernels) to the next release (0.40.0).Contents
Branch base is #950's merge commit (2f1261d), with #952's content cherry-picked on top (52b1c08), then the release prep commit (31d6a5d):
DirectCpuExecutionContext.ops(Android eager decode is ~83% non-matmul overhead: base DefaultCpuOps runs boxed per-element ops — port the JVM primitive fast paths (#920 follow-up) #949)Release prep (31d6a5d)
gradle.properties:VERSION_NAME0.39.0 → 0.39.1CHANGELOG.md:[Unreleased]consolidated under[0.39.1] - 2026-08-11, covering only perf(backend-cpu): primitive FP32 fast paths for the eager CPU ops; cache DirectCpuExecutionContext.ops (#949) #950 and docs(readme): point LLM users to SKaiNET-transformers (#923) #952README.md: BOM snippet → 0.39.1, "What's New in 0.39.1" (0.39.0 moves under "Previously"), Contributors (0.39.1)docs/antora.yml:skainet_version→ 0.39.1kernel-support-matrix.adoc: regenerated via./gradlew generateKernelMatrixon this base — the Q5_0/Q5_1 rows staypanama-vector/panama-vector(pre-feat(backend): native Q5_0/Q5_1 packed matmul kernels — FFM, Kotlin/Native, JNI (#708) #951 tiers), version stamp → 0.39.1Downstream (SKaiNET-transformers)
No transformers-side action needed. The transformers note that engine 0.40.0 brings the Q5 kernels stays true under this scoping, and the gate merged in SKaiNET-transformers#294 simply stays on the FP32 fallback path under engine 0.39.1 — the packed
NATIVE_OPTIMIZEDQ5 path activates once the 0.40.0 engine lands.Branch prep only — no tag created.
🤖 Generated with Claude Code