forked from stdlib-js/stdlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'stdlib-js:develop' into C-quantile
- Loading branch information
Showing
3,713 changed files
with
121,852 additions
and
34,814 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,14 +104,23 @@ jobs: | |
- name: 'Create pull request' | ||
id: cpr | ||
# Pin action to full length commit SHA | ||
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 | ||
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 | ||
with: | ||
title: 'feat: update namespace TypeScript declarations' | ||
body: | | ||
This PR | ||
- updates namespace TypeScript declarations | ||
## Reviewer Checklist | ||
- [ ] **Check the scope of the changes** (following [Conventional Commits](https://www.conventionalcommits.org)): | ||
- Are these **new APIs**? Then this is a `feat`. | ||
- Are these **changes to existing APIs** that could break compatibility? Then this is a `feat!` (i.e., a breaking change). | ||
- Are these **only documentation** changes to existing APIs? Then this is `docs`. | ||
- [ ] Update the PR title to align with the change type (`feat`, `feat!`, or `docs`). | ||
- [ ] Approve the PR once you are confident about the classification and changes made. | ||
commit-message: 'feat: update namespace TypeScript declarations' | ||
committer: 'stdlib-bot <[email protected]>' | ||
signoff: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,7 @@ jobs: | |
- name: 'Create pull request' | ||
if: steps.update-contributors.outputs.changed == 'true' | ||
# Pin action to full length commit SHA | ||
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 | ||
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 | ||
id: cpr | ||
with: | ||
title: 'docs: update list of contributors' | ||
|
@@ -105,6 +105,13 @@ jobs: | |
- updates the list of contributors | ||
## Reviewer Checklist | ||
- [ ] For any **new contributors**, check if their full names are listed on their GitHub profile or in social links. | ||
- [ ] If so, on the PR branch **update** the `.mailmap` file accordingly to ensure proper attribution. | ||
- [ ] If updating `.mailmap`, **regenerate** the contributors file by running `make update-contributors` on the PR branch afterward. | ||
- [ ] Approve the PR after verifying the changes. | ||
commit-message: 'docs: update list of contributors' | ||
committer: 'stdlib-bot <[email protected]>' | ||
signoff: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,9 @@ Chinmay Joshi <[email protected]> Chinmay J | |
Debashis Maharana <[email protected]> <[email protected]> | ||
Debashis Maharana <[email protected]> DebashisMaharana | ||
|
||
Dhruv Arvind Singh <[email protected]> DhruvArvindSingh | ||
Dhruv Arvind Singh <[email protected]> Dhruv/ | ||
|
||
Dorrin Sotoudeh <[email protected]> <[email protected]> | ||
Dorrin Sotoudeh <[email protected]> dorrin-sot | ||
|
||
|
@@ -216,6 +219,9 @@ Vaibhav Patel <[email protected]> ProCoderVP | |
Varad Gupta <[email protected]> <[email protected]> | ||
Varad Gupta <[email protected]> vr-varad | ||
|
||
Vivek Maurya <[email protected]> <[email protected]> | ||
Vivek Maurya <[email protected]> vivekmaurya001 | ||
|
||
# Y | ||
|
||
Yaswanth Kosuru <[email protected]> yaswanth | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ Daniel Killenberger <[email protected]> | |
Daniel Yu <[email protected]> | ||
Debashis Maharana <[email protected]> | ||
Desh Deepak Kant <[email protected]> | ||
Dhruv Arvind Singh <[email protected]> | ||
Divyansh Seth <[email protected]> | ||
Dominic Lim <[email protected]> | ||
Dominik Moritz <[email protected]> | ||
|
@@ -117,7 +118,7 @@ UtkershBasnet <[email protected]> | |
Vaibhav Patel <[email protected]> | ||
Varad Gupta <[email protected]> | ||
Vinit Pandit <[email protected]> | ||
Vivek maurya <[email protected].com> | ||
Vivek Maurya <vm8118134@gmail.com> | ||
Xiaochuan Ye <[email protected]> | ||
Yaswanth Kosuru <[email protected]> | ||
Yernar Yergaziyev <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Copyright (c) 2016-2024 The Stdlib Authors. | ||
Copyright (c) 2016-2025 The Stdlib Authors. |
Oops, something went wrong.