Skip to content

Commit febb122

Browse files
committed
Auto-generated commit
1 parent 8225d61 commit febb122

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3482,6 +3482,7 @@ A total of 557 issues were closed in this release:
34823482

34833483
<details>
34843484

3485+
- [`e311dfa`](https://github.com/stdlib-js/stdlib/commit/e311dfa54b983e913453dc5c141115ef58e0c9dc) - **style:** remove extra empty line _(by Philipp Burckhardt)_
34853486
- [`bb916a2`](https://github.com/stdlib-js/stdlib/commit/bb916a2c4ba4a698be842b72de0c3ed4eb9135ab) - **feat:** add `stats/base/ndarray/smskmax` [(#8698)](https://github.com/stdlib-js/stdlib/pull/8698) _(by Kaustubh Patange, Athan Reines)_
34863487
- [`49f4894`](https://github.com/stdlib-js/stdlib/commit/49f4894a7b05e173efc2c5f69ed56bbc98e52711) - **feat:** add `stats/base/ndarray/dmidrange` [(#8626)](https://github.com/stdlib-js/stdlib/pull/8626) _(by Divyanshu, Athan Reines)_
34873488
- [`d745259`](https://github.com/stdlib-js/stdlib/commit/d745259e39acdcc3f80b3b569185491daef92145) - **docs:** add missing spaces and update parameter type _(by Philipp Burckhardt)_

base/ndarray/dmidrange/test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ var dmidrange = require( './../lib' );
4040
* @param {NonNegativeInteger} offset - index offset
4141
* @returns {ndarray} one-dimensional ndarray
4242
*/
43-
4443
function vector( buffer, length, stride, offset ) {
4544
return new ndarray( 'float64', buffer, [ length ], [ stride ], offset, 'row-major' );
4645
}

0 commit comments

Comments
 (0)