Skip to content

Commit 32a350b

Browse files
committed
Rel 4.9.0
1 parent 7bf41b1 commit 32a350b

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.34.0/"
10+
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.34.1/"
1111

1212
jobs:
1313
test:
@@ -41,13 +41,13 @@ jobs:
4141
OLDWD=`pwd`
4242
cd ~
4343
pwd
44-
wget https://github.com/stan-dev/cmdstan/releases/download/v2.34.0/cmdstan-2.34.0.tar.gz
45-
tar -xzpf cmdstan-2.34.0.tar.gz
44+
wget https://github.com/stan-dev/cmdstan/releases/download/v2.34.1/cmdstan-2.34.1.tar.gz
45+
tar -xzpf cmdstan-2.34.1.tar.gz
4646
ls -lia .
4747
make -C $JULIA_CMDSTAN_HOME build
4848
cd $OLDWD
4949
env:
50-
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.34.0/"
50+
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.34.1/"
5151
- uses: actions/checkout@v2
5252
- uses: julia-actions/setup-julia@v1
5353
with:
@@ -66,7 +66,7 @@ jobs:
6666
- uses: julia-actions/julia-buildpkg@latest
6767
- uses: julia-actions/julia-runtest@latest
6868
env:
69-
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.34.0/"
69+
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.34.1/"
7070
- uses: julia-actions/julia-processcoverage@v1
7171
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.num_threads == 1
7272
- uses: codecov/codecov-action@v1

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "StatisticalRethinking"
22
uuid = "2d09df54-9d0f-5258-8220-54c2a3d4fbee"
3-
version = "4.8.1"
3+
version = "4.9.0"
44

55
[deps]
66
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
@@ -9,7 +9,6 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
99
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
1010
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1111
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
12-
#Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
1312
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
1413
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1514
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
@@ -38,7 +37,6 @@ DataFrames = "1"
3837
Distributions = "0.25"
3938
DocStringExtensions = "0.9"
4039
Documenter = "0.27, 1.0"
41-
#Formatting = "0.4"
4240
KernelDensity = "0.6"
4341
MCMCChains = "5.6, 6.0"
4442
MonteCarloMeasurements = "1.0"

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
|:-------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
66
|![][project-status-img] | [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | ![][CI-build] |
77

8+
## Note
9+
10+
After many years I have decided to step away from my work with Stan and Julia. My plan is to be around until the end of 2024 for support if someone decides to step in and take over further development and maintenance work.
11+
12+
At the end of 2024 I'll archive the different packages and projects included in the Github organisations StanJulia, StatisticalRethingJulia and RegressionAndOtherStoriesJulia if no one is interested (and time-wise able!) to take on this work.
13+
14+
I have thoroughly enjoyed working on both Julia and Stan and see both projects mature during the last 15 or so years. And I will always be grateful for the many folks who have helped me on numerous occasions. Both the Julia and the Stan community are awesome to work with! Thanks a lot!
15+
816
## Purpose of this package
917

1018
The StatisticalRethinking.jl `package` contains functions comparable to the functions in the R package "rethinking" associated with the book [Statistical Rethinking](https://xcelab.net/rm/statistical-rethinking/) by Richard McElreath.

0 commit comments

Comments
 (0)