From e304e192cc8ac14e1a41051fd8eeaf9dd1640812 Mon Sep 17 00:00:00 2001 From: Kathryn Long Date: Fri, 26 Sep 2025 05:36:34 -0400 Subject: [PATCH 1/2] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 1721134..f3c704a 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,5 +1,5 @@ # These are supported funding model platforms -github: starkat99 +github: VoidStarKat patreon: StarKatradora From 7797299b4315156da8f8fd046a3a3cbeff57b89c Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Sun, 28 Sep 2025 09:11:33 -0500 Subject: [PATCH 2/2] Add in rebase state hidden in our README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3711961..bdd0244 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This a fork of [half](https://crates.io/crates/half/), which removes most dependencies and fixing minor correctness issues. This has no affiliation to half. + + [![Crates.io](https://img.shields.io/crates/v/float16.svg)](https://crates.io/crates/float16/) [![Documentation](https://docs.rs/float16/badge.svg)](https://docs.rs/float16/) ![Crates.io](https://img.shields.io/crates/l/half) [![Build status](https://github.com/Alexhuszagh/float16/actions/workflows/rust.yml/badge.svg?branch=main&event=push)](https://github.com/Alexhuszagh/float16/actions/workflows/rust.yml) This crate implements a half-precision floating point `f16` type for Rust implementing the IEEE 754-2008 standard [`binary16`](https://en.wikipedia.org/wiki/Half-precision_floating-point_format) a.k.a "half" format, as well as a `bf16` type implementing the [`bfloat16`](https://en.wikipedia.org/wiki/Bfloat16_floating-point_format) format.