8000 Auto-generated commit · stdlib-js/ndarray-base-slice-to@0e2f7b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e2f7b9

Browse files
committed
Auto-generated commit
1 parent a1d3bea commit 0e2f7b9

File tree

4 files changed

+53
-23
lines changed

4 files changed

+53
-23
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T05:52:16.159Z
1+
2024-09-01T06:19:04.771Z

CHANGELOG.md

Lines changed: 49 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,40 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.2">
6+
7+
## 0.2.2 (2024-07-29)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
15+
<section class="release" id="v0.2.1">
16+
17+
## 0.2.1 (2024-02-25)
18+
19+
No changes reported for this release.
20+
21+
</section>
22+
23+
<!-- /.release -->
24+
25+
<section class="release" id="v0.2.0">
626

7-
## Unreleased (2024-08-01)
27+
## 0.2.0 (2024-02-14)
828

929
<section class="commits">
1030

1131
### Commits
1232

1333
<details>
1434

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
35+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
36+
- [`21396dd`](https://github.com/stdlib-js/stdlib/commit/21396dd772ca631e3c6899999e40ab72925bc771) - **docs:** fix typo _(by Athan Reines)_
37+
- [`244aa35`](https://github.com/stdlib-js/stdlib/commit/244aa355c7767363ecc7745ca02744067c619f5f) - **docs:** remove unused requires _(by Athan Reines)_
38+
- [`6a52a46`](https://github.com/stdlib-js/stdlib/commit/6a52a46aa5478a0ee2fc6b946a8665788dbbaec7) - **refactor:** use assertion utility _(by Athan Reines)_
1639

1740
</details>
1841

@@ -24,9 +47,10 @@
2447

2548
### Contributors
2649

27-
A total of 1 person contributed to this release. Thank you to this contributor:
50+
A total of 2 people contributed to this release. Thank you to the following contributors:
2851

2952
- Athan Reines
53+
- Philipp Burckhardt
3054

3155
</section>
3256

@@ -36,41 +60,45 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3660

3761
<!-- /.release -->
3862

39-
<section class="release" id="v0.2.2">
63+
<section class="release" id="v0.1.0">
4064

41-
## 0.2.2 (2024-07-29)
65+
## 0.1.0 (2023-10-15)
4266

43-
No changes reported for this release.
67+
<section class="features">
68+
69+
### Features
70+
71+
- [`4da3db2`](https://github.com/stdlib-js/stdlib/commit/4da3db265d7a7ab8dd6e91eb55d3ab393a2789f3) - add `ndarray/base/slice-to`
4472

4573
</section>
4674

47-
<!-- /.release -->
75+
<!-- /.features -->
4876

49-
<section class="release" id="v0.2.1">
77+
<section class="commits">
5078

51-
## 0.2.1 (2024-02-25)
79+
### Commits
5280

53-
No changes reported for this release.
81+
<details>
5482

55-
</section>
83+
- [`4da3db2`](https://github.com/stdlib-js/stdlib/commit/4da3db265d7a7ab8dd6e91eb55d3ab393a2789f3) - **feat:** add `ndarray/base/slice-to` _(by Athan Reines)_
5684

57-
<!-- /.release -->
85+
</details>
5886

59-
<section class="release" id="v0.2.0">
87+
</section>
6088

61-
## 0.2.0 (2024-02-14)
89+
<!-- /.commits -->
6290

63-
No changes reported for this release.
91+
<section class="contributors">
6492

65-
</section>
93+
### Contributors
6694

67-
<!-- /.release -->
95+
A total of 1 person contributed to this release. Thank you to this contributor:
6896

69-
<section class="release" id="v0.1.0">
97+
- Athan Reines
7098

71-
## 0.1.0 (2023-10-15)
99+
</section>
72100

73-
No changes reported for this release.
101+
<!-- /.contributors -->
74102

75103
</section>
76104

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
4646
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4747
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4848
Milan Raj <rajsite@users.noreply.github.com>
49+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4950
Momtchil Momtchev <momtchil@momtchev.com>
5051
Muhammad Haris <harriskhan047@outlook.com>
5152
Naresh Jagadeesan <naresh.naresh000@gmail.com>
@@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
7071
Rutam <138517416+performant23@users.noreply.github.com>
7172
Ryan Seal <splrk@users.noreply.github.com>
7273
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
74+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7375
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7476
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7577
Shivam <11shivam00@gmail.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@stdlib/ndarray-base-slice": "^0.2.2",
4242
"@stdlib/slice-base-args2multislice": "^0.2.2",
4343
"@stdlib/slice-ctor": "^0.2.2",
44-
"@stdlib/types": "^0.3.2"
44+
"@stdlib/types": "^0.4.1"
4545
},
4646
"devDependencies": {
4747
"@stdlib/array-base-zero-to": "^0.2.1",

0 commit comments

Comments
 (0)
0