File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed
Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 22
33> Package changelog.
44
5+ <section class =" release " id =" v0.2.5 " >
6+
7+ ## 0.2.5 (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.4 " >
616
717## 0.2.4 (2026-02-08)
Original file line number Diff line number Diff line change @@ -203,8 +203,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
203203[ npm-image ] : http://img.shields.io/npm/v/@stdlib/ndarray-base-maybe-broadcast-array.svg
204204[ npm-url ] : https://npmjs.org/package/@stdlib/ndarray-base-maybe-broadcast-array
205205
206- [ test-image ] : https://github.com/stdlib-js/ndarray-base-maybe-broadcast-array/actions/workflows/test.yml/badge.svg?branch=v0.2.4
207- [ test-url ] : https://github.com/stdlib-js/ndarray-base-maybe-broadcast-array/actions/workflows/test.yml?query=branch:v0.2.4
206+ [ test-image ] : https://github.com/stdlib-js/ndarray-base-maybe-broadcast-array/actions/workflows/test.yml/badge.svg?branch=v0.2.5
207+ [ test-url ] : https://github.com/stdlib-js/ndarray-base-maybe-broadcast-array/actions/workflows/test.yml?query=branch:v0.2.5
208208
209209[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-maybe-broadcast-array/main.svg
210210[ coverage-url ] : https://codecov.io/github/stdlib-js/ndarray-base-maybe-broadcast-array?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/ndarray-base-maybe-broadcast-array" ,
3- "version" : " 0.2.4 " ,
3+ "version" : " 0.2.5 " ,
44 "description" : " Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
3737 "url" : " https://github.com/stdlib-js/stdlib/issues"
3838 },
3939 "dependencies" : {
40- "@stdlib/ndarray-base-broadcast-array" : " ^0.2.2 " ,
40+ "@stdlib/ndarray-base-broadcast-array" : " ^0.2.3 " ,
4141 "@stdlib/ndarray-base-shape" : " ^0.2.3" ,
4242 "@stdlib/types" : " ^0.4.3"
4343 },
4444 "devDependencies" : {
4545 "@stdlib/array-float64" : " ^0.2.3" ,
4646 "@stdlib/assert-is-ndarray-like" : " ^0.2.2" ,
4747 "@stdlib/ndarray-array" : " ^0.2.2" ,
48- "@stdlib/ndarray-base-ctor" : " ^0.3.0 " ,
48+ "@stdlib/ndarray-base-ctor" : " ^0.3.1 " ,
4949 "@stdlib/ndarray-base-numel" : " ^0.2.3" ,
50- "@stdlib/ndarray-ctor" : " ^0.3.0 " ,
50+ "@stdlib/ndarray-ctor" : " ^0.3.1 " ,
5151 "@stdlib/ndarray-ind2sub" : " ^0.2.3" ,
5252 "tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
5353 "istanbul" : " ^0.4.1" ,
You can’t perform that action at this time.
0 commit comments