Skip to content

Commit c0045ef

Browse files
committed
Auto-generated commit
1 parent 8045529 commit c0045ef

File tree

2 files changed

+69
-43
lines changed

2 files changed

+69
-43
lines changed

CHANGELOG.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,30 @@ This release closes the following issue:
630630

631631
<!-- /.package -->
632632

633+
<section class="package" id="ndarray-base-ind-unreleased">
634+
635+
#### [@stdlib/ndarray/base/ind](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/ind)
636+
637+
<details>
638+
639+
<section class="issues">
640+
641+
##### Closed Issues
642+
643+
This release closes the following issue:
644+
645+
[#6663](https://github.com/stdlib-js/stdlib/issues/6663)
646+
647+
</section>
648+
649+
<!-- /.issues -->
650+
651+
</details>
652+
653+
</section>
654+
655+
<!-- /.package -->
656+
633657
<section class="package" id="ndarray-base-map-unreleased">
634658

635659
#### [@stdlib/ndarray/base/map](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/map)
@@ -1434,9 +1458,9 @@ This release closes the following issue:
14341458

14351459
### Closed Issues
14361460

1437-
A total of 11 issues were closed in this release:
1461+
A total of 12 issues were closed in this release:
14381462

1439-
[#5526](https://github.com/stdlib-js/stdlib/issues/5526), [#5960](https://github.com/stdlib-js/stdlib/issues/5960), [#6053](https://github.com/stdlib-js/stdlib/issues/6053), [#6236](https://github.com/stdlib-js/stdlib/issues/6236), [#6456](https://github.com/stdlib-js/stdlib/issues/6456), [#6457](https://github.com/stdlib-js/stdlib/issues/6457), [#6473](https://github.com/stdlib-js/stdlib/issues/6473), [#6521](https://github.com/stdlib-js/stdlib/issues/6521), [#6574](https://github.com/stdlib-js/stdlib/issues/6574), [#6589](https://github.com/stdlib-js/stdlib/issues/6589), [#6604](https://github.com/stdlib-js/stdlib/issues/6604)
1463+
[#5526](https://github.com/stdlib-js/stdlib/issues/5526), [#5960](https://github.com/stdlib-js/stdlib/issues/5960), [#6053](https://github.com/stdlib-js/stdlib/issues/6053), [#6236](https://github.com/stdlib-js/stdlib/issues/6236), [#6456](https://github.com/stdlib-js/stdlib/issues/6456), [#6457](https://github.com/stdlib-js/stdlib/issues/6457), [#6473](https://github.com/stdlib-js/stdlib/issues/6473), [#6521](https://github.com/stdlib-js/stdlib/issues/6521), [#6574](https://github.com/stdlib-js/stdlib/issues/6574), [#6589](https://github.com/stdlib-js/stdlib/issues/6589), [#6604](https://github.com/stdlib-js/stdlib/issues/6604), [#6663](https://github.com/stdlib-js/stdlib/issues/6663)
14401464

14411465
</section>
14421466

@@ -1446,10 +1470,11 @@ A total of 11 issues were closed in this release:
14461470

14471471
### Contributors
14481472

1449-
A total of 12 people contributed to this release. Thank you to the following contributors:
1473+
A total of 13 people contributed to this release. Thank you to the following contributors:
14501474

14511475
- Athan Reines
14521476
- Bhavishy Agrawal
1477+
- Dipjyoti Das
14531478
- Gururaj Gurram
14541479
- Kaushikgtm
14551480
- MANI
@@ -1471,6 +1496,7 @@ A total of 12 people contributed to this release. Thank you to the following con
14711496

14721497
<details>
14731498

1499+
- [`9485c2b`](https://github.com/stdlib-js/stdlib/commit/9485c2b14a159557d8d097c2cfbd106db12a2210) - **chore:** fix EditorConfig lint errors (issue #6663) [(#6672)](https://github.com/stdlib-js/stdlib/pull/6672) _(by Dipjyoti Das)_
14741500
- [`f9d3b79`](https://github.com/stdlib-js/stdlib/commit/f9d3b793f4100fcf1c9b7391550d3264bb395b00) - **docs:** update related packages sections [(#6670)](https://github.com/stdlib-js/stdlib/pull/6670) _(by stdlib-bot)_
14751501
- [`0ede0da`](https://github.com/stdlib-js/stdlib/commit/0ede0dafa46ddea7dfce7be63250ca9ae0c1c546) - **fix:** add missing imports in `ndarray/base/unary-reduce-subarray` [(#6642)](https://github.com/stdlib-js/stdlib/pull/6642) _(by Muhammad Haris)_
14761502
- [`b2eef05`](https://github.com/stdlib-js/stdlib/commit/b2eef05de589bc6dafb0f462fa0088c2eb1bf26d) - **docs:** update namespace table of contents [(#6631)](https://github.com/stdlib-js/stdlib/pull/6631) _(by stdlib-bot)_

base/ind/manifest.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"options": {},
3-
"fields": [
4-
{
5-
"field": "src",
6-
"resolve": true,
7-
"relative": true
8-
},
9-
{
10-
"field": "include",
11-
"resolve": true,
12-
"relative": true
13-
},
14-
{
15-
"field": "libraries",
16-
"resolve": false,
17-
"relative": false
18-
},
19-
{
20-
"field": "libpath",
21-
"resolve": true,
22-
"relative": false
23-
}
24-
],
25-
"confs": [
26-
{
27-
"src": [
28-
"./src/main.c"
29-
],
30-
"include": [
31-
"./include"
32-
],
33-
"libraries": [],
34-
"libpath": [],
35-
"dependencies": [
36-
"@stdlib/ndarray/base/clamp-index",
2+
"options": {},
3+
"fields": [
4+
{
5+
"field": "src",
6+
"resolve": true,
7+
"relative": true
8+
},
9+
{
10+
"field": "include",
11+
"resolve": true,
12+
"relative": true
13+
},
14+
{
15+
"field": "libraries",
16+
"resolve": false,
17+
"relative": false
18+
},
19+
{
20+
"field": "libpath",
21+
"resolve": true,
22+
"relative": false
23+
}
24+
],
25+
"confs": [
26+
{
27+
"src": [
28+
"./src/main.c"
29+
],
30+
"include": [
31+
"./include"
32+
],
33+
"libraries": [],
34+
"libpath": [],
35+
"dependencies": [
36+
"@stdlib/ndarray/base/clamp-index",
3737
"@stdlib/ndarray/base/normalize-index",
38-
"@stdlib/ndarray/base/wrap-index",
39-
"@stdlib/ndarray/index-modes"
40-
]
41-
}
42-
]
38+
"@stdlib/ndarray/base/wrap-index",
39+
"@stdlib/ndarray/index-modes"
40+
]
41+
}
42+
]
4343
}

0 commit comments

Comments
 (0)