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 May 1, 2024
1 parent f3dbee2 commit 2195dd0
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 17 deletions.
29 changes: 23 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,27 @@
*.mov binary

# Override what is considered "vendored" by GitHub's linguist:
/deps/** linguist-vendored=false
/lib/node_modules/** linguist-vendored=false linguist-generated=false
test/fixtures/** linguist-vendored=false
tools/** linguist-vendored=false
/lib/node_modules/** -linguist-vendored -linguist-generated

# Override what is considered "documentation" by GitHub's linguist:
examples/** linguist-documentation=false
# Configure directories which should *not* be included in GitHub language statistics:
/deps/** linguist-vendored
/dist/** linguist-generated
/workshops/** linguist-vendored

benchmark/** linguist-vendored
docs/* linguist-documentation
etc/** linguist-vendored
examples/** linguist-documentation
scripts/** linguist-vendored
test/** linguist-vendored
tools/** linguist-vendored

# Configure files which should *not* be included in GitHub language statistics:
Makefile linguist-vendored
*.mk linguist-vendored
*.jl linguist-vendored
*.py linguist-vendored
*.R linguist-vendored

# Configure files which should be included in GitHub language statistics:
docs/types/*.d.ts -linguist-documentation
1 change: 1 addition & 0 deletions .github/.keepalive
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-05-01T01:25:36.921Z
3 changes: 0 additions & 3 deletions .github/workflows/productionize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down Expand Up @@ -518,7 +517,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down Expand Up @@ -698,7 +696,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,5 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()
3 changes: 0 additions & 3 deletions .github/workflows/test_bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down Expand Up @@ -139,7 +138,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down Expand Up @@ -184,6 +182,5 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()
1 change: 0 additions & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,5 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()
6 changes: 6 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Adarsh Palaskar <adarshpalaskar99@gmail.com>
Aditya Sapra <adityaework@gmail.com>
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
Aleksandr <112382387+alextes90@users.noreply.github.com>
Ali Salesi <ali_sal1381@yahoo.com>
Aman Bhansali <bhansali.1@iitj.ac.in>
Amit Jimiwal <amitjimiwal45@gmail.com>
Expand All @@ -18,6 +19,7 @@ Chinmay Joshi <86140365+JawHawk@users.noreply.github.com>
Christopher Dambamuromo <chridam@gmail.com>
Dan Rose <danoftheroses@gmail.com>
Daniel Killenberger <daniel.killenberger@gmail.com>
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
Dominik Moritz <domoritz@gmail.com>
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
Expand Down Expand Up @@ -69,8 +71,11 @@ Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
Shivam <11shivam00@gmail.com>
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>
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
Spandan Barve <contact@marsian.dev>
Stephannie Jiménez Gacha <steff456@hotmail.com>
Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
Expand All @@ -83,4 +88,5 @@ Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
naveen <stupiddint@gmail.com>
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
orimiles5 <97595296+orimiles5@users.noreply.github.com>
rainn <88160429+AmCodesLame@users.noreply.github.com>
rei2hu <reimu@reimu.ws>
2 changes: 1 addition & 1 deletion test/fixtures/julia/data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sigma":[18.19143081835265,19.19978884952417,6.245564925446532,10.103637392272692,17.59505297182497,4.532840850265418,13.450672594365184,7.306454794700774,11.587085513450571,13.526897118231176,3.607342874070283,4.970237061103404,18.112617847636592,3.409417426304926,11.8903477875863,19.841763403610866,7.280341349671069,17.322877768080286,9.790268434193408,11.198157248736496,18.646405819234534,9.356664829408285,9.278370591131036,18.501452003510583,0.2669801396757121,9.342549296871713,17.666442420920706,18.505453282913447,15.473237102569124,0.23321899216667052,10.919536420369166,12.219818472609841,3.475962184054038,5.045626485696659,9.319060611537902,17.042623874976673,10.846845544333519,13.490897797758343,5.510167699899724,17.574788910904932,7.33109089603003,12.246926757886243,1.0686931002375788,6.208647334420676,14.601565793560392,5.35194424726642,15.574410447384274,13.890895274656634,6.100856279793123,14.931522673407667],"expected":[22.799577422638258,24.06336679858115,7.8276548165839674,12.66303158204488,22.052128636403342,5.681073519838861,16.857918118920043,9.157283087855102,14.522258084291234,16.953451392291434,4.521133822216614,6.22926837449034,22.70080001223599,4.2730710603977915,14.902340979779993,24.86796258301482,9.124554738025362,21.711007605723402,12.270281836688286,14.0348087917235,23.369804023368655,11.726840308820128,11.628713033116904,23.188131356864,0.3346099834380369,11.709149112336306,22.141602042210195,23.19314621690696,19.392826810684614,0.2922966599729611,13.685609368580169,15.315271247151019,4.356472546048988,6.323755006137148,11.679710410940483,21.35976143945894,13.594504865990842,16.90833293500908,6.905971077263557,22.026731402372835,9.188159861939395,15.349246444326313,1.3394081709792887,7.78138547783563,18.30034883601166,6.707667387223369,19.51962879406094,17.40965542769624,7.646289425194771,18.713888458228762]}
{"sigma":[18.19143081835265,19.19978884952417,6.245564925446532,10.103637392272692,17.59505297182497,4.532840850265418,13.450672594365184,7.306454794700774,11.587085513450571,13.526897118231176,3.607342874070283,4.970237061103404,18.112617847636592,3.409417426304926,11.8903477875863,19.841763403610866,7.280341349671069,17.322877768080286,9.790268434193408,11.198157248736496,18.646405819234534,9.356664829408285,9.278370591131036,18.501452003510583,0.2669801396757121,9.342549296871713,17.666442420920706,18.505453282913447,15.473237102569124,0.23321899216667052,10.919536420369166,12.219818472609841,3.475962184054038,5.045626485696659,9.319060611537902,17.042623874976673,10.846845544333519,13.490897797758343,5.510167699899724,17.574788910904932,7.33109089603003,12.246926757886243,1.0686931002375788,6.208647334420676,14.601565793560392,5.35194424726642,15.574410447384274,13.890895274656634,6.100856279793123,14.931522673407667],"expected":[22.799577422638258,24.06336679858115,7.8276548165839674,12.66303158204488,22.052128636403342,5.681073519838861,16.857918118920043,9.157283087855102,14.522258084291234,16.953451392291434,4.521133822216614,6.22926837449034,22.70080001223599,4.2730710603977915,14.902340979779993,24.86796258301482,9.124554738025362,21.711007605723402,12.270281836688286,14.0348087917235,23.369804023368655,11.726840308820128,11.628713033116904,23.188131356864,0.3346099834380369,11.709149112336306,22.141602042210195,23.19314621690696,19.392826810684614,0.2922966599729611,13.685609368580169,15.315271247151019,4.356472546048988,6.323755006137148,11.679710410940483,21.35976143945894,13.594504865990842,16.90833293500908,6.905971077263557,22.026731402372835,9.188159861939395,15.349246444326313,1.3394081709792887,7.78138547783563,18.30034883601166,6.707667387223369,19.51962879406094,17.40965542769624,7.646289425194771,18.713888458228762]}
1 change: 1 addition & 0 deletions test/fixtures/julia/runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function gen( sigma, name )
# Write the data to the output filepath as JSON:
outfile = open( filepath, "w" );
write( outfile, JSON.json(data) );
write( outfile, "\n" );
close( outfile );
end

Expand Down

0 comments on commit 2195dd0

Please sign in to comment.