Skip to content

Commit c6c1726

Browse files
committed
Auto-generated commit
1 parent 0b9032b commit c6c1726

File tree

9 files changed

+177
-171
lines changed

9 files changed

+177
-171
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indent_style = tab
8686
[*.{f,f.txt}]
8787
indent_style = space
8888
indent_size = 2
89-
insert_final_newline = false
9089

9190
# Set properties for shell files:
9291
[*.{sh,sh.txt}]

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-12-30T03:20:34.889Z
1+
2025-09-15T00:35:42.517Z

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
We are excited about your pull request, but unfortunately we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib). We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/complex64) of the main repository where we’ll review and provide feedback.
44

5-
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) for help on developing stdlib.
5+
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md) for help on developing stdlib.
66

77
We look forward to receiving your contribution! :smiley:

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,12 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191+
.cursor
192+
.cursorignore
193+
.windsurfrules
194+
.clinerules
195+
196+
# AI coding agents #
197+
####################
198+
CLAUDE.md
199+
GEMINI.md

CHANGELOG.md

Lines changed: 50 additions & 162 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,42 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-12-30)
7+
## Unreleased (2025-09-15)
88

9-
No changes reported for this release.
10-
11-
</section>
12-
13-
<!-- /.release -->
9+
<section class="commits">
1410

15-
<section class="release" id="v0.2.2">
11+
### Commits
1612

17-
## 0.2.2 (2024-07-27)
13+
<details>
1814

