Skip to content

Commit 68dd55c

Browse files
committed
Auto-generated commit
1 parent 64ceb7c commit 68dd55c

File tree

4 files changed

+72
-15
lines changed

4 files changed

+72
-15
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T06:06:37.148Z
1+
2024-09-01T06:34:34.304Z

CHANGELOG.md

+68-13
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,34 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.0">
6+
7+
## 0.2.0 (2024-07-29)
8+
9+
<section class="features">
610

7-
## Unreleased (2024-08-01)
11+
### Features
12+
13+
- [`fd396b3`](https://github.com/stdlib-js/stdlib/commit/fd396b360cbca9c4c000d3f33eed5dfc18de6d6b) - add boolean dtype support to `array/base/count-same-value` [(#2473)](https://github.com/stdlib-js/stdlib/pull/2473)
14+
15+
</section>
16+
17+
<!-- /.features -->
818

919
<section class="commits">
1020

1121
### Commits
1222

1323
<details>
1424

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
25+
- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
26+
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
27+
- [`fd396b3`](https://github.com/stdlib-js/stdlib/commit/fd396b360cbca9c4c000d3f33eed5dfc18de6d6b) - **feat:** add boolean dtype support to `array/base/count-same-value` [(#2473)](https://github.com/stdlib-js/stdlib/pull/2473) _(by Jaysukh Makvana, Athan Reines)_
28+
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
29+
- [`e3eff9b`](https://github.com/stdlib-js/stdlib/commit/e3eff9b1c12541182496f56e816fc7c55911a00e) - **docs:** add same value example _(by Athan Reines)_
30+
- [`e925974`](https://github.com/stdlib-js/stdlib/commit/e925974ed3e52377717bc040df8dade910cf75d8) - **docs:** add notes concerning algorithm _(by Athan Reines)_
31+
- [`9d7da34`](https://github.com/stdlib-js/stdlib/commit/9d7da343b78966f102f433340f56d135cde00298) - **test:** add test case to ensure full test coverage _(by Athan Reines)_
32+
- [`215a6ec`](https://github.com/stdlib-js/stdlib/commit/215a6ec65bec3039e0ba0cd78e5a55be4b5f35c2) - **docs:** clean-up examples and descriptions _(by Athan Reines)_
1633

1734
</details>
1835

@@ -24,9 +41,10 @@
2441

2542
### Contributors
2643

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

2946
- Athan Reines
47+
- Jaysukh Makvana
3048

3149
</section>
3250

@@ -36,31 +54,68 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3654

3755
<!-- /.release -->
3856

39-
<section class="release" id="v0.2.0">
57+
<section class="release" id="v0.1.1">
4058

41-
## 0.2.0 (2024-07-29)
59+
## 0.1.1 (2024-02-25)
4260

4361
No changes reported for this release.
4462

4563
</section>
4664

4765
<!-- /.release -->
4866

49-
<section class="release" id="v0.1.1">
67+
<section class="release" id="v0.1.0">
5068

51-
## 0.1.1 (2024-02-25)
69+
## 0.1.0 (2024-02-24)
5270

53-
No changes reported for this release.
71+
<section class="features">
72+
73+
### Features
74+
75+
- [`634044b`](https://github.com/stdlib-js/stdlib/commit/634044b1b369b08b2748c3f6f457c2b1259ccfa3) - add `array/base/count-same-value` [(#1339)](https://github.com/stdlib-js/stdlib/pull/1339)
5476

5577
</section>
5678

57-
<!-- /.release -->
79+
<!-- /.features -->
5880

59-
<section class="release" id="v0.1.0">
81+
<section class="issues">
6082

61-
## 0.1.0 (2024-02-24)
83+
### Closed Issues
6284

63-
No changes reported for this release.
85+
This release closes the following issue:
86+
87+
[#1325](https://github.com/stdlib-js/stdlib/issues/1325)
88+
89+
</section>
90+
91+
<!-- /.issues -->
92+
93+
<section class="commits">
94+
95+
### Commits
96+
97+
<details>
98+
99+
- [`634044b`](https://github.com/stdlib-js/stdlib/commit/634044b1b369b08b2748c3f6f457c2b1259ccfa3) - **feat:** add `array/base/count-same-value` [(#1339)](https://github.com/stdlib-js/stdlib/pull/1339) _(by Karthik Prakash, Athan Reines)_
100+
101+
</details>
102+
103+
</section>
104+
105+
<!-- /.commits -->
106+
107+
<section class="contributors">
108+
109+
### Contributors
110+
111+
A total of 2 people contributed to this release. Thank you to the following contributors:
112+
113+
- Athan Reines
114+
- Karthik Prakash
115+
116+
</section>
117+
118+
<!-- /.contributors -->
64119

65120
</section>
66121

CONTRIBUTORS

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <[email protected]>
4646
Matt Cochrane <[email protected]>
4747
Mihir Pandit <[email protected]>
4848
Milan Raj <[email protected]>
49+
Mohammad Kaif <[email protected]>
4950
Momtchil Momtchev <[email protected]>
5051
Muhammad Haris <[email protected]>
5152
Naresh Jagadeesan <[email protected]>
@@ -70,6 +71,7 @@ Roman Stetsyk <[email protected]>
7071
7172
Ryan Seal <[email protected]>
7273
Sai Srikar Dumpeti <[email protected]>
74+
SarthakPaandey <[email protected]>
7375
Seyyed Parsa Neshaei <[email protected]>
7476
Shashank Shekhar Singh <[email protected]>
7577

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@stdlib/complex-float64-real": "^0.1.1",
4949
"@stdlib/strided-base-reinterpret-boolean": "^0.0.2",
5050
"@stdlib/strided-base-reinterpret-complex": "^0.1.2",
51-
"@stdlib/types": "^0.3.2"
51+
"@stdlib/types": "^0.4.1"
5252
},
5353
"devDependencies": {
5454
"@stdlib/array-base-ones": "^0.2.2",

0 commit comments

Comments
 (0)