File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 22
33> Package changelog.
44
5+ <section class =" release " id =" v0.2.4 " >
6+
7+ ## 0.2.4 (2026-02-08)
8+
9+ No changes reported for this release.
10+
11+ </section >
12+
13+ <!-- /.release -->
14+
515<section class =" release " id =" v0.2.3 " >
616
717## 0.2.3 (2026-02-08)
Original file line number Diff line number Diff line change @@ -207,8 +207,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
207207[ npm-image ] : http://img.shields.io/npm/v/@stdlib/ndarray-base-broadcast-array.svg
208208[ npm-url ] : https://npmjs.org/package/@stdlib/ndarray-base-broadcast-array
209209
210- [ test-image ] : https://github.com/stdlib-js/ndarray-base-broadcast-array/actions/workflows/test.yml/badge.svg?branch=v0.2.3
211- [ test-url ] : https://github.com/stdlib-js/ndarray-base-broadcast-array/actions/workflows/test.yml?query=branch:v0.2.3
210+ [ test-image ] : https://github.com/stdlib-js/ndarray-base-broadcast-array/actions/workflows/test.yml/badge.svg?branch=v0.2.4
211+ [ test-url ] : https://github.com/stdlib-js/ndarray-base-broadcast-array/actions/workflows/test.yml?query=branch:v0.2.4
212212
213213[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-broadcast-array/main.svg
214214[ coverage-url ] : https://codecov.io/github/stdlib-js/ndarray-base-broadcast-array?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/ndarray-base-broadcast-array" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.2.4 " ,
44 "description" : " Broadcast an ndarray to a specified shape." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
3939 "dependencies" : {
4040 "@stdlib/array-base-copy-indexed" : " ^0.2.3" ,
4141 "@stdlib/array-base-zeros" : " ^0.2.3" ,
42- "@stdlib/ndarray-base-ctor" : " ^0.3.0 " ,
42+ "@stdlib/ndarray-base-ctor" : " ^0.3.1 " ,
4343 "@stdlib/ndarray-base-data-buffer" : " ^0.2.3" ,
4444 "@stdlib/ndarray-base-dtype" : " ^0.2.3" ,
4545 "@stdlib/ndarray-base-offset" : " ^0.2.3" ,
5555 "@stdlib/assert-is-ndarray-like" : " ^0.2.2" ,
5656 "@stdlib/ndarray-array" : " ^0.2.2" ,
5757 "@stdlib/ndarray-base-numel" : " ^0.2.3" ,
58- "@stdlib/ndarray-ctor" : " ^0.3.0 " ,
58+ "@stdlib/ndarray-ctor" : " ^0.3.1 " ,
5959 "@stdlib/ndarray-ind2sub" : " ^0.2.3" ,
6060 "tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
6161 "istanbul" : " ^0.4.1" ,
You can’t perform that action at this time.
0 commit comments