release: 0.36.0#224
Merged
Merged
Conversation
Contributor
Author
|
On hold until the next SKaiNET engine release (carrying SKaiNET-developers/SKaiNET#803). Before merging: bump the engine pin, drop the axes-aware |
- bump VERSION_NAME to 0.36.0; CHANGELOG: cut 0.36.0 from Unreleased (ships against engine 0.35.0; keeps the local permute-axes handler until an engine release with SKaiNET#803 is consumed) - README: 0.36.0 current-release notes (BERT on the DSL path, legacy stack removal, one-call BertEmbeddingModel), BOM snippet bump, LEAF quick-start snippet, roadmap status refresh - docs: new tutorial "Getting Started with LEAF" and explanation "BERT Completely Defined in the DSL"; nav + cross-links Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- CHANGELOG: T5 encoder-decoder runtime + GtrEmbedder and the vec2text greedy-corrector inversion pipeline under 0.36.0 Added; headline updated - README: T5/GTR row in the architecture table, current-release paragraph, module list - docs: T5 rows in the supported-families and DSL-status tables - T5Runtime KDoc: drop the link to the removed sk.ainet.models.bert.BertRuntime Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0f1ad24 to
1d4a1f1
Compare
- bump skainet pin 0.35.0 -> 0.36.0 (carries the ComputeGraphExecutor permute-axes replay fix, SKaiNET#803) - remove the interim axes-aware permute handler from LLMFusedOpHandlers and its mention in BertEncoderRuntime - CHANGELOG: 0.36.0 now ships against engine 0.36.0, dated 2026-07-12; permute entry reworded (fixed upstream, workaround never published) - README: current-release engine version Verified: :llm-core:jvmTest, :llm-inference:bert:jvmTest (33 tests, 0 skipped — incl. DIRECT-vs-OPTIMIZED trace parity), apiCheck — all green against the published engine 0.36.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
|
Engine 0.36.0 is on Maven Central — pin bumped, the interim |
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.
Prepares the 0.36.0 release carrying #222 (BERT completely on the DSL path; legacy eager stack removed — BREAKING).
VERSION_NAME→ 0.36.0; CHANGELOG cut from Unreleased to [0.36.0] — 2026-07-11. Ships against engine 0.35.0 (precedent: 0.32.x); the local axes-awarepermutehandler stays until an engine release with fix(compile-dag): ComputeGraphExecutor replays permute with its recorded axes SKaiNET#803 is consumed.BertEmbeddings, post-norm two-block wiring, DIRECT/OPTIMIZED/StableHLO, removal + parity evidence), wired into the Antora nav.After merge: tag
0.36.0on the merge commit — thereleaseworkflow publishes to Maven Central on tag push.🤖 Generated with Claude Code