Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit 31ac706

Browse files
committed
Rel 2.0.5
1 parent 3a87c1c commit 31ac706

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
/docs/build
66
Manifest.toml
77
*/*/tmp
8-
*/*/.ipynb_checkpoints
8+
notebooks/.ipynb_checkpoints
99
.DS_Store
1010
tmp

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ This package contains the [Stan](https://github.com/StanJulia) versions.
1212

1313
## Versions
1414

15+
### v3.0.0
16+
17+
- Initial release of project based version
18+
- Depends om StatisticalRethinking v3 (just resources, no mcmc dependencies)
19+
- All scripts originally in StatisticalRethinking will be moved here
20+
- Still contains all models (in the models subdirectory)
21+
22+
### v2.x
23+
24+
- Just the models
25+
1526
### v1.0.1
1627

1728
- Set upper bounds in [compat] section of Project.toml

0 commit comments

Comments
 (0)