File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to the Born ML Framework will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.7.14] - 2026-03-04
9+
10+ ### 🎉 Community Contribution — ONNX Equal Operator
11+
12+ First external contribution! Thanks to [ @jsully1720 ] ( https://github.com/jsully1720 ) .
13+
14+ ** Added** :
15+ - ONNX ` Equal ` operator — binary element-wise comparison returning bool tensor
16+ - New ` comparison_ops.go ` category for ONNX comparison operators
17+ - ` registerComparisonOps() ` wired into operator registry
18+
19+ ** ONNX operators** : 38 → 39
20+
21+ ** Links** :
22+ - PR: [ #34 ] ( https://github.com/born-ml/born/pull/34 ) by @jsully1720
23+ - Issue: [ #35 ] ( https://github.com/born-ml/born/issues/35 )
24+
25+ ---
26+
827## [ 0.7.13] - 2026-03-02
928
1029### 🔧 Dependencies Update
@@ -1210,6 +1229,7 @@ N/A (initial release)
12101229[ 0.7.10 ] : https://github.com/born-ml/born/releases/tag/v0.7.10
12111230[ 0.7.9 ] : https://github.com/born-ml/born/releases/tag/v0.7.9
12121231[ 0.7.8 ] : https://github.com/born-ml/born/releases/tag/v0.7.8
1232+ [ 0.7.14 ] : https://github.com/born-ml/born/releases/tag/v0.7.14
12131233[ 0.7.13 ] : https://github.com/born-ml/born/releases/tag/v0.7.13
12141234[ 0.7.12 ] : https://github.com/born-ml/born/releases/tag/v0.7.12
12151235[ 0.7.11 ] : https://github.com/born-ml/born/releases/tag/v0.7.11
Original file line number Diff line number Diff line change 33> ** Strategic Approach** : PyTorch-inspired API, Burn-inspired architecture, Go best practices
44> ** Philosophy** : Correctness → Performance → Features
55
6- ** Last Updated** : 2026-03-02 | ** Current Version** : v0.7.13 | ** Strategy** : Core → GPU → LLM → ONNX → Inference Opt → Production → v1.0 LTS | ** Milestone** : v0.7.13 RELEASED! → v0.8.0 (Mar 2026) → v1.0.0 LTS (After API Freeze)
6+ ** Last Updated** : 2026-03-04 | ** Current Version** : v0.7.14 | ** Strategy** : Core → GPU → LLM → ONNX → Inference Opt → Production → v1.0 LTS | ** Milestone** : v0.7.14 RELEASED! → v0.8.0 (Mar 2026) → v1.0.0 LTS (After API Freeze)
77
88---
99
@@ -68,7 +68,9 @@ v0.7.11 (Crosscall2 Callback Integration) ✅ RELEASED (2026-02-27)
6868 ↓ (FFI hardening)
6969v0.7.12 (FFI Hardening & Library Loading) ✅ RELEASED (2026-02-27)
7070 ↓ (ABI compliance fixes)
71- v0.7.13 (ABI Compliance Fixes) ✅ CURRENT (2026-03-02)
71+ v0.7.13 (ABI Compliance Fixes) ✅ RELEASED (2026-03-02)
72+ ↓ (first community contribution)
73+ v0.7.14 (ONNX Equal — Community PR) ✅ CURRENT (2026-03-04)
7274 ↓ (quantization & efficiency)
7375v0.8.0 (Quantization, Model Zoo, Jupyter) → Feb 2026
7476 ↓ (production serving)
You can’t perform that action at this time.
0 commit comments