Skip to content

Commit eaac442

Browse files
committed
Changelog 0.5.0
1 parent 706e6e9 commit eaac442

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.5.0] - 2025-12-06
4+
5+
### Added
6+
- ONNX import module (`skainet-io-onnx`) with pbandk-generated proto surface, loader utilities, and importer that maps ONNX graphs into SKaiNET compute graphs, plus doc and tests.
7+
- CLI tooling: `skainet-onnx-tools` to export ONNX initializers to JSON and `skainet-onnx-detect` CLI to run YOLO detections from ONNX weights.
8+
- YOLOv8 model upgrades: depth/width scaling, decoupled heads with DFL projection, class-name parsing, and detection helpers to align with ONNX exports.
9+
- Image IO module now published with explicit API surface for bitmap <-> tensor conversions across platforms.
10+
11+
### Changed
12+
- BatchNorm now reshapes stats for broadcasting and exercises JVM/native tests; CPU backend implements `sqrt` to support it.
13+
14+
### Dependencies
15+
- Added pbandk runtime 0.16.0 for ONNX protobuf decoding.
16+
317
## [0.4.0] - 2025-12-03
418

519
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Maven:
5555

5656
## Architecture
5757

58-
![Screenshot of a comment on a GitHub issue showing an image, added in the Markdown, of an Octocat smiling and raising a tentacle.](docs//SKaiNET-compiler.svg)
58+
![Architecture diagram of SKaiNET compiler](docs//SKaiNET-compiler.svg)
5959

6060
## 0.5.0 highlights (with tiny snippets)
6161

0 commit comments

Comments
 (0)