File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33> Package changelog.
44
5- <section class =" release " id =" unreleased " >
5+ <section class =" release " id =" v0.3.0 " >
66
7- ## Unreleased (2026-01-19 )
7+ ## 0.3.0 (2026-01-31 )
88
99<section class =" features " >
1010
Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
201201[ npm-image ] : http://img.shields.io/npm/v/@stdlib/ndarray-base-buffer-dtype-enum.svg
202202[ npm-url ] : https://npmjs.org/package/@stdlib/ndarray-base-buffer-dtype-enum
203203
204- [ test-image ] : https://github.com/stdlib-js/ndarray-base-buffer-dtype-enum/actions/workflows/test.yml/badge.svg?branch=main
205- [ test-url ] : https://github.com/stdlib-js/ndarray-base-buffer-dtype-enum/actions/workflows/test.yml?query=branch:main
204+ [ test-image ] : https://github.com/stdlib-js/ndarray-base-buffer-dtype-enum/actions/workflows/test.yml/badge.svg?branch=v0.3.0
205+ [ test-url ] : https://github.com/stdlib-js/ndarray-base-buffer-dtype-enum/actions/workflows/test.yml?query=branch:v0.3.0
206206
207207[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-buffer-dtype-enum/main.svg
208208[ coverage-url ] : https://codecov.io/github/stdlib-js/ndarray-base-buffer-dtype-enum?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/ndarray-base-buffer-dtype-enum" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.3.0 " ,
44 "description" : " Return the data type enumeration constant of an ndarray data buffer." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
3838 },
3939 "dependencies" : {
4040 "@stdlib/ndarray-base-buffer-dtype" : " ^0.3.0" ,
41- "@stdlib/ndarray-base-dtype-resolve-enum" : " ^0.2.2 " ,
41+ "@stdlib/ndarray-base-dtype-resolve-enum" : " ^0.3.0 " ,
4242 "@stdlib/types" : " ^0.4.3"
4343 },
4444 "devDependencies" : {
4545 "@stdlib/array-struct-factory" : " github:stdlib-js/array-struct-factory#main" ,
4646 "@stdlib/assert-is-function" : " ^0.2.2" ,
4747 "@stdlib/assert-is-number" : " ^0.2.2" ,
4848 "@stdlib/ndarray-base-buffer-ctors" : " ^0.3.0" ,
49- "@stdlib/ndarray-base-dtype-enums" : " github:stdlib-js/ndarray-base-dtype-enums#main " ,
50- "@stdlib/ndarray-base-dtypes2strings" : " github:stdlib-js/ndarray-base-dtypes2strings#main " ,
49+ "@stdlib/ndarray-base-dtype-enums" : " ^0.1.0 " ,
50+ "@stdlib/ndarray-base-dtypes2strings" : " ^0.1.0 " ,
5151 "@stdlib/ndarray-dtypes" : " ^0.3.0" ,
5252 "tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
5353 "istanbul" : " ^0.4.1" ,
9191 " utils" ,
9292 " util"
9393 ],
94- "__stdlib__" : {},
9594 "funding" : {
9695 "type" : " opencollective" ,
9796 "url" : " https://opencollective.com/stdlib"
You can’t perform that action at this time.
0 commit comments