An open API service providing commit metadata for open source projects.

GitHub / stan-dev/math / commits

The Stan Math Library is a C++ template library for automatic differentiation of any order using forward, reverse, and mixed modes. It includes a range of built-in functions for probabilistic modeling, linear algebra, and equation solving.

SHA Message Author Date Stats
b98567ad merge Merge pull request #3342 from stan-dev/fix/3341-rep-matrix-rowmajor Andrew Johnson <a****n@a****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
eac52b14 Force rep_matrix to always return column-major matrices Brian Ward <b****d@f****g> about 2 months ago
72f6470f merge Merge pull request #3338 from stan-dev/eigen-compat Andrew Johnson <a****n@a****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
ad5ec5c5 [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> about 2 months ago
d2d2e8d8 Enable backwards-compatibility Eigen < 5 Andrew Johnson <a****n@a****m> about 2 months ago
7960b09a merge Merge pull request #3336 from stan-dev/dependabot/github_actions/actions/chec... Brian Ward <b****d@f****g>
Committed by: GitHub <n****y@g****m>
2 months ago
36fbe872 Bump actions/checkout from 6 to 7
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
6b2082af merge Merge pull request #3333 from stan-dev/fix/3331-isystem Brian Ward <b****d@f****g>
Committed by: GitHub <n****y@g****m>
2 months ago
12fe63f8 Rename to INC_DIR_OPT Brian Ward <b****d@f****g> 2 months ago
2499aec0 merge Merge pull request #3334 from stan-dev/fix/issue-3331 Steve Bronder <S****5@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
4154684a [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 2 months ago
89ae3659 make_holder(...) with a lambda that gives a var_value<Matrix> output now exec... Steve Bronder <s****r@f****g> 2 months ago
e91130e6 Use -isystem for libraries Brian Ward <b****d@f****g> 2 months ago
5f00e782 merge Merge pull request #3328 from jachymb/jachymb_softmax_refactor Steve Bronder <S****5@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
ce2653f7 Curly braces around early returns for size 0 Steve Bronder <S****5@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
eb4b45d3 merge Merge pull request #3271 from stan-dev/update/eigen_5.0.1 Steve Bronder <S****5@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
1e286e9e [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 3 months ago
108e30d4 merge Merge commit 'e4431fd07d279cc5ec58fd51bfc2609d958ba7a7' into HEAD Jenkins <n****y@n****e> 3 months ago
77fccfcb merge Merge branch 'jachymb_softmax_refactor' of https://github.com/jachymb/math in... Jachym.Barvinek <j****k@a****z> 3 months ago
ff82deb7 removed stale documentation Jachym.Barvinek <j****k@a****z> 3 months ago
de7899b8 [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 3 months ago
a785eaea merge Merge commit 'e4431fd07d279cc5ec58fd51bfc2609d958ba7a7' into HEAD Jenkins <n****y@n****e> 3 months ago
f68fd10f change edge case behavior Jachym.Barvinek <j****k@a****z> 3 months ago
e4431fd0 merge Merge pull request #3330 from stan-dev/fix/tuple_to_laplace_options-forwarding Brian Ward <b****d@f****g>
Committed by: GitHub <n****y@g****m>
3 months ago
7233ad07 [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 3 months ago
87489426 add tests for forwarding Steve Bronder <s****r@f****g> 3 months ago
67eb782b use instead of in tuple_to_laplace_options Steve Bronder <s****r@f****g> 3 months ago
4a17383d [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m>
Committed by: Steve Bronder <s****r@f****g>
3 months ago
5c7ea82b merge Merge remote-tracking branch 'origin/develop' into update/eigen_5.0.1 Steve Bronder <s****r@f****g> 3 months ago
6dca04a5 update Steve Bronder <s****r@f****g> 3 months ago
58feca35 merge Merge pull request #3323 from stan-dev/fix/3303-reduce-sum Steve Bronder <S****5@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
a1023bb3 merge Merge pull request #3326 from stan-dev/integrate-1d-gauss-kronrod Brian Ward <b****d@f****g>
Committed by: GitHub <n****y@g****m>
3 months ago
eb1027b6 update includes Steve Bronder <s****r@f****g> 3 months ago
7bbfdb85 [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 3 months ago
8eebba6e merge Merge commit '123176d90e9615fe9ed503518ee9358f914a74d0' into HEAD Jenkins <n****y@n****e> 3 months ago
590fd129 pull out laplace reverse mode helper functions and use then in the reverse mo... Steve Bronder <s****r@f****g> 3 months ago
123176d9 merge Merge pull request #3327 from stan-dev/fix/ordered-logistic-higher-order-ad Aki Vehtari <a****i@a****i>
Committed by: GitHub <n****y@g****m>
3 months ago
6e5615f3 make edge cases for opencl consistent with the rest of the behavior Jachym.Barvinek <j****k@a****z> 3 months ago
db5529f2 fix doc error type Jachym.Barvinek <j****k@a****z> 3 months ago
193fb43d mostly stylistic refactor Jachym.Barvinek <j****k@a****z> 3 months ago
e4c668b9 [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 3 months ago
fe4c1eb7 fix ordered_logistic higher order ad Aki Vehtari <A****i@a****i> 3 months ago
f8bb1904 Avoid namespace collision in testing Brian Ward <b****d@f****g> 3 months ago
34d808a4 Shorter test name for cpplint Brian Ward <b****d@f****g> 3 months ago
c1827221 [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 3 months ago
2ba4742e update integrate_1d_ tests to use variadic Aki Vehtari <A****i@a****i> 3 months ago
540aa6bf fix two cases of _impl to _tol Aki Vehtari <A****i@a****i> 3 months ago
592458fa [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 3 months ago
ff86bc7d Remove accidental arguments in fwd Brian Ward <b****d@f****g> 3 months ago
b6317096 [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 3 months ago
a89af988 merge Merge commit '1ddb7c08e60e16831a5623c8c47a450046b64c4b' into HEAD Jenkins <n****y@n****e> 3 months ago
c6c89d5c Rename _impl to _tol, make normal signature variadic Brian Ward <b****d@f****g> 3 months ago
1ddb7c08 merge Merge pull request #3313 from jachymb/jachymb_softmax Brian Ward <b****d@f****g>
Committed by: GitHub <n****y@g****m>
3 months ago
c618645b merge Merge pull request #3317 from stan-dev/fix/student-t-qf Brian Ward <b****d@f****g>
Committed by: GitHub <n****y@g****m>
3 months ago
829c057b [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 3 months ago
9e5ce9c2 merge Merge branch 'integrate-1d-gauss-kronrod' of github.com:stan-dev/math into in... Aki Vehtari <A****i@a****i> 3 months ago
4773aa75 add integrate_1d_double_exponential Aki Vehtari <A****i@a****i> 3 months ago
d3ee974f [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 3 months ago
def27859 add integrate_1d_gauss_kronrod Aki Vehtari <A****i@a****i> 3 months ago
d7a843b4 fix docs Steve Bronder <s****r@f****g> 3 months ago
3a11e3d3 [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 3 months ago
56d3ad02 merge Merge commit 'b4fda80237d989b9227a27b9afbc656ae398bca9' into HEAD Jenkins <n****y@n****e> 3 months ago
d4051e34 small cleanup for softmax and log_softmax Steve Bronder <s****r@f****g> 3 months ago
b4fda802 merge Merge pull request #3325 from stan-dev/release/v5.3.0 Brian Ward <b****d@f****g>
Committed by: GitHub <n****y@g****m>
3 months ago
9061cec9 Add release notes for 5.3.0 Brian Ward <b****d@f****g> 3 months ago
8ef464d0 fix loop forward in fwd/functor/reduce_sum.hpp Steve Bronder <s****r@f****g> 4 months ago
9c342f07 [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 4 months ago
17fb5e15 remove extra std::forward in fwd/functor/reduce_sum loop Steve Bronder <s****r@f****g> 4 months ago
b5781251 remove extra std::forward in fwd/functor/reduce_sum loop Steve Bronder <s****r@f****g> 4 months ago
27d5dc99 Update version numbers (#3321) Nicusor Serban <4****l@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
7fe56406 merge Merge pull request #3320 from florence-bockting/add-ai-policy Brian Ward <b****d@f****g>
Committed by: GitHub <n****y@g****m>
4 months ago
97794594 proper fixture for rev test Jachym.Barvinek <j****k@a****z> 4 months ago
f72698a0 add AI contribution policy to CONTRIBUTING.md Florence Bockting <f****g@a****i> 4 months ago
01e2faea merge Merge branch 'jachymb_softmax' of https://github.com/jachymb/math into jachym... Jachym.Barvinek <j****k@a****z> 4 months ago
1ac4aeca minor polishing Jachym.Barvinek <j****k@a****z> 4 months ago
7a04b139 [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 4 months ago
3a8936bc merge Merge commit '726f9914af03df2b743f4541a4d0dae243ef267b' into HEAD Jenkins <n****y@n****e> 4 months ago
dd4c98df refactor to support array-of-vectors instead of matrices + some other cleanup Jáchym Barvínek <j****b@g****m> 4 months ago
6dfa2edb student_t_qf only returns column eigen vectors now Steve Bronder <s****r@f****g> 4 months ago
726f9914 Jenkins: fix gh-pages upload Brian Ward <b****d@f****g> 4 months ago
52661e13 merge Merge pull request #3316 from stan-dev/jenkins/gh-pages-build-tweaks Brian Ward <b****d@f****g>
Committed by: GitHub <n****y@g****m>
4 months ago
c9047d90 Jenkins: change how gh-pages branch gets re-built Brian Ward <b****d@f****g> 4 months ago
a37a37cd merge Merge pull request #3211 from stan-dev/student-t-qf Steve Bronder <S****5@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
d6833b80 Adapt Stan Math and tests for Eigen 5.0.1 Steve Bronder <s****r@f****g> 4 months ago
7a13e986 Document Stan changes to vendored Eigen Steve Bronder <s****r@f****g> 4 months ago
faa039c3 Update Eigen 5.0.1 build metadata Steve Bronder <s****r@f****g> 4 months ago
9b9c4a55 merge Merge branch 'jachymb_softmax' of github.com:jachymb/math into jachymb_softmax Jachym.Barvinek <j****k@a****z> 4 months ago
008a1310 fix documentation Jachym.Barvinek <j****k@a****z> 4 months ago
3271c414 [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 4 months ago
a10b3810 merge Merge commit '105bfcc395c1ab824dcb588324dd57724a1cf527' into HEAD Jenkins <n****y@n****e> 4 months ago
5815b2ed additional test for edge cases Jachym.Barvinek <j****k@a****z> 4 months ago
bf76b217 add support for matrix Jachym.Barvinek <j****k@a****z> 4 months ago
8e7963a4 support row_vector for softmax Jachym.Barvinek <j****k@a****z> 4 months ago
105bfcc3 merge Merge pull request #3310 from jachymb/jachymb_trace_dot Steve Bronder <S****5@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
7157ac5c [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 4 months ago
86564a36 cleanup forwarding in trace_dot and use initializer list for setting up Eigen... Steve Bronder <s****r@f****g> 4 months ago
928f6bf8 [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 Stan Jenkins <m****w@g****m> 4 months ago
e0f74463 addition tests Jachym.Barvinek <j****k@a****z> 4 months ago
497b1376 implement trace_dot #3161 Jachym.Barvinek <j****k@a****z> 4 months ago
45d1de23 merge Merge pull request #3307 from stan-dev/ci/distribution-tests-tweaks Brian Ward <b****d@f****g>
Committed by: GitHub <n****y@g****m>
4 months ago

← Back to repository