Skip to content

Commit 1fc96df

Browse files
committed
Auto-generated commit
1 parent 6a548d8 commit 1fc96df

File tree

5 files changed

+141
-4
lines changed

5 files changed

+141
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
# Replace branch in README.md link definitions for badges with the new version:
9595
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
9696
97+
# Rewrite CHANGELOG.md to replace "Unreleased" with the new version:
98+
sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md
99+
sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md
100+
97101
# Create a new commit and tag:
98102
git add package.json README.md
99103
git commit -m "Release v${NEW_VERSION}"

CHANGELOG.md

Lines changed: 134 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,137 @@
22

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/blas-base-cswap/releases) for the changelog.
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-07-14)
8+
9+
<section class="features">
10+
11+
### Features
12+
13+
- [`0a88c6c`](https://github.com/stdlib-js/stdlib/commit/0a88c6c47ff0075c010624031572a3b1f05c2d2d) - add support for specifying integer size
14+
15+
</section>
16+
17+
<!-- /.features -->
18+
19+
<section class="bug-fixes">
20+
21+
### Bug Fixes
22+
23+
- [`5c514c7`](https://github.com/stdlib-js/stdlib/commit/5c514c7ad5828bc5047594ff001d11334f8f5670) - specify integer type to match CBLAS
24+
25+
</section>
26+
27+
<!-- /.bug-fixes -->
28+
29+
<section class="commits">
30+
31+
### Commits
32+
33+
<details>
34+
35+
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
36+
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
37+
- [`6226f32`](https://github.com/stdlib-js/stdlib/commit/6226f32ba8be2b8d880353194c510e629760b53f) - **docs:** update signatures _(by Athan Reines)_
38+
- [`4c6fd6f`](https://github.com/stdlib-js/stdlib/commit/4c6fd6fefe78a1b63247a9e5b72532e80f96711e) - **refactor:** support building with API suffix _(by Athan Reines)_
39+
- [`5c514c7`](https://github.com/stdlib-js/stdlib/commit/5c514c7ad5828bc5047594ff001d11334f8f5670) - **fix:** specify integer type to match CBLAS _(by Athan Reines)_
40+
- [`59d773a`](https://github.com/stdlib-js/stdlib/commit/59d773a0f9bb4e680b6cc659cb0cbe36f588641e) - **docs:** fix parameter type _(by Athan Reines)_
41+
- [`3bdd856`](https://github.com/stdlib-js/stdlib/commit/3bdd85623fc89c57ef9261e7cc6fb4e1611a2789) - **docs:** fix description _(by Athan Reines)_
42+
- [`0dc4409`](https://github.com/stdlib-js/stdlib/commit/0dc4409a111ac1bd680080ea0dfd941399503ba1) - **docs:** remove comments _(by Athan Reines)_
43+
- [`0a88c6c`](https://github.com/stdlib-js/stdlib/commit/0a88c6c47ff0075c010624031572a3b1f05c2d2d) - **feat:** add support for specifying integer size _(by Athan Reines)_
44+
- [`99b4a63`](https://github.com/stdlib-js/stdlib/commit/99b4a630fe8ae4142a1c0cfeee3b735f43424b50) - **build:** add separate configurations for benchmarks and examples _(by Athan Reines)_
45+
- [`0244027`](https://github.com/stdlib-js/stdlib/commit/0244027e1e2c0ceb1cd8ae1808196c24fa77b142) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_
46+
47+
</details>
48+
49+
</section>
50+
51+
<!-- /.commits -->
52+
53+
<section class="contributors">
54+
55+
### Contributors
56+
57+
A total of 2 people contributed to this release. Thank you to the following contributors:
58+
59+
- Athan Reines
60+
- Philipp Burckhardt
61+
62+
</section>
63+
64+
<!-- /.contributors -->
65+
66+
</section>
67+
68+
<!-- /.release -->
69+
70+
<section class="release" id="v0.2.1">
71+
72+
## 0.2.1 (2024-02-22)
73+
74+
<section class="features">
75+
76+
### Features
77+
78+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
79+
80+
</section>
81+
82+
<!-- /.features -->
83+
84+
<section class="breaking-changes">
85+
86+
### BREAKING CHANGES
87+
88+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
89+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
90+
91+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
92+
93+
</section>
94+
95+
<!-- /.breaking-changes -->
96+
97+
<section class="commits">
98+
99+
### Commits
100+
101+
<details>
102+
103+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
104+
- [`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_
105+
- [`4ec2cd0`](https://github.com/stdlib-js/stdlib/commit/4ec2cd0d22446eac8818845f4a816d2d4a1bfde2) - **docs:** update copy _(by Athan Reines)_
106+
- [`cbee5b7`](https://github.com/stdlib-js/stdlib/commit/cbee5b72476134d157d3b7f93c73ce13b99a932f) - **build:** add and update wasm configurations _(by Athan Reines)_
107+
- [`5a36be3`](https://github.com/stdlib-js/stdlib/commit/5a36be3f681bf65914abdc58bbc3142533cb2328) - **style:** resolve lint errors _(by Athan Reines)_
108+
- [`0dc0e61`](https://github.com/stdlib-js/stdlib/commit/0dc0e61a6759632872dc01485879e803e1c3038f) - **build:** add configuration object _(by Athan Reines)_
109+
- [`4369332`](https://github.com/stdlib-js/stdlib/commit/4369332ef262f6a6820344a45fe44d5f6e944cb3) - **docs:** remove use of `floor` _(by Athan Reines)_
110+
- [`3c82fe7`](https://github.com/stdlib-js/stdlib/commit/3c82fe7b6c0f9fd6ef02c86d6e2024d708ac8c14) - **refactor:** update implementation in accordance with current project conventions _(by Athan Reines)_
111+
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
112+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
113+
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
114+
- [`9d552f8`](https://github.com/stdlib-js/stdlib/commit/9d552f8ee1087df295267fd3ddc2e5a04526ed6a) - **docs:** standardize parameter description and update docs _(by Athan Reines)_
115+
116+
</details>
117+
118+
</section>
119+
120+
<!-- /.commits -->
121+
122+
<section class="contributors">
123+
124+
### Contributors
125+
126+
A total of 2 people contributed to this release. Thank you to the following contributors:
127+
128+
- Athan Reines
129+
- Philipp Burckhardt
130+
131+
</section>
132+
133+
<!-- /.contributors -->
134+
135+
</section>
136+
137+
<!-- /.release -->
138+

CONTRIBUTORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
6363
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
6464
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
6565
Ricky Reusser <rsreusser@gmail.com>
66+
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
6667
Robert Gislason <gztown2216@yahoo.com>
6768
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
6869
Rutam <138517416+performant23@users.noreply.github.com>
@@ -75,7 +76,7 @@ Shraddheya Shendre <shendreshraddheya@gmail.com>
7576
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
7677
Shubham Mishra <shubh622005@gmail.com>
7778
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
78-
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
79+
Snehil Shah <snehilshah.989@gmail.com>
7980
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
8081
Spandan Barve <contact@marsian.dev>
8182
Stephannie Jiménez Gacha <steff456@hotmail.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@stdlib/array-float32": "^0.2.1",
6060
"@stdlib/assert-is-browser": "^0.2.1",
6161
"@stdlib/blas-base-scopy": "^0.2.1",
62-
"@stdlib/complex-float32-ctor": "github:stdlib-js/complex-float32-ctor#main",
62+
"@stdlib/complex-float32-ctor": "^0.0.1",
6363
"@stdlib/math-base-assert-is-nan": "^0.2.1",
6464
"@stdlib/math-base-special-pow": "^0.2.1",
6565
"@stdlib/random-array-uniform": "^0.2.1",

src/addon.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
/**
2828
* Receives JavaScript callback invocation data.
2929
*
30-
* @private
3130
* @param env environment under which the function is invoked
3231
* @param info callback data
3332
* @return Node-API value

0 commit comments

Comments
 (0)