-
-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule upstream
updated
14 files
+1 −1 | .github/ISSUE_TEMPLATE.md | |
+5 −5 | Jenkinsfile | |
+1 −1 | lib/stan_math | |
+4 −1 | make/tests | |
+0 −2 | runTests.py | |
+1 −1 | src/doxygen/doxygen.cfg | |
+236 −0 | src/stan/analyze/mcmc/compute_potential_scale_reduction.hpp | |
+21 −0 | src/stan/mcmc/chains.hpp | |
+9 −4 | src/stan/services/pathfinder/psis.hpp | |
+5 −4 | src/stan/services/pathfinder/single.hpp | |
+2 −2 | src/stan/version.hpp | |
+329 −20 | src/test/unit/analyze/mcmc/compute_potential_scale_reduction_test.cpp | |
+64 −0 | src/test/unit/mcmc/chains_test.cpp | |
+4 −4 | src/test/unit/version_test.cpp |