Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8cdbb56

Browse filesBrowse files
committed
Auto-generated commit
1 parent e6bc55a commit 8cdbb56
Copy full SHA for 8cdbb56

File tree

5 files changed

+17
-5
lines changed
Filter options

5 files changed

+17
-5
lines changed

‎.github/.keepalive

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-03-01T06:07:58.248Z

‎.npmignore

Copy file name to clipboardExpand all lines: .npmignore
+2-1Lines changed: 2 additions & 1 deletion
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
###############

‎CONTRIBUTORS

Copy file name to clipboardExpand all lines: CONTRIBUTORS
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@
33
# Contributors listed in alphabetical order.
44

55
Aditya Sapra <110766802+adityacodes30@users.noreply.github.com>
6+
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
67
Ali Salesi <ali_sal1381@yahoo.com>
78
Amit Jimiwal <amitjimiwal45@gmail.com>
89
Athan Reines <kgryte@gmail.com>
910
Brendan Graetz <bguiz@users.noreply.github.com>
1011
Bruno Fenzl <brunofenzl@gmail.com>
12+
Chinmay J <86140365+JawHawk@users.noreply.github.com>
1113
Christopher Dambamuromo <chridam@gmail.com>
1214
Dan Rose <danoftheroses@gmail.com>
1315
Daniel Killenberger <daniel.killenberger@gmail.com>
1416
Dominik Moritz <domoritz@gmail.com>
1517
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
1618
Frank Kovacs <fran70kk@gmail.com>
1719
GUNJ JOSHI <gunjjoshi8372@gmail.com>
20+
Golden <103646877+AuenKr@users.noreply.github.com>
1821
Harshita Kalani <harshitakalani02@gmail.com>
1922
James Gelok <jdgelok@gmail.com>
2023
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
@@ -24,8 +27,10 @@ Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
2427
Joris Labie <joris.labie1@gmail.com>
2528
Justin Dennison <justin1dennison@gmail.com>
2629
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
30+
Khaldon <kahmd1444@gmail.com>
2731
Marcus Fantham <mfantham@users.noreply.github.com>
2832
Matt Cochrane <matthew.cochrane.eng@gmail.com>
33+
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
2934
Milan Raj <rajsite@users.noreply.github.com>
3035
Momtchil Momtchev <momtchil@momtchev.com>
3136
Naresh Jagadeesan <naresh.naresh000@gmail.com>
@@ -34,12 +39,17 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
3439
Philipp Burckhardt <pburckhardt@outlook.com>
3540
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
3641
Pranav Goswami <goswami.4@iitj.ac.in>
42+
Praneki <97080887+PraneGIT@users.noreply.github.com>
43+
Pratik <97464067+Pratik772846@users.noreply.github.com>
3744
Ricky Reusser <rsreusser@gmail.com>
3845
Robert Gislason <gztown2216@yahoo.com>
3946
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
47+
Rutam <138517416+performant23@users.noreply.github.com>
4048
Ryan Seal <splrk@users.noreply.github.com>
4149
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
4250
Shraddheya Shendre <shendreshraddheya@gmail.com>
51+
Shubham <shubh622005@gmail.com>
52+
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
4353
Spandan Barve <114365550+marsian83@users.noreply.github.com>
4454
Stephannie Jiménez Gacha <steff456@hotmail.com>
4555
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
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://github.com/stdlib-js/ndarray-array/actions/workflows/test.yml/badge.svg?branch=v0.2.1
337-
[test-url]: https://github.com/stdlib-js/ndarray-array/actions/workflows/test.yml?query=branch:v0.2.1
336+
[test-image]: https://github.com/stdlib-js/ndarray-array/actions/workflows/test.yml/badge.svg?branch=main
337+
[test-url]: https://github.com/stdlib-js/ndarray-array/actions/workflows/test.yml?query=branch:main
338338

339339
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-array/main.svg
340340
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-array?branch=main

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.