Skip to content

Commit 0b77734

Browse files
committed
Auto-generated commit
1 parent 4a5ce60 commit 0b77734

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

CHANGELOG.md

Lines changed: 3 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 (2025-06-29)
7+
## Unreleased (2025-07-01)
88

99
<section class="features">
1010

@@ -347,6 +347,7 @@
347347

348348
### Bug Fixes
349349

350+
- [`8df8042`](https://github.com/stdlib-js/stdlib/commit/8df804279a206bd3b8f2e2fd7016170836ca9381) - add newly supported data types
350351
- [`bd03989`](https://github.com/stdlib-js/stdlib/commit/bd03989d684053a787d91f33dc9f7e5963d8f478) - add missing table
351352
- [`c86cb96`](https://github.com/stdlib-js/stdlib/commit/c86cb96872dce4d7b508daf43886e10c0fedad8f) - update require path
352353
- [`0ddb52b`](https://github.com/stdlib-js/stdlib/commit/0ddb52b2f0719c4dce9aa2e5a7fd1d1112dae6e5) - update require path
@@ -483,6 +484,7 @@ A total of 20 issues were closed in this release:
483484

484485
<details>
485486

487+
- [`8df8042`](https://github.com/stdlib-js/stdlib/commit/8df804279a206bd3b8f2e2fd7016170836ca9381) - **fix:** add newly supported data types _(by Philipp Burckhardt)_
486488
- [`76ea5a8`](https://github.com/stdlib-js/stdlib/commit/76ea5a8e8d964f78aa953ae4822345d3c1e3a6ae) - **feat:** add missing tests to `ndarray/base/includes` [(#7304)](https://github.com/stdlib-js/stdlib/pull/7304) _(by Muhammad Haris, Athan Reines)_
487489
- [`82ef59a`](https://github.com/stdlib-js/stdlib/commit/82ef59aadd8de578d9a57780108e3ff4cb440dfe) - **bench:** ensure values are within bounds _(by Athan Reines)_
488490
- [`bd03989`](https://github.com/stdlib-js/stdlib/commit/bd03989d684053a787d91f33dc9f7e5963d8f478) - **fix:** add missing table _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
198198
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
199199
Yugal Kaushik <yugalkaushik14@gmail.com>
200200
Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
201+
deepak427 <62477872+deepak427@users.noreply.github.com>
201202
devshree-bhati <147095250+devshree-bhati@users.noreply.github.com>
202203
ditsu <170345142+ditsus@users.noreply.github.com>
203204
ekambains <bainsinbusiness@gmail.com>

next-dtype/lib/next_dtypes.json

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
2-
"float64": -1,
3-
"float32": "float64",
4-
"int32": -1,
5-
"int16": "int32",
6-
"int8": "int16",
7-
"uint32": -1,
8-
"uint16": "uint32",
9-
"uint8": "uint16",
10-
"uint8c": "uint16",
11-
"complex64": "complex128",
12-
"complex128": -1,
13-
"generic": -1,
14-
"binary": -1,
15-
"bool": -1
2+
"float64": -1,
3+
"float32": "float64",
4+
"float16": "float32",
5+
"int32": -1,
6+
"int16": "int32",
7+
"int8": "int16",
8+
"uint32": -1,
9+
"uint16": "uint32",
10+
"uint8": "uint16",
11+
"uint8c": "uint16",
12+
"complex32": "complex64",
13+
"complex64": "complex128",
14+
"complex128": -1,
15+
"generic": -1,
16+
"binary": -1,
17+
"bool": -1
1618
}

0 commit comments

Comments
 (0)