Skip to content

Commit

Permalink
Merge pull request #6 from codetalker7/stableRNG-and-ACK
Browse files Browse the repository at this point in the history
Adding `StableRNGs`.
  • Loading branch information
ayushpatnaikgit authored May 24, 2022
2 parents a25ae00 + 2dd1f40 commit b224fd3
Show file tree
Hide file tree
Showing 12 changed files with 257 additions and 146 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1.7'
version: '1.7.2'
arch: x64
- name: Install test dependencies
run: julia --project=test/ -e 'using Pkg; Pkg.instantiate()'
- name: Run tests
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1.7'
version: '1.7.2'
arch: x64
- name: Install documentation dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,7 @@ Language | Package/Function | Mean time taken
-----------|--------------------|------------------

where we emphasise that the performance of fitmodel() here is a tiny overhead on top of the implementation of the linear regression in GLM.jl.

# Support

We gratefully acknowledge the JuliaLab at MIT for financial support for this project.
3 changes: 2 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NLSolversBase = "d41bc354-129a-5804-8e4c-c37616107c6c"
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Loading

0 comments on commit b224fd3

Please sign in to comment.