Commit 94b12e2
Update to Stan 2.37 (#287)
* Bump stan from `ef8374d` to `1357c13`
Bumps [stan](https://github.com/stan-dev/stan) from `ef8374d` to `1357c13`.
- [Release notes](https://github.com/stan-dev/stan/releases)
- [Commits](stan-dev/stan@ef8374d...1357c13)
---
updated-dependencies:
- dependency-name: stan
dependency-version: 1357c136bf22e3f0d25ed3529fea55fe76842eac
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Version bumps
* Add new make flag to catch eigen runtime errors
* resolve Rust lints
* Doc tweaks
---------
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 <brianmward99@gmail.com>1 parent 972beec commit 94b12e2
File tree
10 files changed
+27
-21
lines changed- docs
- internals
- languages
- rust
- examples
- tests
10 files changed
+27
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
139 | | - | |
| 138 | + | |
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | | - | |
21 | 24 | | |
22 | 25 | | |
23 | | - | |
24 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | | - | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | | - | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
| 199 | + | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
- .github/ISSUE_TEMPLATE.md+1-1
- .github/workflows/testing.yml+4-16
- .gitignore+1
- Jenkinsfile+2-1
- RELEASE-NOTES.txt+9
- lib/stan_math+1-1
- src/doxygen/doxygen.cfg+1-1
- src/stan/callbacks/concurrent_writer.hpp+167
- src/stan/callbacks/stream_writer.hpp+48
- src/stan/callbacks/tee_writer.hpp+59-38
- src/stan/callbacks/unique_stream_writer.hpp+46-8
- src/stan/callbacks/writer.hpp+25-2
- src/stan/io/deserializer.hpp+51-11
- src/stan/io/stan_csv_reader.hpp+6
- src/stan/mcmc/base_adapter.hpp+4-4
- src/stan/mcmc/hmc/nuts/adapt_dense_e_nuts.hpp+1-1
- src/stan/mcmc/hmc/nuts/adapt_diag_e_nuts.hpp+1-1
- src/stan/mcmc/hmc/nuts/adapt_softabs_nuts.hpp+1-1
- src/stan/mcmc/hmc/nuts/adapt_unit_e_nuts.hpp+1-1
- src/stan/mcmc/hmc/nuts_classic/adapt_dense_e_nuts_classic.hpp+1-1
- src/stan/mcmc/hmc/nuts_classic/adapt_diag_e_nuts_classic.hpp+1-1
- src/stan/mcmc/hmc/nuts_classic/adapt_unit_e_nuts_classic.hpp+1-1
- src/stan/mcmc/hmc/static/adapt_dense_e_static_hmc.hpp+1-1
- src/stan/mcmc/hmc/static/adapt_diag_e_static_hmc.hpp+1-1
- src/stan/mcmc/hmc/static/adapt_softabs_static_hmc.hpp+1-1
- src/stan/mcmc/hmc/static/adapt_unit_e_static_hmc.hpp+1-1
- src/stan/mcmc/hmc/static_uniform/adapt_dense_e_static_uniform.hpp+1-1
- src/stan/mcmc/hmc/static_uniform/adapt_diag_e_static_uniform.hpp+1-1
- src/stan/mcmc/hmc/static_uniform/adapt_softabs_static_uniform.hpp+1-1
- src/stan/mcmc/hmc/static_uniform/adapt_unit_e_static_uniform.hpp+1-1
- src/stan/mcmc/hmc/xhmc/adapt_dense_e_xhmc.hpp+1-1
- src/stan/mcmc/hmc/xhmc/adapt_diag_e_xhmc.hpp+1-1
- src/stan/mcmc/hmc/xhmc/adapt_softabs_xhmc.hpp+1-1
- src/stan/mcmc/hmc/xhmc/adapt_unit_e_xhmc.hpp+1-1
- src/stan/mcmc/stepsize_adaptation.hpp+4-1
- src/stan/model/indexing/access_helpers.hpp-15
- src/stan/model/indexing/assign.hpp+19-10
- src/stan/services/optimize/laplace_sample.hpp+8-7
- src/stan/services/pathfinder/multi.hpp+220-99
- src/stan/services/pathfinder/single.hpp+213-179
- src/stan/version.hpp+1-1
- src/test/test-models/good/services/normal_glm.stan+3-3
- src/test/unit/callbacks/tee_writer_test.cpp+1-1
- src/test/unit/io/deserializer_free_test.cpp+11
- src/test/unit/io/deserializer_stdvector_test.cpp+44
- src/test/unit/io/deserializer_test.cpp+57
- src/test/unit/io/deserializer_var_test.cpp+44
- src/test/unit/io/deserializer_varmat_test.cpp+36
- src/test/unit/io/serializer_test.cpp+11-2
- src/test/unit/model/indexing/assign_test.cpp+14
- src/test/unit/services/pathfinder/eight_schools_test.cpp+345-80
- src/test/unit/services/pathfinder/normal_glm_test.cpp+271-172
- src/test/unit/services/pathfinder/psis_test.cpp+2-1
- src/test/unit/services/pathfinder/util.hpp+65-22
- src/test/unit/services/sample/hmc_nuts_diag_e_adapt_test.cpp+273-8
- src/test/unit/version_test.cpp+2-2
0 commit comments