Skip to content

Commit

Permalink
Updates the Math submodule to c26bd8387d.
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Jan 25, 2024
1 parent cc7c617 commit 90a704a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stan_math
Submodule stan_math updated 39 files
+1 −1 .github/ISSUE_TEMPLATE.md
+0 −7 RELEASE-NOTES.txt
+1 −1 benchmarks/benchmark.py
+1 −1 doxygen/doxygen.cfg
+1 −5 makefile
+1 −1 runChecks.py
+3 −2 runTests.py
+0 −3 stan/math/prim/meta.hpp
+0 −40 stan/math/prim/meta/child_type.hpp
+0 −20 stan/math/prim/meta/contains_fvar.hpp
+0 −38 stan/math/prim/meta/scalar_type_pre.hpp
+12 −5 stan/math/prim/prob/inv_wishart_cholesky_lpdf.hpp
+5 −3 stan/math/prim/prob/inv_wishart_cholesky_rng.hpp
+2 −3 stan/math/prim/prob/lkj_corr_cholesky_lpdf.hpp
+1 −4 stan/math/prim/prob/multi_gp_cholesky_lpdf.hpp
+2 −2 stan/math/prim/prob/multi_normal_cholesky_lpdf.hpp
+0 −1 stan/math/prim/prob/multi_normal_cholesky_rng.hpp
+13 −8 stan/math/prim/prob/wishart_cholesky_lpdf.hpp
+3 −1 stan/math/prim/prob/wishart_cholesky_rng.hpp
+0 −10 stan/math/rev/functor/partials_propagator.hpp
+1 −1 stan/math/version.hpp
+1 −1 test/generate_expression_tests.py
+1 −1 test/prob/getDependencies.py
+0 −11 test/unit/math/fwd/meta/child_type_test.cpp
+0 −13 test/unit/math/fwd/meta/contains_fvar_test.cpp
+0 −12 test/unit/math/mix/meta/child_type_test.cpp
+0 −16 test/unit/math/mix/meta/contains_fvar_test.cpp
+23 −27 test/unit/math/mix/prob/inv_wishart_cholesky_test.cpp
+23 −27 test/unit/math/mix/prob/wishart_cholesky_test.cpp
+1 −1 test/unit/math/opencl/rev/multi_normal_cholesky_lpdf_test.cpp
+0 −9 test/unit/math/prim/meta/child_type_test.cpp
+0 −13 test/unit/math/prim/meta/contains_fvar_test.cpp
+6 −8 test/unit/math/prim/prob/inv_wishart_cholesky_rng_test.cpp
+1 −1 test/unit/math/prim/prob/inv_wishart_cholesky_test.cpp
+1 −1 test/unit/math/prim/prob/wishart_cholesky_rng_test.cpp
+1 −1 test/unit/math/prim/prob/wishart_cholesky_test.cpp
+0 −10 test/unit/math/rev/meta/child_type_test.cpp
+1 −1 test/varmat_compatibility.py
+2 −2 test/varmat_compatibility_summary.py

0 comments on commit 90a704a

Please sign in to comment.