Commit 83b248f
Update to Stan 2.38.0 (#309)
* Bump stan from `1357c13` to `3bf5673`
Bumps [stan](https://github.com/stan-dev/stan) from `1357c13` to `3bf5673`.
- [Release notes](https://github.com/stan-dev/stan/releases)
- [Commits](stan-dev/stan@1357c13...3bf5673)
---
updated-dependencies:
- dependency-name: stan
dependency-version: 3bf56735b3936b75961ebea5382e72d6354119d5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update README and Makefile
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Ward <bward@flatironinstitute.org>1 parent f430738 commit 83b248f
3 files changed
+14
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
141 | 144 | | |
142 | 145 | | |
143 | 146 | | |
144 | | - | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| |||
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
121 | 128 | | |
122 | 129 | | |
123 | 130 | | |
| |||
- .github/ISSUE_TEMPLATE.md+1-1
- RELEASE-NOTES.txt+8
- lib/stan_math+1-1
- src/doxygen/doxygen.cfg+1-1
- src/stan/io/serializer.hpp+2-1
- src/stan/model/indexing/assign.hpp+6-4
- src/stan/model/indexing/assign_cl.hpp+1-1
- src/stan/model/indexing/assign_varmat.hpp+10-22
- src/stan/model/indexing/rvalue.hpp+30-21
- src/stan/model/model_base.hpp+11-8
- src/stan/services/pathfinder/multi.hpp+7-5
- src/stan/version.hpp+1-1
- src/test/unit/model/indexing/assign_varmat_test.cpp+10-10
- src/test/unit/model/indexing/rvalue_test.cpp+19-9
- src/test/unit/model/indexing/rvalue_varmat_test.cpp+5-5
- src/test/unit/model/model_base_crtp_test.cpp+14-14
- src/test/unit/version_test.cpp+2-2
0 commit comments