You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -404,6 +404,7 @@
404
404
405
405
##### Features
406
406
407
+
-[`d06165b`](https://github.com/stdlib-js/stdlib/commit/d06165bd6c491b4ad19bc2577be76cff083eda98) - add support for extending data type kind subsets with a \"generic\" data type
407
408
-[`16e0808`](https://github.com/stdlib-js/stdlib/commit/16e0808004b7bd4f16eea7eced5229ee1120b577) - add boolean dtype support to `ndarray/dtypes`[(#2550)](https://github.com/stdlib-js/stdlib/pull/2550)
408
409
-[`6b9e18f`](https://github.com/stdlib-js/stdlib/commit/6b9e18f625337d030eb3cd2001934696ef05bfc2) - add support for 'typed' data type kind
409
410
@@ -738,6 +739,7 @@ A total of 4 people contributed to this release. Thank you to the following cont
738
739
739
740
<details>
740
741
742
+
-[`d06165b`](https://github.com/stdlib-js/stdlib/commit/d06165bd6c491b4ad19bc2577be76cff083eda98) - **feat:** add support for extending data type kind subsets with a \"generic\" data type _(by Athan Reines)_
741
743
-[`6ea880c`](https://github.com/stdlib-js/stdlib/commit/6ea880ccabbf770cf13a2def4f9ce806daa2b2f6) - **feat:** add boolean dtype support to `ndarray/base/assign`[(#2598)](https://github.com/stdlib-js/stdlib/pull/2598)_(by Jaysukh Makvana, Athan Reines)_
742
744
-[`903c51c`](https://github.com/stdlib-js/stdlib/commit/903c51c7d0a06d9186a6f2be1b01fa25f770a3eb) - **test:** add tests to `@stdlib/ndarray/base/nullary`[(#2350)](https://github.com/stdlib-js/stdlib/pull/2350)_(by Muhammad Haris, Athan Reines)_
Copy file name to clipboardExpand all lines: dtypes/README.md
+7
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,13 @@ The function supports the following data type kinds:
87
87
-`typed`: typed data types.
88
88
-`all`: all data types.
89
89
90
+
Additionally, the function supports extending the "kinds" listed above by appending an `_and_generic` suffix to the kind name (e.g., `real_and_generic`).
0 commit comments