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 Jun 7, 2024
1 parent b533d44 commit 5018cac
Show file tree
Hide file tree
Showing 6 changed files with 353 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ jobs:
# Replace branch in README.md link definitions for badges with the new version:
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
# Rewrite CHANGELOG.md to replace "Unreleased" with the new version:
sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md
sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md
# Create a new commit and tag:
git add package.json README.md
git commit -m "Release v${NEW_VERSION}"
Expand Down
345 changes: 344 additions & 1 deletion CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@ base.sliceNonReducedDimensions,"\nbase.sliceNonReducedDimensions( slice:MultiSli
base.sliceReducedDimensions,"\nbase.sliceReducedDimensions( slice:MultiSlice )\n Returns a list of reduced dimensions in an un-normalized multi-slice.\n"
base.sliceShape,"\nbase.sliceShape( slice:MultiSlice )\n Returns the shape of a normalized multi-slice.\n"
base.snakecase,"\nbase.snakecase( str:string )\n Converts a string to snake case.\n"
base.spence,"\nbase.spence( x:number )\n Evaluates Spences function, which is also known as the dilogarithm.\n"
base.spence,"\nbase.spence( x:number )\n Evaluates Spence's function, which is also known as the dilogarithm.\n"
base.sqrt,"\nbase.sqrt( x:number )\n Computes the principal square root of a double-precision floating-point\n number.\n"
base.sqrt1pm1,"\nbase.sqrt1pm1( x:number )\n Computes the principal square root of `1+x` minus one.\n"
base.sqrtf,"\nbase.sqrtf( x:number )\n Computes the principal square root of a single-precision floating-point\n number.\n"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 5018cac

Please sign in to comment.