Skip to content

Commit 3d98ca3

Browse files
committed
Auto-generated commit
1 parent a841386 commit 3d98ca3

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-08-16)
7+
## Unreleased (2024-09-28)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`abf0407`](https://github.com/stdlib-js/stdlib/commit/abf040787f6598438b0100a729a8331b7f80f62f) - **chore:** resolve lint errors in TS files _(by Philipp Burckhardt)_
2526
- [`5d01561`](https://github.com/stdlib-js/stdlib/commit/5d015616e9731e40d20f7d4dca6b136ae47cc9bc) - **feat:** add `ndarray/base/ndarraylike2ndarray` _(by Athan Reines)_
2627

2728
</details>
@@ -34,9 +35,10 @@
3435

3536
### Contributors
3637

37-
A total of 1 person contributed to this release. Thank you to this contributor:
38+
A total of 2 people contributed to this release. Thank you to the following contributors:
3839

3940
- Athan Reines
41+
- Philipp Burckhardt
4042

4143
</section>
4244

CONTRIBUTORS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <[email protected]>
56
Adarsh Palaskar <[email protected]>
67
Aditya Sapra <[email protected]>
78
AgPriyanshu18 <[email protected]>
@@ -20,23 +21,27 @@ Christopher Dambamuromo <[email protected]>
2021
2122
Daniel Killenberger <[email protected]>
2223
Daniel Yu <[email protected]>
24+
Debashis Maharana <[email protected]>
2325
Dominik Moritz <[email protected]>
2426
Dorrin Sotoudeh <[email protected]>
2527
EuniceSim142 <[email protected]>
2628
Frank Kovacs <[email protected]>
2729
Golden Kumar <[email protected]>
2830
Gunj Joshi <[email protected]>
31+
2932
Harshita Kalani <[email protected]>
3033
Hridyanshu <[email protected]>
3134
Jaimin Godhani <[email protected]>
3235
James Gelok <[email protected]>
3336
Jaysukh Makvana <[email protected]>
37+
Jenish Thapa <[email protected]>
3438
Jithin KS <[email protected]>
3539
Joel Mathew Koshy <[email protected]>
3640
Joey Reed <[email protected]>
3741
Jordan Gallivan <[email protected]>
3842
Joris Labie <[email protected]>
3943
Justin Dennison <[email protected]>
44+
Kaif Mohd <[email protected]>
4045
Karthik Prakash <[email protected]>
4146
4247
Krishnendu Das <[email protected]>
@@ -86,13 +91,17 @@ Stephannie Jiménez Gacha <[email protected]>
8691
Suraj kumar <[email protected]>
8792
Tirtadwipa Manunggal <[email protected]>
8893
Tudor Pagu <[email protected]>
94+
Tufailahmed Bargir <[email protected]>
8995
Utkarsh <http://[email protected]>
9096
Utkarsh Raj <[email protected]>
97+
Vaibhav Patel <[email protected]>
9198
Varad Gupta <[email protected]>
9299
Xiaochuan Ye <[email protected]>
93100
Yernar Yergaziyev <[email protected]>
94101
95102
nishant-s7 <[email protected]>
103+
olenkabilonizhka <[email protected]>
96104
orimiles5 <[email protected]>
97105
98106
107+

docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import ndarraylike2ndarray = require( './index' );
2424
/**
2525
* Mock function to create an ndarray-like object.
2626
*
27-
* @return ndarray-like object
27+
* @returns ndarray-like object
2828
*/
2929
function array(): typedndarray<number> {
3030
const obj: typedndarray<number> = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@stdlib/ndarray-order": "^0.2.2",
4646
"@stdlib/ndarray-shape": "^0.2.2",
4747
"@stdlib/ndarray-strides": "^0.2.2",
48-
"@stdlib/types": "^0.3.2"
48+
"@stdlib/types": "^0.4.1"
4949
},
5050
"devDependencies": {
5151
"@stdlib/array-float64": "^0.2.2",

0 commit comments

Comments
 (0)