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 Oct 8, 2021
1 parent c3b1b95 commit 6e4bcde
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
timeout-minutes: 5
- name: Replace all GitHub links to individual packages with npm links
run: |
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei 's/@stdlib\/([^:]*)\]: https:\/\/github.com\/stdlib-js/@stdlib\/\1\]: https:\/\/www.npmjs.com\/package\/@stdlib/g'
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei '/tree\/main/b; s/@stdlib\/([^:]*)\]: https:\/\/github.com\/stdlib-js/@stdlib\/\1\]: https:\/\/www.npmjs.com\/package\/@stdlib/g'
- name: Replace all stdlib GitHub dependencies with the respective npm packages
run: |
find package.json -type f -print0 | xargs -0 sed -Ei 's/"github:stdlib-js[^"]*"/"^0.0.x"/g'
Expand Down
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
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Justin Dennison <[email protected]>
Marcus <[email protected]>
Matt Cochrane <[email protected]>
Milan Raj <[email protected]>
Momtchil Momtchev <[email protected]>
Ognjen Jevremović <[email protected]>
Philipp Burckhardt <[email protected]>
Ricky Reusser <[email protected]>
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,14 @@ The data files (databases) are licensed under an [Open Data Commons Public Domai

<!-- </license> -->

<!-- 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. -->


Expand Down
14 changes: 14 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
abs,"abs( x[, options] )"
abs.assign,"abs.assign( x, y )"
acronym,"acronym( str[, options] )"
AFINN_96,"AFINN_96()"
AFINN_111,"AFINN_111()"
alias2pkg,"alias2pkg( alias )"
Expand Down Expand Up @@ -2166,6 +2167,7 @@ Buffer,"Buffer( array )"
Buffer,"Buffer( str[, encoding] )"
buffer2json,"buffer2json( buffer )"
BYTE_ORDER,"BYTE_ORDER"
camelcase,"camelcase( str )"
capitalize,"capitalize( str )"
capitalizeKeys,"capitalizeKeys( obj )"
CATALAN,"CATALAN"
Expand Down Expand Up @@ -2194,6 +2196,7 @@ compose,"compose( ...f )"
composeAsync,"composeAsync( ...f )"
configdir,"configdir( [p] )"
conj,"conj( z )"
constantcase,"constantcase( str )"
constantFunction,"constantFunction( val )"
constantStream,"constantStream( value[, options] )"
constantStream.factory,"constantStream.factory( [value, ][options] )"
Expand Down Expand Up @@ -2806,6 +2809,7 @@ isArguments,"isArguments( value )"
isArray,"isArray( value )"
isArrayArray,"isArrayArray( value )"
isArrayBuffer,"isArrayBuffer( value )"
isArrayBufferView,"isArrayBufferView( value )"
isArrayLength,"isArrayLength( value )"
isArrayLike,"isArrayLike( value )"
isArrayLikeObject,"isArrayLikeObject( value )"
Expand All @@ -2828,6 +2832,7 @@ isCentrosymmetricMatrix,"isCentrosymmetricMatrix( value )"
isCircular,"isCircular( value )"
isCircularArray,"isCircularArray( value )"
isCircularPlainObject,"isCircularPlainObject( value )"
isClass,"isClass( value )"
isCollection,"isCollection( value )"
isComplex,"isComplex( value )"
isComplex64,"isComplex64( value )"
Expand Down Expand Up @@ -3335,6 +3340,7 @@ joinStream,"joinStream( [options] )"
joinStream.factory,"joinStream.factory( [options] )"
joinStream.objectMode,"joinStream.objectMode( [options] )"
kde2d,"kde2d( x, y[, options] )"
kebabcase,"kebabcase( str )"
keyBy,"keyBy( collection, fcn[, thisArg] )"
keyByRight,"keyByRight( collection, fcn[, thisArg] )"
keysIn,"keysIn( obj )"
Expand Down Expand Up @@ -3463,6 +3469,7 @@ papply,"papply( fcn, ...args )"
papplyRight,"papplyRight( fcn, ...args )"
parallel,"parallel( files, [options,] clbk )"
parseJSON,"parseJSON( str[, reviver] )"
pascalcase,"pascalcase( str )"
PATH_DELIMITER,"PATH_DELIMITER"
PATH_DELIMITER_POSIX,"PATH_DELIMITER_POSIX"
PATH_DELIMITER_WIN32,"PATH_DELIMITER_WIN32"
Expand Down Expand Up @@ -3814,6 +3821,7 @@ shift,"shift( collection )"
shuffle,"shuffle( arr[, options] )"
shuffle.factory,"shuffle.factory( [options] )"
sizeOf,"sizeOf( dtype )"
snakecase,"snakecase( str )"
some,"some( collection, n )"
someBy,"someBy( collection, n, predicate[, thisArg ] )"
someByAsync,"someByAsync( collection, n, [options,] predicate, done )"
Expand Down Expand Up @@ -3967,6 +3975,10 @@ stridedArrayStream.factory,"stridedArrayStream.factory( [options] )"
stridedArrayStream.objectMode,"stridedArrayStream.objectMode( N, buffer, stride, offset[, options] )"
string2buffer,"string2buffer( str[, encoding] )"
sub2ind,"sub2ind( shape, ...subscript[, options] )"
substringAfter,"substringAfter( str, search[, fromIndex] )"
substringAfterLast,"substringAfterLast( str, search[, fromIndex] )"
substringBefore,"substringBefore( str, search )"
substringBeforeLast,"substringBeforeLast( str, search )"
SUTHAHARAN_MULTI_HOP_SENSOR_NETWORK,"SUTHAHARAN_MULTI_HOP_SENSOR_NETWORK()"
SUTHAHARAN_SINGLE_HOP_SENSOR_NETWORK,"SUTHAHARAN_SINGLE_HOP_SENSOR_NETWORK()"
Symbol,"Symbol( [description] )"
Expand All @@ -3984,6 +3996,8 @@ transformStream.factory,"transformStream.factory( [options] )"
transformStream.objectMode,"transformStream.objectMode( [options] )"
transformStream.ctor,"transformStream.ctor( [options] )"
trim,"trim( str )"
truncate,"truncate( str, len[, ending] )"
truncateMiddle,"truncateMiddle( str, len[, seq] )"
trycatch,"trycatch( x, y )"
trycatchAsync,"trycatchAsync( x, y, done )"
tryFunction,"tryFunction( fcn[, thisArg] )"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

0 comments on commit 6e4bcde

Please sign in to comment.