Skip to content

Commit c989930

Browse files
committed
Auto-generated commit
1 parent dac264b commit c989930

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
227227

228228
[loop-nest-optimization]: https://en.wikipedia.org/wiki/Loop_nest_optimization
229229

230-
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/stdlib
230+
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray-ctor
231231

232232
</section>
233233

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ interface LoopOrderObject {
6969
* var ssx = o.sx;
7070
* // returns [ 1, 4, 12 ]
7171
*/
72-
declare function nullaryLoopOrder( shape: ArrayLike<number>, stridesX: ArrayLike<number> ): LoopOrderObject; // tslint-disable-line max-line-length
72+
declare function nullaryLoopOrder( shape: ArrayLike<number>, stridesX: ArrayLike<number> ): LoopOrderObject;
7373

7474

7575
// EXPORTS //

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"@stdlib/array-base-copy-indexed": "^0.1.0",
4141
"@stdlib/array-base-take": "^0.1.0",
4242
"@stdlib/array-base-zero-to": "^0.1.0",
43-
"@stdlib/types": "^0.1.0"
43+
"@stdlib/types": "^0.2.0"
4444
},
4545
"devDependencies": {
4646
"@stdlib/assert-is-array": "^0.1.1",
47-
"@stdlib/bench": "^0.1.0",
47+
"@stdlib/bench": "^0.2.0",
4848
"@stdlib/ndarray-array": "^0.1.0",
4949
"@stdlib/ndarray-base-shape2strides": "^0.1.1",
5050
"@stdlib/random-base-randu": "^0.1.0",

0 commit comments

Comments
 (0)