Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit2500f2c

Browse files
committed
Auto-generated commit
1 parent37a4418 commit2500f2c

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

‎CHANGELOG.md‎

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

7-
##Unreleased (2024-12-31)
7+
##Unreleased (2025-01-04)
88

99
<sectionclass="bug-fixes">
1010

@@ -24,6 +24,7 @@
2424

2525
<details>
2626

27+
-[`3eff7c4`](https://github.com/stdlib-js/stdlib/commit/3eff7c48b5841028d49c159d900b18000c0e9a43) -**docs:** fix comments_(by Athan Reines)_
2728
-[`78087d9`](https://github.com/stdlib-js/stdlib/commit/78087d9a551783d642d885fb42b89b4e23acd671) -**fix:** provide missing argument to function_(by Athan Reines)_
2829
-[`c13c153`](https://github.com/stdlib-js/stdlib/commit/c13c1532c804118dc9ccbcb81867d7723215f671) -**docs:** document exceptions_(by Athan Reines)_
2930
-[`64e4bd6`](https://github.com/stdlib-js/stdlib/commit/64e4bd6055042207ce2e5ae6687ca8992b06367f) -**docs:** fix missing option description_(by Athan Reines)_

‎CONTRIBUTORS‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
2727
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
2828
Debashis Maharana <debashismaharana7854@gmail.com>
2929
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
30+
Dhruv Arvind Singh <154677013+DhruvArvindSingh@users.noreply.github.com>
3031
Divyansh Seth <59174836+sethdivyansh@users.noreply.github.com>
3132
Dominic Lim <46486515+domlimm@users.noreply.github.com>
3233
Dominik Moritz <domoritz@gmail.com>
@@ -117,7 +118,7 @@ UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
117118
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
118119
Varad Gupta <varadgupta21@gmail.com>
119120
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
120-
Vivekmaurya <155618190+vivekmaurya001@users.noreply.github.com>
121+
VivekMaurya <vm8118134@gmail.com>
121122
Xiaochuan Ye <tap91624@gmail.com>
122123
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
123124
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>

‎NOTICE‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2024 The Stdlib Authors.
1+
Copyright (c) 2016-2025 The Stdlib Authors.

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ var x = [ 1, 2, 3, 4, 5, 6, 7, 8 ];
5050
// Turn the plain array into a "fancy" array:
5151
var y=array2fancy( x );
5252

53-
// Select the first3 elements:
53+
// Select the firstthree elements:
5454
var v= y[':3' ];
5555
// returns [ 1, 2, 3 ]
5656

5757
// Select every other element, starting from the second element:
5858
v= y['1::2' ];
5959
// returns [ 2, 4, 6, 8 ]
6060

61-
// Select every other element, in reverse order, starting with theleast element:
61+
// Select every other element, in reverse order, starting with thelast element:
6262
v= y['::-2' ];
6363
// returns [ 8, 6, 4, 2 ]
6464

@@ -639,7 +639,7 @@ See [LICENSE][stdlib-license].
639639

640640
##Copyright
641641

642-
Copyright&copy; 2016-2024. The Stdlib[Authors][stdlib-authors].
642+
Copyright&copy; 2016-2025. The Stdlib[Authors][stdlib-authors].
643643

644644
</section>
645645

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp