Skip to content

Commit 3e4ac91

Browse files
committed
Auto-generated commit
1 parent 22211dc commit 3e4ac91

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-08-10)
7+
## Unreleased (2026-08-11)
88

99
<section class="features">
1010

@@ -90,6 +90,7 @@ This release closes the following issue:
9090

9191
<details>
9292

93+
- [`268c592`](https://github.com/stdlib-js/stdlib/commit/268c592f0a6ce0c0d0f05943c3e287bac555bdeb) - **docs:** update descriptions [(#14157)](https://github.com/stdlib-js/stdlib/pull/14157) _(by stdlib-bot)_
9394
- [`800db1b`](https://github.com/stdlib-js/stdlib/commit/800db1bdcd2d4e3fa76067addd8395f006cea5ad) - **feat:** add float16 dtype support to `array/min-dtype` [(#14018)](https://github.com/stdlib-js/stdlib/pull/14018) _(by Samarth Kolarkar, Athan Reines, gururaj1512)_
9495
- [`bd39888`](https://github.com/stdlib-js/stdlib/commit/bd3988874fec8e11dcb2ea04afc3e9c2a45207e5) - **feat:** add float16 dtype support to `array/nans-like` [(#14122)](https://github.com/stdlib-js/stdlib/pull/14122) _(by Gururaj Gurram, Athan Reines)_
9596
- [`e805b48`](https://github.com/stdlib-js/stdlib/commit/e805b48af03299edd06969a72e9bf03ccb344aa5) - **bench:** fix assignment operation _(by Athan Reines)_

docs/types/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,7 @@ interface Namespace {
10331033
*
10341034
* - `float64`: double-precision floating-point numbers (IEEE 754)
10351035
* - `float32`: single-precision floating-point numbers (IEEE 754)
1036+
* - `float16`: half-precision floating-point numbers (IEEE 754)
10361037
* - `complex128`: double-precision complex floating-point numbers
10371038
* - `complex64`: single-precision complex floating-point numbers
10381039
* - `generic`: generic JavaScript values
@@ -1171,6 +1172,7 @@ interface Namespace {
11711172
*
11721173
* - `float64`: double-precision floating-point numbers (IEEE 754)
11731174
* - `float32`: single-precision floating-point numbers (IEEE 754)
1175+
* - `float16`: half-precision floating-point numbers (IEEE 754)
11741176
* - `complex128`: double-precision complex floating-point numbers
11751177
* - `complex64`: single-precision complex floating-point numbers
11761178
* - `int32`: 32-bit two's complement signed integers
@@ -1203,6 +1205,7 @@ interface Namespace {
12031205
*
12041206
* - `float64`: double-precision floating-point numbers (IEEE 754)
12051207
* - `float32`: single-precision floating-point numbers (IEEE 754)
1208+
* - `float16`: half-precision floating-point numbers (IEEE 754)
12061209
* - `complex128`: double-precision complex floating-point numbers
12071210
* - `complex64`: single-precision complex floating-point numbers
12081211
* - `int32`: 32-bit two's complement signed integers

0 commit comments

Comments
 (0)