release: prepare 0.39.1 - #957
Closed
michalharakal wants to merge 1 commit into
Closed
michalharakal wants to merge 1 commit into
michalharakal wants to merge 1 commit into
Conversation
Bump VERSION_NAME 0.39.0 -> 0.39.1 and update all version-carrying docs: - CHANGELOG: consolidate [Unreleased] under [0.39.1] (2026-08-11) with a headline summary; delta is #951 (native Q5_0/Q5_1 packed matmul kernels, closes #708), #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 (feeds the docs' dependency snippets). - kernel-support-matrix.adoc: regenerated via generateKernelMatrix — the Q5_0/Q5_1 rows move from panama-vector/panama-vector to native-ffm/native-jni (the new #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. |
Contributor
Author
|
Superseded — this PR's branch was cut from the full 🤖 Generated with Claude Code |
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.
Release preparation for 0.39.1. Version bump + all version-carrying docs; no functional code changes.
Headline
The packed Q5 gap is closed, and eager overhead off the JVM is gone. Native Q5_0/Q5_1 packed matmul kernels land in all three native tiers — FFM (JVM), Kotlin/Native, and the Android JNI bridge (#951, closes #708) — unblocking the packed
NATIVE_OPTIMIZEDpath for Q5_1-quantized checkpoints such asfunctiongemma-270m(SKaiNET-transformers#170). Plus: primitive FP32 fast paths for the eager CPU ops + cachedctx.ops(#950 / #949 — 83% of on-device decode time was non-matmul overhead), and the README now points LLM users to SKaiNET-transformers (#952 / #923).What's in this branch
The full
0.39.0..developdelta going into this release: #950 (eager FP32 fast paths), #951 (Q5_0/Q5_1 native kernels), #952 (README transformers pointer) — nothing else has merged since 0.39.0.gradle.propertiesVERSION_NAME0.39.0 → 0.39.1 (single source of truth; BOM re-exports it)CHANGELOG.md[Unreleased]consolidated under[0.39.1] - 2026-08-11with a headline summaryREADME.mddocs/antora.ymlskainet_versionattribute → 0.39.1 (used in docs dependency snippets)docs/…/kernel-support-matrix.adocgenerateKernelMatrix) — the Q5_0/Q5_1 rows move from panama-vector/panama-vector tonative-ffm/native-jni(the new #951 kernels); version stamp → 0.39.1Notes
VERSION_NAME, CHANGELOG heading) — flag it on this PR.{skainet_version}fromantora.yml, and the docs component keepsversion: ~../gradlew helpand./gradlew generateKernelMatrixgreen on this branch.develop; retarget/tag per the maintainers' release flow.🤖 Generated with Claude Code