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 Sep 6, 2021
1 parent e955f3b commit 23aab80
Show file tree
Hide file tree
Showing 70 changed files with 3,825 additions and 81 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
run: |
npm install || npm install || npm install
timeout-minutes: 15
- name: Build native add-on (if present)
run: |
if [ -f "binding.gyp" ]; then
npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
fi
- name: Run tests
id: tests
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
run: |
npm install || npm install || npm install
timeout-minutes: 15
- name: Build native add-on (if present)
run: |
if [ -f "binding.gyp" ]; then
npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
fi
- name: Calculate test coverage
run: |
npm run test-cov || npm run test-cov || npm run test-cov
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ console.log( objectKeys( ns ) );

<!-- /.examples -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->


<section class="main-repo" >

Expand Down
8 changes: 8 additions & 0 deletions array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,14 @@ str = JSON.stringify( arr.toJSON() );

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
10 changes: 10 additions & 0 deletions base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ console.log( objectKeys( ns ) );

<!-- /.examples -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">

<!-- <toc-links> -->
Expand Down
10 changes: 10 additions & 0 deletions base/assert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ console.log( objectKeys( ns ) );

<!-- /.examples -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">

<!-- <toc-links> -->
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-allowed-data-type-cast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ for ( i = 0; i < DTYPES.length; i++ ) {

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-buffer-length-compatible-shape/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ for ( i = 0; i < 100; i++ ) {

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-buffer-length-compatible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@ for ( i = 0; i < 100; i++ ) {

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-casting-mode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ bool = isCastingMode( 'foo' );

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-column-major-contiguous/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ for ( i = 0; i < 100; i++ ) {

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-column-major/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ bool = isColumnMajor( strides );

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-contiguous/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ for ( i = 0; i < 100; i++ ) {

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-data-type/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ bool = isDataType( 'foo' );

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-index-mode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ bool = isIndexMode( 'foo' );

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-order/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ bool = isOrder( 'foo' );

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-row-major-contiguous/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ for ( i = 0; i < 100; i++ ) {

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-row-major/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ bool = isRowMajor( strides );

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-safe-data-type-cast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ for ( i = 0; i < DTYPES.length; i++ ) {

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-same-kind-data-type-cast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ for ( i = 0; i < DTYPES.length; i++ ) {

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/assert/is-single-segment-compatible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ for ( i = 0; i < 100; i++ ) {

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/bind2vind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@ for ( i = 0; i < len; i++ ) {

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/broadcast-array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ for ( i = 0; i < N; i++ ) {

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/broadcast-shapes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,14 @@ int main() {

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/buffer-ctors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ for ( i = 0; i < DTYPES.length; i++ ) {

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
8 changes: 8 additions & 0 deletions base/buffer-dtype-enum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ console.log( '%s => %s', 'generic', c );

<!-- /.references -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down
Loading

0 comments on commit 23aab80

Please sign in to comment.