10000 Auto-generated commit · stdlib-js/ndarray-slice@6c3dbca · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c3dbca

Browse files
committed
Auto-generated commit
1 parent eb180cd commit 6c3dbca

File tree

4 files changed

+29
-82
lines changed

4 files changed

+29
-82
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T05:51:35.754Z

CHANGELOG.md

Lines changed: 19 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,17 @@
22

33
> Package changelog.
44
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>
5+
<section class="release" id="unreleased">
126

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">
26-
27-
## 0.2.0 (2024-02-14)
7+
## Unreleased (2024-08-01)
288

299
<section class="commits">
3010

3111
### Commits
3212

3313
<details>
3414

35-
- [`7137673`](https://github.com/stdlib-js/stdlib/commit/7137673f0798ef13d7c9fd7becf78e557b1d583b) - **docs:** update related packages sections (#1315) _(by stdlib-bot)_
36-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
37-
- [`bcb4079`](https://github.com/stdlib-js/stdlib/commit/bcb4079adf3e31d33d28db5dff21558c9e6bd5be) - **build:** remove and replace tslint directives _(by Philipp Burckhardt)_
38-
- [`6a9cc0e`](https://github.com/stdlib-js/stdlib/commit/6a9cc0e47fa5783053f8fd2895ea76f5deea0829) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
39-
- [`6b34523`](https://github.com/stdlib-js/stdlib/commit/6b3452322174342479d6c8b3277c3efee65d4cc0) - **docs:** update links _(by Athan Reines)_
40-
- [`2c57a3d`](https://github.com/stdlib-js/stdlib/commit/2c57a3d5e100df23e0d638ca44937c4026b0af08) - **docs:** remove unused requires _(by Athan Reines)_
41-
- [`89ff3eb`](https://github.com/stdlib-js/stdlib/commit/89ff3eb40b71405e4df16f2f876621ac0e114259) - **refactor:** use utility to create a MultiSlice from a list of arguments _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
4216

4317
</details>
4418

@@ -50,10 +24,9 @@ No changes reported for this release.
5024

5125
### Contributors
5226

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

5529
- Athan Reines
56-
- Philipp Burckhardt
5730

5831
</section>
5932

@@ -63,68 +36,41 @@ A total of 2 people contributed to this release. Thank you to the following cont
6336

6437
<!-- /.release -->
6538

66-
<section class="release" id="v0.1.0">
67-
68-
## 0.1.0 (2023-10-14)
69-
70-
<section class="features">
39+
<section class="release" id="v0.2.2">
7140

72-
### Features
41+
## 0.2.2 (2024-07-29)
7342

74-
- [`afda5bd`](https://github.com/stdlib-js/stdlib/commit/afda5bdedf10cc899794385201b356cf45e90334) - add `ndarray/slice`
43+
No changes reported for this release.
7544

7645
</section>
7746

78-
<!-- /.features -->
47+
<!-- /.release -->
7948

80-
<section class="bug-fixes">
49+
<section class="release" id="v0.2.1">
8150

82-
### Bug Fixes
51+
## 0.2.1 (2024-02-25)
8352

84-
- [`8d7dfdc`](https://github.com/stdlib-js/stdlib/commit/8d7dfdc706aea0628b8d8fce181fae12bcb049c2) - add missing argument
85-
- [`2910f80`](https://github.com/stdlib-js/stdlib/commit/2910f803215131c7ba9c9e1eb71875a6305cd402) - address broken benchmarks for out-of-bounds slices
86-
- [`eae0905`](https://github.com/stdlib-js/stdlib/commit/eae09050d3e8bcf751636d469b997d54db1fac9c) - ensure support for slicing zero-dimensional arrays
53+
No changes reported for this release.
8754

8855
</section>
8956

90-
<!-- /.bug-fixes -->
91-
92-
<section class="commits">
93-
94-
### Commits
57+
<!-- /.release -->
9558

96-
<details>
59+
<section class="release" id="v0.2.0">
9760

98-
- [`61db175`](https://github.com/stdlib-js/stdlib/commit/61db175f0cfabf39d2fd3053436a64de3627f5ad) - **refactor:** use accessor utility _(by Athan Reines)_
99-
- [`8d7dfdc`](https://github.com/stdlib-js/stdlib/commit/8d7dfdc706aea0628b8d8fce181fae12bcb049c2) - **fix:** add missing argument _(by Athan Reines)_
100-
- [`d81786b`](https://github.com/stdlib-js/stdlib/commit/d81786be3cf34d964bfe45ba25704228af41c56a) - **docs:** add link _(by Athan Reines)_
101-
- [`3574c0a`](https://github.com/stdlib-js/stdlib/commit/3574c0afcb1eb663462ecf5d220a4ede191b96bc) - **docs:** add links _(by Athan Reines)_
102-
- [`e11b048`](https://github.com/stdlib-js/stdlib/commit/e11b04813691e71b939decf1e053f0669ead8058) - **docs:** rename argument to avoid conflict with function name _(by Athan Reines)_
103-
- [`2910f80`](https://github.com/stdlib-js/stdlib/commit/2910f803215131c7ba9c9e1eb71875a6305cd402) - **fix:** address broken benchmarks for out-of-bounds slices _(by Athan Reines)_
104-
- [`1603774`](https://github.com/stdlib-js/stdlib/commit/16037740c1f22f0b69b011e44f8ff7f9744de5d2) - **test:** add test for when providing insufficient slice arguments _(by Athan Reines)_
105-
- [`b754d5a`](https://github.com/stdlib-js/stdlib/commit/b754d5a428b28386d3ab32506b963e945acd2941) - **style:** disable lint rule _(by Athan Reines)_
106-
- [`228e4d0`](https://github.com/stdlib-js/stdlib/commit/228e4d076c6205156ae8ba21f873747d52b4b869) - **test:** add tests for different invocation conventions _(by Athan Reines)_
107-
- [`52ac3f5`](https://github.com/stdlib-js/stdlib/commit/52ac3f5b730023b632fee0589b83cef2cd038d5b) - **docs:** add note concerning matching dimensionality _(by Athan Reines)_
108-
- [`eae0905`](https://github.com/stdlib-js/stdlib/commit/eae09050d3e8bcf751636d469b997d54db1fac9c) - **fix:** ensure support for slicing zero-dimensional arrays _(by Athan Reines)_
109-
- [`afda5bd`](https://github.com/stdlib-js/stdlib/commit/afda5bdedf10cc899794385201b356cf45e90334) - **feat:** add `ndarray/slice` _(by Athan Reines)_
61+
## 0.2.0 (2024-02-14)
11062

111-
</details>
63+
No changes reported for this release.
11264

11365
</section>
11466

115-
<!-- /.commits -->
116-
117-
<section class="contributors">
118-
119-
### Contributors
120-
121-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
12268

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

125-
</section>
71+
## 0.1.0 (2023-10-14)
12672

127-
<!-- /.contributors -->
73+
No changes reported for this release.
12874

12975
</section>
13076

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
402402
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-slice.svg
403403
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-slice
404404

405-
[test-image]: https://github.com/stdlib-js/ndarray-slice/actions/workflows/test.yml/badge.svg?branch=v0.2.2
406-
[test-url]: https://github.com/stdlib-js/ndarray-slice/actions/workflows/test.yml?query=branch:v0.2.2
405+
[test-image]: https://github.com/stdlib-js/ndarray-slice/actions/workflows/test.yml/badge.svg?branch=main
406+
[test-url]: https://github.com/stdlib-js/ndarray-slice/actions/workflows/test.yml?query=branch:main
407407

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@stdlib/assert-is-multi-slice": "^0.2.2",
4444
"@stdlib/assert-is-ndarray-like": "^0.2.2",
4545
"@stdlib/assert-is-plain-object": "^0.2.2",
46-
"@stdlib/ndarray-base-slice": "^0.2.1",
46+
"@stdlib/ndarray-base-slice": "^0.2.2",
4747
"@stdlib/ndarray-shape": "^0.2.2",
4848
"@stdlib/slice-base-args2multislice": "^0.2.2",
4949
"@stdlib/slice-multi": "^0.2.2",
@@ -53,17 +53,17 @@
5353
},
5454
"devDependencies": {
5555
"@stdlib/array-base-zero-to": "^0.2.1",
56-
"@stdlib/array-typed": "^0.2.1",
56+
"@stdlib/array-typed": "^0.3.0",
5757
"@stdlib/ndarray-array": "^0.2.1",
5858
"@stdlib/ndarray-base-assert-is-read-only": "^0.2.2",
5959
"@stdlib/ndarray-base-ctor": "^0.2.2",
60-
"@stdlib/ndarray-base-empty": "^0.2.1",
61-
"@stdlib/ndarray-base-from-scalar": "^0.2.1",
60+
"@stdlib/ndarray-base-empty": "^0.3.0",
61+
"@stdlib/ndarray-base-from-scalar": "^0.2.2",
6262
"@stdlib/ndarray-base-numel": "^0.2.2",
63-
"@stdlib/ndarray-ctor": "^0.2.1",
64-
"@stdlib/ndarray-empty": "^0.2.1",
63+
"@stdlib/ndarray-ctor": "^0.2.2",
64+
"@stdlib/ndarray-empty": "^0.3.0",
6565
"@stdlib/ndarray-to-array": "^0.2.1",
66-
"@stdlib/ndarray-zeros": "^0.2.1",
66+
"@stdlib/ndarray-zeros": "^0.3.0",
6767
"@stdlib/slice-ctor": "^0.2.2",
6868
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6969
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)
0