Skip to content

Commit d43013c

Browse files
committed
Auto-generated commit
1 parent fcd1f33 commit d43013c

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/.keepalive

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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3571,6 +3571,7 @@ int main( void ) {
35713571
## See Also
35723572

35733573
- <span class="package-name">[`@stdlib/ndarray-array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span>
3574+
- <span class="package-name">[`@stdlib/ndarray-fancy`][@stdlib/ndarray/fancy]</span><span class="delimiter">: </span><span class="description">fancy multidimensional array constructor.</span>
35743575

35753576
</section>
35763577

@@ -3657,6 +3658,8 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
36573658

36583659
[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray-array
36593660

3661+
[@stdlib/ndarray/fancy]: https://github.com/stdlib-js/ndarray-fancy
3662+
36603663
<!-- </related-links> -->
36613664

36623665
</section>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@stdlib/ndarray-index-modes": "^0.1.1",
6969
"@stdlib/ndarray-orders": "^0.1.1",
7070
"@stdlib/string-format": "^0.1.1",
71-
"@stdlib/types": "^0.1.0",
71+
"@stdlib/types": "^0.2.0",
7272
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1",
7373
"@stdlib/utils-inherit": "^0.1.1",
7474
"@stdlib/utils-library-manifest": "^0.1.1"
@@ -81,7 +81,7 @@
8181
"@stdlib/assert-has-property": "^0.1.1",
8282
"@stdlib/assert-instance-of": "^0.1.1",
8383
"@stdlib/assert-is-positive-integer": "^0.1.0",
84-
"@stdlib/bench": "^0.1.0",
84+
"@stdlib/bench": "^0.2.0",
8585
"@stdlib/complex-imagf": "^0.1.1",
8686
"@stdlib/complex-realf": "^0.1.1",
8787
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",

0 commit comments

Comments
 (0)