Skip to content

Commit 653a95e

Browse files
authored
Merge branch 'develop' into accesor-stdevwd
Signed-off-by: Gururaj Gurram <[email protected]>
2 parents 8c85c80 + c87a3f5 commit 653a95e

File tree

4,192 files changed

+297849
-40253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,192 files changed

+297849
-40253
lines changed

.github/workflows/terminal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888
git_commit_gpgsign: true
8989

9090
# Setup a terminal session:
91-
- name: 'Setup upterm session'
91+
- name: 'Setup tmate session'
9292
# Pin action to full length commit SHA
93-
uses: lhotari/action-upterm@b0357f23233f5ea6d58947c0c402e0631bab7334 # v1.0.0
93+
uses: mxschmitt/action-tmate@7b6a61a73bbb9793cb80ad69b8dd8ac19261834c # v3.2.2

CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Bryan Elee <[email protected]>
3737
Chinmay Joshi <[email protected]>
3838
Christopher Dambamuromo <[email protected]>
3939
40+
Daniel Hernandez Gomez <[email protected]>
4041
Daniel Killenberger <[email protected]>
4142
Daniel Yu <[email protected]>
4243
Debashis Maharana <[email protected]>
@@ -63,6 +64,7 @@ Girish Garg <[email protected]>
6364
Golden Kumar <[email protected]>
6465
Gunj Joshi <[email protected]>
6566
Gururaj Gurram <[email protected]>
67+
Harishchandra Reddy <[email protected]>
6668
Haroon Rasheed <[email protected]>
6769
6870
@@ -196,11 +198,13 @@ Yaswanth Kosuru <[email protected]>
196198
Yernar Yergaziyev <[email protected]>
197199
Yugal Kaushik <[email protected]>
198200
Yuvi Mittal <[email protected]>
201+
deepak427 <[email protected]>
199202
devshree-bhati <[email protected]>
200203
201204
ekambains <[email protected]>
202205
fadiothman22 <[email protected]>
203206
iraandrushko <[email protected]>
207+
204208
lohithganni <[email protected]>
205209
olenkabilonizhka <[email protected]>
206210
pranav-1720 <[email protected]>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
type: amend-message
3+
---
4+
feat: add C implementation for `stats/base/dists/planck/cdf`
5+
6+
Closes: https://github.com/stdlib-js/stdlib/issues/4883
7+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
type: amend-message
3+
---
4+
feat: add C implementation for `stats/base/dists/planck/pmf`
5+
6+
Closes: https://github.com/stdlib-js/stdlib/issues/4996
7+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
type: amend-message
3+
---
4+
feat: add C implementation for `stats/base/dists/planck/kurtosis`
5+
6+
Closes: https://github.com/stdlib-js/stdlib/issues/4899
7+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
type: amend-message
3+
---
4+
feat: add C implementation for `stats/base/dists/planck/variance`
5+
6+
Closes: https://github.com/stdlib-js/stdlib/issues/4907
7+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
type: amend-message
3+
---
4+
feat: add C implementation for `stats/base/dists/planck/logpmf`
5+
6+
Closes: https://github.com/stdlib-js/stdlib/issues/5000
7+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
type: amend-message
3+
---
4+
feat: add C implementation for stats/base/dists/weibull/skewness
5+
6+
PR-URL: https://github.com/stdlib-js/stdlib/pull/4053
7+
Closes: https://github.com/stdlib-js/stdlib/issues/3849
8+
9+
Co-authored-by: Philipp Burckhardt <[email protected]>
10+
Co-authored-by: stdlib-bot <[email protected]>
11+
Reviewed-by: Philipp Burckhardt <[email protected]>
12+
Signed-off-by: Philipp Burckhardt <[email protected]>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
type: amend-message
3+
---
4+
feat: add C implementation for `stats/base/dists/planck/skewness`
5+
6+
Closes: https://github.com/stdlib-js/stdlib/issues/4905
7+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
type: amend-message
3+
---
4+
feat: add C implementation of `stats/base/dists/cauchy/cdf`
5+
6+
PR-URL: #4389
7+
Closes: #3479
8+
Ref: #3478
9+
10+
Signed-off-by: Philipp Burckhardt <[email protected]>
11+
Co-authored-by: stdlib-bot <[email protected]>
12+
Co-authored-by: Philipp Burckhardt <[email protected]>
13+
Reviewed-by: Philipp Burckhardt <[email protected]>

0 commit comments

Comments
 (0)