File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-03-01T06:07:58.248Z
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ branches.md
2929
.postinstall.json
3030
Makefile
3131

32-
# Ignore `binding.gyp` file to avoid compilation of native addon when installing package:
32+
# Ignore files to avoid compilation of native addon when installing package:
3333
binding.gyp
34+
include.gypi
3435

3536
# Directories #
3637
###############
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@
33
# Contributors listed in alphabetical order.
44

55
Aditya Sapra <[email protected]>
6+
AgPriyanshu18 <[email protected]>
67
Ali Salesi <[email protected]>
78
Amit Jimiwal <[email protected]>
89
Athan Reines <[email protected]>
910
Brendan Graetz <[email protected]>
1011
Bruno Fenzl <[email protected]>
12+
Chinmay J <[email protected]>
1113
Christopher Dambamuromo <[email protected]>
1214
1315
Daniel Killenberger <[email protected]>
1416
Dominik Moritz <[email protected]>
1517
Dorrin Sotoudeh <[email protected]>
1618
Frank Kovacs <[email protected]>
1719
GUNJ JOSHI <[email protected]>
20+
1821
Harshita Kalani <[email protected]>
1922
James Gelok <[email protected]>
2023
Jaysukh Makvana <[email protected]>
@@ -24,8 +27,10 @@ Jordan Gallivan <[email protected]>
2427
Joris Labie <[email protected]>
2528
Justin Dennison <[email protected]>
2629
Karthik Prakash <[email protected]>
30+
2731
Marcus Fantham <[email protected]>
2832
Matt Cochrane <[email protected]>
33+
Mihir Pandit <[email protected]>
2934
Milan Raj <[email protected]>
3035
Momtchil Momtchev <[email protected]>
3136
Naresh Jagadeesan <[email protected]>
@@ -34,12 +39,17 @@ Ognjen Jevremović <[email protected]>
3439
Philipp Burckhardt <[email protected]>
3540
Prajwal Kulkarni <[email protected]>
3641
Pranav Goswami <[email protected]>
42+
43+
3744
Ricky Reusser <[email protected]>
3845
Robert Gislason <[email protected]>
3946
Roman Stetsyk <[email protected]>
47+
4048
Ryan Seal <[email protected]>
4149
Seyyed Parsa Neshaei <[email protected]>
4250
Shraddheya Shendre <[email protected]>
51+
52+
Snehil Shah <[email protected]>
4353
Spandan Barve <[email protected]>
4454
Stephannie Jiménez Gacha <[email protected]>
4555
Yernar Yergaziyev <[email protected]>
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
333333
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-array.svg
334334
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-array
335335

336-
[test-image]: https://.com/stdlib-js/ndarray-array/actions/workflows/test.yml/badge.svg?branch=v0.2.1
337-
[test-url]: https://.com/stdlib-js/ndarray-array/actions/workflows/test.yml?query=branch:v0.2.1
336+
[test-image]: https://.com/stdlib-js/ndarray-array/actions/workflows/test.yml/badge.svg?branch=main
337+
[test-url]: https://.com/stdlib-js/ndarray-array/actions/workflows/test.yml?query=branch:main
338338

339339
[coverage-image]: https://img.shields.io/codecov/c//stdlib-js/ndarray-array/main.svg
340340
[coverage-url]: https://codecov.io//stdlib-js/ndarray-array?branch=main
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
"@stdlib/complex-base-cast-return": "^0.2.1",
5151
"@stdlib/complex-ctors": "^0.2.1",
5252
"@stdlib/constants-float64-pinf": "^0.2.1",
53-
"@stdlib/math-base-assert-is-integer": "^0.2.1",
53+
"@stdlib/math-base-assert-is-integer": "^0.2.2",
5454
"@stdlib/math-base-special-abs": "^0.2.1",
5555
"@stdlib/ndarray-base-assert-is-allowed-data-type-cast": "^0.2.1",
5656
"@stdlib/ndarray-base-assert-is-casting-mode": "^0.2.1",
5757
"@stdlib/ndarray-base-assert-is-data-type": "^0.2.1",
5858
"@stdlib/ndarray-base-assert-is-order": "^0.2.1",
5959
"@stdlib/ndarray-base-buffer": "^0.2.1",
60-
"@stdlib/ndarray-base-buffer-ctors": "^0.2.0",
60+
"@stdlib/ndarray-base-buffer-ctors": "^0.2.1",
6161
"@stdlib/ndarray-base-buffer-dtype": "^0.2.1",
6262
"@stdlib/ndarray-base-ctor": "^0.2.1",
6363
"@stdlib/ndarray-base-numel": "^0.2.1",

0 commit comments

Comments
 (0)