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 18, 2024
1 parent a8d9075 commit 9c477ad
Show file tree
Hide file tree
Showing 7 changed files with 384 additions and 7 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
373 changes: 372 additions & 1 deletion CHANGELOG.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
Ricky Reusser <rsreusser@gmail.com>
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
Robert Gislason <gztown2216@yahoo.com>
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
Rutam <138517416+performant23@users.noreply.github.com>
Expand All @@ -75,7 +76,7 @@ Shraddheya Shendre <shendreshraddheya@gmail.com>
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
Shubham Mishra <shubh622005@gmail.com>
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
Snehil Shah <snehilshah.989@gmail.com>
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
Spandan Barve <contact@marsian.dev>
Stephannie Jiménez Gacha <steff456@hotmail.com>
Expand Down
3 changes: 2 additions & 1 deletion data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@stdlib/array/one-to-like","@stdlib/array/full-like,@stdlib/array/ones-like,@stdlib/array/one-to,@stdlib/array/zero-to-like"
"@stdlib/constants/float64/apery",""
"@stdlib/utils/append","@stdlib/utils/prepend,@stdlib/utils/push"
"@stdlib/array/put","@stdlib/array/take"
"@stdlib/os/arch","@stdlib/os/platform"
"@stdlib/utils/argument-function","@stdlib/utils/constant-function,@stdlib/utils/identity-function"
"@stdlib/process/argv","@stdlib/process/env"
Expand All @@ -59,7 +60,7 @@
"@stdlib/array/to-view-iterator-right","@stdlib/array/from-iterator,@stdlib/array/to-iterator-right,@stdlib/array/to-strided-iterator,@stdlib/array/to-view-iterator"
"@stdlib/array/slice","@stdlib/array/take"
"@stdlib/symbol/async-iterator","@stdlib/symbol/ctor,@stdlib/symbol/iterator"
"@stdlib/array/take","@stdlib/array/slice"
"@stdlib/array/take","@stdlib/array/put,@stdlib/array/slice"
"@stdlib/array/zeros","@stdlib/array/empty,@stdlib/array/full,@stdlib/array/nans,@stdlib/array/ones,@stdlib/array/zeros-like,@stdlib/ndarray/zeros"
"@stdlib/array/zeros-like","@stdlib/array/empty-like,@stdlib/array/full-like,@stdlib/array/nans-like,@stdlib/array/ones-like,@stdlib/array/zeros,@stdlib/ndarray/zeros-like"
"@stdlib/array/zero-to","@stdlib/array/empty,@stdlib/array/full,@stdlib/array/one-to,@stdlib/array/zero-to-like,@stdlib/array/zeros"
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 9c477ad

Please sign in to comment.