You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`dc36936`](https://github.com/stdlib-js/stdlib/commit/dc369364ee617f8f62b40d951a0f0d34f795da6e) - add boolean dtype support to `strided/base/mskunary`[(#2520)](https://github.com/stdlib-js/stdlib/pull/2520)
14
+
15
+
</section>
16
+
17
+
<!-- /.features -->
18
+
19
+
<sectionclass="bug-fixes">
20
+
21
+
### Bug Fixes
6
22
7
-
## Unreleased (2024-08-01)
23
+
-[`cf3f92e`](https://github.com/stdlib-js/stdlib/commit/cf3f92eddd20ec1a4106c8a34f7d7705a9a99dbc) - update include paths
24
+
25
+
</section>
26
+
27
+
<!-- /.bug-fixes -->
8
28
9
29
<sectionclass="commits">
10
30
11
31
### Commits
12
32
13
33
<details>
14
34
15
-
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
-[`dc36936`](https://github.com/stdlib-js/stdlib/commit/dc369364ee617f8f62b40d951a0f0d34f795da6e) - **feat:** add boolean dtype support to `strided/base/mskunary`[(#2520)](https://github.com/stdlib-js/stdlib/pull/2520)_(by Jaysukh Makvana)_
39
+
-[`cf3f92e`](https://github.com/stdlib-js/stdlib/commit/cf3f92eddd20ec1a4106c8a34f7d7705a9a99dbc) - **fix:** update include paths _(by Athan Reines)_
40
+
-[`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
16
41
17
42
</details>
18
43
@@ -24,9 +49,10 @@
24
49
25
50
### Contributors
26
51
27
-
A total of 1 person contributed to this release. Thank you to this contributor:
52
+
A total of 2 people contributed to this release. Thank you to the following contributors:
28
53
29
54
- Athan Reines
55
+
- Jaysukh Makvana
30
56
31
57
</section>
32
58
@@ -36,31 +62,48 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
62
37
63
<!-- /.release -->
38
64
39
-
<sectionclass="release"id="v0.3.0">
65
+
<sectionclass="release"id="v0.2.1">
40
66
41
-
## 0.3.0 (2024-07-29)
67
+
## 0.2.1 (2024-02-25)
42
68
43
69
No changes reported for this release.
44
70
45
71
</section>
46
72
47
73
<!-- /.release -->
48
74
49
-
<sectionclass="release"id="v0.2.1">
75
+
<sectionclass="release"id="v0.2.0">
50
76
51
-
## 0.2.1 (2024-02-25)
77
+
## 0.2.0 (2024-02-14)
52
78
53
-
No changes reported for this release.
79
+
<sectionclass="commits">
80
+
81
+
### Commits
82
+
83
+
<details>
84
+
85
+
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
-[`f9c75ce`](https://github.com/stdlib-js/stdlib/commit/f9c75ce726ed4e5fade8622315bb98094dad8561) - **build:** remove tslint directives _(by Philipp Burckhardt)_
88
+
89
+
</details>
54
90
55
91
</section>
56
92
57
-
<!-- /.release-->
93
+
<!-- /.commits-->
58
94
59
-
<sectionclass="release"id="v0.2.0">
95
+
<sectionclass="contributors">
60
96
61
-
##0.2.0 (2024-02-14)
97
+
### Contributors
62
98
63
-
No changes reported for this release.
99
+
A total of 2 people contributed to this release. Thank you to the following contributors:
100
+
101
+
- Athan Reines
102
+
- Philipp Burckhardt
103
+
104
+
</section>
105
+
106
+
<!-- /.contributors -->
64
107
65
108
</section>
66
109
@@ -70,7 +113,66 @@ No changes reported for this release.
70
113
71
114
## 0.1.0 (2023-09-24)
72
115
73
-
No changes reported for this release.
116
+
<sectionclass="features">
117
+
118
+
### Features
119
+
120
+
-[`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7) - update minimum TypeScript version
121
+
122
+
</section>
123
+
124
+
<!-- /.features -->
125
+
126
+
<sectionclass="bug-fixes">
127
+
128
+
### Bug Fixes
129
+
130
+
-[`0a81f83`](https://github.com/stdlib-js/stdlib/commit/0a81f837f2eb6e7c0fec6bf5d25066f6c11095a9) - resolve C lint errors
131
+
132
+
</section>
133
+
134
+
<!-- /.bug-fixes -->
135
+
136
+
<sectionclass="breaking-changes">
137
+
138
+
### BREAKING CHANGES
139
+
140
+
-[`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7): update minimum TypeScript version to 4.1
141
+
142
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
143
+
144
+
</section>
145
+
146
+
<!-- /.breaking-changes -->
147
+
148
+
<sectionclass="commits">
149
+
150
+
### Commits
151
+
152
+
<details>
153
+
154
+
-[`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
155
+
-[`0a81f83`](https://github.com/stdlib-js/stdlib/commit/0a81f837f2eb6e7c0fec6bf5d25066f6c11095a9) - **fix:** resolve C lint errors _(by Athan Reines)_
156
+
-[`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
157
+
158
+
</details>
159
+
160
+
</section>
161
+
162
+
<!-- /.commits -->
163
+
164
+
<sectionclass="contributors">
165
+
166
+
### Contributors
167
+
168
+
A total of 2 people contributed to this release. Thank you to the following contributors:
0 commit comments