diff --git a/.github/workflows/productionize.yml b/.github/workflows/productionize.yml index f92a6c5..f4575e9 100644 --- a/.github/workflows/productionize.yml +++ b/.github/workflows/productionize.yml @@ -94,8 +94,8 @@ jobs: node -e "var pkg = require( './package.json' ); pkg.dependencies[ '@stdlib/error-tools-fmtprodmsg' ] = '^$PKG_VERSION'; require( 'fs' ).writeFileSync( 'package.json', JSON.stringify( pkg, null, 2 ) );" fi - # Configure git: - - name: 'Configure git' + # Configure Git: + - name: 'Configure Git' run: | git config --local user.email "noreply@stdlib.io" git config --local user.name "stdlib-bot" @@ -191,8 +191,8 @@ jobs: # Pin action to full length commit SHA uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - # Configure git: - - name: 'Configure git' + # Configure Git: + - name: 'Configure Git' run: | git config --local user.email "noreply@stdlib.io" git config --local user.name "stdlib-bot" @@ -366,8 +366,8 @@ jobs: # Pin action to full length commit SHA uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - # Configure git: - - name: 'Configure git' + # Configure Git: + - name: 'Configure Git' run: | git config --local user.email "noreply@stdlib.io" git config --local user.name "stdlib-bot" @@ -539,8 +539,8 @@ jobs: # Pin action to full length commit SHA uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - # Configure git: - - name: 'Configure git' + # Configure Git: + - name: 'Configure Git' run: | git config --local user.email "noreply@stdlib.io" git config --local user.name "stdlib-bot" @@ -735,8 +735,8 @@ jobs: echo "bump=true" >> $GITHUB_OUTPUT fi - # Configure git: - - name: 'Configure git' + # Configure Git: + - name: 'Configure Git' if: steps.check-if-bump.outputs.bump run: | git config --local user.email "noreply@stdlib.io" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b1d4bb8..2888b88 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -72,8 +72,8 @@ jobs: node-version: 20 timeout-minutes: 5 - # Configure git: - - name: 'Configure git' + # Configure Git: + - name: 'Configure Git' run: | git config --local user.email "noreply@stdlib.io" git config --local user.name "stdlib-bot" @@ -206,7 +206,7 @@ jobs: # Publish package to npm: - name: 'Publish package to npm' # Pin action to full length commit SHA - uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1 + uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1 with: token: ${{ secrets.NPM_TOKEN }} access: public diff --git a/.npmrc b/.npmrc index 5af9067..58dbd10 100644 --- a/.npmrc +++ b/.npmrc @@ -27,5 +27,5 @@ shrinkwrap = false # Disable automatically "saving" dependencies on install: save = false -# Generate provenance metadata: -provenance = true +# Do not generate provenance metadata: +provenance = false diff --git a/CHANGELOG.md b/CHANGELOG.md index a84519d..be9f785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ > Package changelog. -
+
-## Unreleased (2024-07-06) +## 0.3.0 (2024-07-27)
@@ -32,6 +32,7 @@
+- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_ - [`271f5d5`](https://github.com/stdlib-js/stdlib/commit/271f5d5d3e530225bd82f34efebf5df9a944fdde) - **refactor:** reduce code duplication in `blas/base` level 1 routines [(#2517)](https://github.com/stdlib-js/stdlib/pull/2517) _(by Aman Bhansali)_ - [`6226f32`](https://github.com/stdlib-js/stdlib/commit/6226f32ba8be2b8d880353194c510e629760b53f) - **docs:** update signatures _(by Athan Reines)_ - [`f104cf4`](https://github.com/stdlib-js/stdlib/commit/f104cf45eeb8638e70830f6d42f2a8ed96912ebc) - **refactor:** support building with API suffix _(by Athan Reines)_ @@ -70,6 +71,70 @@ A total of 3 people contributed to this release. Thank you to the following cont ## 0.2.1 (2024-02-22) +No changes reported for this release. + +
+ + + +
+ +## 0.2.0 (2024-02-14) + +
+ +### Commits + +
+ +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ +- [`004b244`](https://github.com/stdlib-js/stdlib/commit/004b24478b4af2a51f2e568fe2c1efd8cb5ef59d) - **docs:** update examples to use random/array utilities _(by Athan Reines)_ +- [`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_ +- [`4ec2cd0`](https://github.com/stdlib-js/stdlib/commit/4ec2cd0d22446eac8818845f4a816d2d4a1bfde2) - **docs:** update copy _(by Athan Reines)_ +- [`a7badd8`](https://github.com/stdlib-js/stdlib/commit/a7badd864d83199f2221f9e71eb65504df8dba3d) - **build:** add wasm configuration _(by Athan Reines)_ +- [`888e071`](https://github.com/stdlib-js/stdlib/commit/888e0715e4a32f56fdf975dedb5fbbe81b63b280) - **test:** update assertion messages _(by Athan Reines)_ +- [`2514e0a`](https://github.com/stdlib-js/stdlib/commit/2514e0afdaaa875b378bf3761a43be6c841549fd) - **refactor:** avoid unnecessary cast _(by Athan Reines)_ +- [`e14f9fe`](https://github.com/stdlib-js/stdlib/commit/e14f9fe08ccf094847acd12e17757870b9a5a417) - **docs:** update example _(by Athan Reines)_ +- [`5a36be3`](https://github.com/stdlib-js/stdlib/commit/5a36be3f681bf65914abdc58bbc3142533cb2328) - **style:** resolve lint errors _(by Athan Reines)_ +- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_ + +
+ +
+ + + +
+ +### Contributors + +A total of 2 people contributed to this release. Thank you to the following contributors: + +- Athan Reines +- Philipp Burckhardt + +
+ + + +
+ + + +
+ +## 0.1.1 (2023-10-04) + +No changes reported for this release. + +
+ + + +
+ +## 0.1.0 (2023-09-23) +
### Features @@ -99,16 +164,6 @@ A total of 3 people contributed to this release. Thank you to the following cont
-- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ -- [`004b244`](https://github.com/stdlib-js/stdlib/commit/004b24478b4af2a51f2e568fe2c1efd8cb5ef59d) - **docs:** update examples to use random/array utilities _(by Athan Reines)_ -- [`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_ -- [`4ec2cd0`](https://github.com/stdlib-js/stdlib/commit/4ec2cd0d22446eac8818845f4a816d2d4a1bfde2) - **docs:** update copy _(by Athan Reines)_ -- [`a7badd8`](https://github.com/stdlib-js/stdlib/commit/a7badd864d83199f2221f9e71eb65504df8dba3d) - **build:** add wasm configuration _(by Athan Reines)_ -- [`888e071`](https://github.com/stdlib-js/stdlib/commit/888e0715e4a32f56fdf975dedb5fbbe81b63b280) - **test:** update assertion messages _(by Athan Reines)_ -- [`2514e0a`](https://github.com/stdlib-js/stdlib/commit/2514e0afdaaa875b378bf3761a43be6c841549fd) - **refactor:** avoid unnecessary cast _(by Athan Reines)_ -- [`e14f9fe`](https://github.com/stdlib-js/stdlib/commit/e14f9fe08ccf094847acd12e17757870b9a5a417) - **docs:** update example _(by Athan Reines)_ -- [`5a36be3`](https://github.com/stdlib-js/stdlib/commit/5a36be3f681bf65914abdc58bbc3142533cb2328) - **style:** resolve lint errors _(by Athan Reines)_ -- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_ - [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ - [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_ - [`9d552f8`](https://github.com/stdlib-js/stdlib/commit/9d552f8ee1087df295267fd3ddc2e5a04526ed6a) - **docs:** standardize parameter description and update docs _(by Athan Reines)_ @@ -136,3 +191,93 @@ A total of 2 people contributed to this release. Thank you to the following cont +
+ +## 0.0.9 (2022-11-03) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.8 (2022-08-30) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.7 (2022-02-16) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.6 (2021-08-23) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.5 (2021-07-07) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.4 (2021-06-27) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.3 (2021-06-16) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.2 (2021-06-15) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.1 (2021-06-14) + +No changes reported for this release. + +
+ + + diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7ec15a7..26a1c46 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -51,6 +51,7 @@ Muhammad Haris Naresh Jagadeesan NightKnight Nithin Katta <88046362+nithinkatta@users.noreply.github.com> +Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com> Ognjen Jevremović Oneday12323 <107678750+Oneday12323@users.noreply.github.com> Philipp Burckhardt diff --git a/README.md b/README.md index a704f13..b98c2a3 100644 --- a/README.md +++ b/README.md @@ -355,8 +355,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/blas-base-dswap.svg [npm-url]: https://npmjs.org/package/@stdlib/blas-base-dswap -[test-image]: https://github.com/stdlib-js/blas-base-dswap/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/blas-base-dswap/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/blas-base-dswap/actions/workflows/test.yml/badge.svg?branch=v0.3.0 +[test-url]: https://github.com/stdlib-js/blas-base-dswap/actions/workflows/test.yml?query=branch:v0.3.0 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-base-dswap/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/blas-base-dswap?branch=main diff --git a/package.json b/package.json index 5ec46d8..9f3f14b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/blas-base-dswap", - "version": "0.2.1", + "version": "0.3.0", "description": "Interchange two double-precision floating-point vectors.", "license": "Apache-2.0", "author": { @@ -41,27 +41,27 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/assert-is-error": "^0.2.1", - "@stdlib/blas-base-shared": "^0.0.1", - "@stdlib/napi-argv": "^0.2.1", - "@stdlib/napi-argv-int64": "^0.2.1", - "@stdlib/napi-argv-strided-float64array": "^0.2.1", - "@stdlib/napi-export": "^0.2.1", - "@stdlib/strided-base-stride2offset": "github:stdlib-js/strided-base-stride2offset#main", - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", - "@stdlib/utils-library-manifest": "^0.2.1", - "@stdlib/utils-try-require": "^0.2.1" + "@stdlib/assert-is-error": "^0.2.2", + "@stdlib/blas-base-shared": "^0.1.0", + "@stdlib/napi-argv": "^0.2.2", + "@stdlib/napi-argv-int64": "^0.2.2", + "@stdlib/napi-argv-strided-float64array": "^0.2.2", + "@stdlib/napi-export": "^0.2.2", + "@stdlib/strided-base-stride2offset": "^0.1.0", + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", + "@stdlib/utils-library-manifest": "^0.2.2", + "@stdlib/utils-try-require": "^0.2.2" }, "devDependencies": { "@stdlib/array-float64": "^0.2.1", - "@stdlib/assert-is-browser": "^0.2.1", + "@stdlib/assert-is-browser": "^0.2.2", "@stdlib/blas-base-dcopy": "^0.2.1", - "@stdlib/math-base-assert-is-nan": "^0.2.1", + "@stdlib/math-base-assert-is-nan": "^0.2.2", "@stdlib/math-base-special-pow": "^0.2.1", "@stdlib/random-array-discrete-uniform": "^0.2.1", "@stdlib/random-array-uniform": "^0.2.1", - "@stdlib/strided-base-min-view-buffer-index": "^0.2.1", - "@stdlib/strided-base-offset-view": "^0.2.1", + "@stdlib/strided-base-min-view-buffer-index": "^0.2.2", + "@stdlib/strided-base-offset-view": "^0.2.2", "proxyquire": "^2.0.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", diff --git a/src/addon.c b/src/addon.c index 53520f7..70ba684 100644 --- a/src/addon.c +++ b/src/addon.c @@ -28,7 +28,6 @@ /** * Receives JavaScript callback invocation data. * -* @private * @param env environment under which the function is invoked * @param info callback data * @return Node-API value