Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jul 14, 2024
1 parent 52488c7 commit 81b7f0f
Show file tree
Hide file tree
Showing 109 changed files with 1 addition and 108 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2569,6 +2569,7 @@ A total of 35 people contributed to this release. Thank you to the following con

<details>

- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
- [`3dda09b`](https://github.com/stdlib-js/stdlib/commit/3dda09be640b5ee96278691de75d35a61b2ecfe8) - **feat:** add `blas/base/scasum` [(#2573)](https://github.com/stdlib-js/stdlib/pull/2573) _(by Aman Bhansali, Athan Reines)_
- [`7d65943`](https://github.com/stdlib-js/stdlib/commit/7d65943604945f9a9e3ad63267c9d91a8c26da2c) - **feat:** add `blas/base/caxpy` [(#2121)](https://github.com/stdlib-js/stdlib/pull/2121) _(by Aman Bhansali, Athan Reines)_
- [`e693161`](https://github.com/stdlib-js/stdlib/commit/e6931618c88d2bc3f957fecdca013bcda2558e0c) - **test:** fix test comparisons _(by Athan Reines)_
Expand Down
1 change: 0 additions & 1 deletion base/ccopy/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/cscal/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/csrot/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/cswap/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/dasum/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/daxpy/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/dcabs1/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/dcopy/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/ddot/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/dger/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/dnrm2/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/drot/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/drotm/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/dscal/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/dsdot/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/dswap/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/dznrm2/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/idamax/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/isamax/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/sasum/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/saxpy/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/scabs1/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/scasum/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/scnrm2/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/scopy/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/sdot/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/sdsdot/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/snrm2/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/srot/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/srotm/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/sscal/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/sswap/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/xerbla/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/zcopy/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/zdrot/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion base/zscal/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion base/zswap/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion ext/base/dapx/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion ext/base/dapxsum/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ext/base/dapxsumkbn/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ext/base/dapxsumkbn2/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ext/base/dapxsumors/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion ext/base/dapxsumpw/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion ext/base/dasumpw/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion ext/base/dcusum/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ext/base/dcusumkbn/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion ext/base/dcusumkbn2/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion ext/base/dcusumors/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
1 change: 0 additions & 1 deletion ext/base/dcusumpw/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
Loading

0 comments on commit 81b7f0f

Please sign in to comment.