File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ All formats use **round-to-nearest-even** via `quantizeValue()` dispatch.
2525## Quick Start
2626
2727``` bash
28- zig fetch --save https://github.com/gHashTag/zig-golden-float/archive/refs/tags/v2.0 .0.tar.gz
28+ zig fetch --save https://github.com/gHashTag/zig-golden-float/archive/refs/tags/v2.1 .0.tar.gz
2929```
3030
3131``` zig
@@ -112,7 +112,7 @@ Neural network architecture built on φ-math:
112112| GF16 vs bf16 MSE ratio (uniform ±100) | 16.2× better |
113113| GF16 sparsity at [-10,10] | 0% (no saturation) |
114114| GFTernary sparsity (He init σ=0.05) | 100% |
115- | Pearson r(φ-distance, MSE) | −0.42 |
115+ | Pearson r(φ-distance, MSE) | −0.34 |
116116
117117Full results in `.trinity/results/` and benches under `benches/`.
118118
@@ -140,7 +140,7 @@ double trinity = goldenfloat_trinity(); // φ² + φ⁻² = 3
140140
141141## Version
142142
143- ** 2.0 .0** — see [ CHANGELOG.md] ( CHANGELOG.md ) for release history.
143+ ** 2.1 .0** — see [ CHANGELOG.md] ( CHANGELOG.md ) for release history.
144144
145145## License
146146
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ pub fn build(b: *std.Build) void {
5353 .name = "goldenfloat" ,
5454 .root_module = c_abi_module ,
5555 .linkage = .dynamic ,
56- .version = .{ .major = 2 , .minor = 0 , .patch = 0 },
56+ .version = .{ .major = 2 , .minor = 1 , .patch = 0 },
5757 });
5858
5959 b .installArtifact (c_abi_lib );
You can’t perform that action at this time.
0 commit comments