19-
<section class="packages">
15+
- [`f9651e6`](https://github.com/stdlib-js/stdlib/commit/f9651e6411b4ebd3c95dcc6b46c02e6d5be009fa) - **test:** use .strictEqual() instead of .equal() and fix lint errors _(by Philipp Burckhardt)_
2016

21-
### Packages
17+
</details>
2218

2319
</section>
2420

25-
<!-- /.packages -->
21+
<!-- /.commits -->
2622

2723
<section class="contributors">
2824

2925
### Contributors
3026

3127
A total of 1 person contributed to this release. Thank you to this contributor:
3228

33-
- Athan Reines
29+
- Philipp Burckhardt
3430

3531
</section>
3632

3733
<!-- /.contributors -->
3834

35+
</section>
36+
37+
<!-- /.release -->
38+
39+
<section class="release" id="v0.2.2">
40+
41+
## 0.2.2 (2024-07-27)
42+
3943
<section class="commits">
4044

4145
### Commits
@@ -52,6 +56,18 @@ A total of 1 person contributed to this release. Thank you to this contributor:
5256

5357
<!-- /.commits -->
5458

59+
<section class="contributors">
60+
61+
### Contributors
62+
63+
A total of 1 person contributed to this release. Thank you to this contributor:
64+
65+
- Athan Reines
66+
67+
</section>
68+
69+
<!-- /.contributors -->
70+
5571
</section>
5672

5773
<!-- /.release -->
@@ -70,95 +86,20 @@ No changes reported for this release.
7086

7187
## 0.2.0 (2024-02-14)
7288

73-
<section class="packages">
74-
75-
### Packages
76-
77-
<section class="package" id="constants-complex64-v0.2.0">
78-
79-
#### [@stdlib/constants/complex64](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/complex64)
80-
81-
<details>
82-
8389
<section class="features">
8490

85-
##### Features
91+
### Features
8692

8793
- [`2693e3b`](https://github.com/stdlib-js/stdlib/commit/2693e3b3f0382542a51fc57d78e9ab59e2dc0681) - update namespace TypeScript declarations [(#1287)](https://github.com/stdlib-js/stdlib/pull/1287)
8894
- [`089711c`](https://github.com/stdlib-js/stdlib/commit/089711c358ff6a97b4dbf7908517411c9066394a) - add `NAN` to namespace
89-
- [`efe02b7`](https://github.com/stdlib-js/stdlib/commit/efe02b7776228c9a7f3b44c21bf3dfa2e4f188bc) - add `ZERO` to namespace
90-
91-
</section>
92-
93-
<!-- /.features -->
94-
95-
</details>
96-
97-
</section>
98-
99-
<!-- /.package -->
100-
101-
<section class="package" id="constants-complex64-nan-v0.2.0">
102-
103-
#### [@stdlib/constants/complex64/nan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/complex64/nan)
104-
105-
<details>
106-
107-
<section class="features">
108-
109-
##### Features
110-
11195
- [`3954840`](https://github.com/stdlib-js/stdlib/commit/395484079090fa10ebb9d14324a0e74b179e22f7) - add `constants/complex64/nan`
112-
113-
</section>
114-
115-
<!-- /.features -->
116-
117-
</details>
118-
119-
</section>
120-
121-
<!-- /.package -->
122-
123-
<section class="package" id="constants-complex64-zero-v0.2.0">
124-
125-
#### [@stdlib/constants/complex64/zero](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/complex64/zero)
126-
127-
<details>
128-
129-
<section class="features">
130-
131-
##### Features
132-
96+
- [`efe02b7`](https://github.com/stdlib-js/stdlib/commit/efe02b7776228c9a7f3b44c21bf3dfa2e4f188bc) - add `ZERO` to namespace
13397
- [`9985ecf`](https://github.com/stdlib-js/stdlib/commit/9985ecf21fe876a2d91061e7b54bd79a8b5b8d07) - add `constants/complex64/zero`
13498

13599
</section>
136100

137101
<!-- /.features -->
138102

139-
</details>
140-
141-
</section>
142-
143-
<!-- /.package -->
144-
145-
</section>
146-
147-
<!-- /.packages -->
148-
149-
<section class="contributors">
150-
151-
### Contributors
152-
153-
A total of 2 people contributed to this release. Thank you to the following contributors:
154-
155-
- Athan Reines
156-
- Philipp Burckhardt
157-
158-
</section>
159-
160-
<!-- /.contributors -->
161-
162103
<section class="commits">
163104

164105
### Commits
@@ -183,6 +124,19 @@ A total of 2 people contributed to this release. Thank you to the following cont
183124

184125
<!-- /.commits -->
185126

127+
<section class="contributors">
128+
129+
### Contributors
130+
131+
A total of 2 people contributed to this release. Thank you to the following contributors:
132+
133+
- Athan Reines
134+
- Philipp Burckhardt
135+
136+
</section>
137+
138+
<!-- /.contributors -->
139+
186140
</section>
187141

188142
<!-- /.release -->
@@ -201,19 +155,9 @@ No changes reported for this release.
201155

202156
## 0.1.0 (2023-09-23)
203157

204-
<section class="packages">
205-
206-
### Packages
207-
208-
<section class="package" id="constants-complex64-v0.1.0">
209-
210-
#### [@stdlib/constants/complex64](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/complex64)
211-
212-
<details>
213-
214158
<section class="features">
215159

216-
##### Features
160+
### Features
217161

218162
- [`56e6edf`](https://github.com/stdlib-js/stdlib/commit/56e6edfcdf0dda1a348a92a67378729861cf24e1) - update minimum TypeScript version
219163

@@ -223,7 +167,7 @@ No changes reported for this release.
223167

224168
<section class="breaking-changes">
225169

226-
##### BREAKING CHANGES
170+
### BREAKING CHANGES
227171

228172
- [`56e6edf`](https://github.com/stdlib-js/stdlib/commit/56e6edfcdf0dda1a348a92a67378729861cf24e1): update minimum TypeScript version to 4.1
229173

@@ -233,61 +177,20 @@ No changes reported for this release.
233177

234178
<!-- /.breaking-changes -->
235179

236-
</details>
237-
238-
</section>
239-
240-
<!-- /.package -->
241-
242-
<section class="package" id="constants-complex64-num-bytes-v0.1.0">
180+
<section class="commits">
243181

244-
#### [@stdlib/constants/complex64/num-bytes](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/complex64/num-bytes)
182+
### Commits
245183

246184
<details>
247185

248-
<section class="features">
249-
250-
##### Features
251-
252-
- [`56e6edf`](https://github.com/stdlib-js/stdlib/commit/56e6edfcdf0dda1a348a92a67378729861cf24e1) - update minimum TypeScript version
253-
254-
</section>
255-
256-
<!-- /.features -->
257-
258-
<section class="breaking-changes">
259-
260-
##### BREAKING CHANGES
261-
262-
- [`56e6edf`](https://github.com/stdlib-js/stdlib/commit/56e6edfcdf0dda1a348a92a67378729861cf24e1): update minimum TypeScript version to 4.1
263-
264-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
265-
266-
</section>
267-
268-
<!-- /.breaking-changes -->
186+
- [`56e6edf`](https://github.com/stdlib-js/stdlib/commit/56e6edfcdf0dda1a348a92a67378729861cf24e1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
187+
- [`11b2b38`](https://github.com/stdlib-js/stdlib/commit/11b2b3850a34ffa1637b5efed3f83e3211fbb5c4) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
269188

270189
</details>
271190

272191
</section>
273192

274-
<!-- /.package -->
275-
276-
</section>
277-
278-
<!-- /.packages -->
279-
280-
<section class="breaking-changes">
281-
282-
### BREAKING CHANGES
283-
284-
- [`56e6edf`](https://github.com/stdlib-js/stdlib/commit/56e6edfcdf0dda1a348a92a67378729861cf24e1): update minimum TypeScript version to 4.1
285-
286-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
287-
288-
</section>
289-
290-
<!-- /.breaking-changes -->
193+
<!-- /.commits -->
291194

292195
<section class="contributors">
293196

@@ -301,21 +204,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
301204

302205
<!-- /.contributors -->
303206

304-
<section class="commits">
305-
306-
### Commits
307-
308-
<details>
309-
310-
- [`56e6edf`](https://github.com/stdlib-js/stdlib/commit/56e6edfcdf0dda1a348a92a67378729861cf24e1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
311-
- [`11b2b38`](https://github.com/stdlib-js/stdlib/commit/11b2b3850a34ffa1637b5efed3f83e3211fbb5c4) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
312-
313-
</details>
314-
315-
</section>
316-
317-
<!-- /.commits -->
318-
319207
</section>
320208

321209
<!-- /.release -->

0 commit comments

Comments
 (0)