https://github.com/stan-dev/stan

sort by:
Revision Author Date Message Commit Date
56eb15b adding int_fun that .gitignore previously masked 03 July 2014, 05:55:14 UTC
7841f35 hopefully final patch for issue #723 with model test and moving scope of reset on symbol table to the parser from the compiler 02 July 2014, 15:19:23 UTC
c57e9fa Merge branch 'develop' of https://github.com/stan-dev/stan into bugfix/issue-723-functions-in-23 02 July 2014, 14:32:36 UTC
1cb8d12 Merge pull request #730 from gokceneraslan/patch-1 looks good to me; Typo fix: delcare->declare 02 July 2014, 11:32:34 UTC
23a9b8a Merge pull request #721 from jrnold/doc-typo-boolean-operator fix formatting of some inline code; looks good to me 02 July 2014, 11:31:31 UTC
9dde314 Typo fix: delcare->declare 02 July 2014, 08:59:55 UTC
78b66a8 Merge pull request #720 from jrnold/doc-typo-in-stan-bnf missing quotation mark in Stan BNF 01 July 2014, 19:40:51 UTC
0cb196e Merge pull request #713 from stan-dev/feature/minor-fix-for-pow-infix Minor fix to operator ^ 01 July 2014, 16:56:00 UTC
9ac8702 fixes all three points of issue #723 01 July 2014, 11:43:06 UTC
0a46240 remove template<> specification on int-only functions 30 June 2014, 15:11:51 UTC
20f0788 added reset for function signatures in the stan compiler 30 June 2014, 15:04:29 UTC
f0b6712 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 30 June 2014, 14:37:42 UTC
4525287 Merge pull request #686 from stan-dev/feature/issue-527-normal-rounding Fixes #527. Feature/issue 527 normal rounding 30 June 2014, 11:13:44 UTC
7de20f2 Merge pull request #660 from alyst/elt_ops_extend Support scalars in elementwise products 30 June 2014, 04:25:19 UTC
f28e6d9 fix formatting of some inline code 29 June 2014, 02:30:26 UTC
34d884a missing quotation mark in Stan BNF 29 June 2014, 01:42:44 UTC
0df39d5 got rid of commented-out lines in exponentiation_expr 26 June 2014, 21:54:53 UTC
460cfae Merge branch 'develop' of https://github.com/stan-dev/stan into develop 26 June 2014, 21:51:57 UTC
061220e Minor fix to operator ^ 26 June 2014, 20:32:31 UTC
a51eafd Merge branch 'develop' into feature/issue-527-normal-rounding 25 June 2014, 17:04:10 UTC
0e35ee6 moved *SQRT2 om LHS to *INV_SQRT_2 on RHS 25 June 2014, 17:04:05 UTC
cf70d8c Merge pull request #704 from stan-dev/feature/vm_rng Fixes #647. Feature/vm rng 24 June 2014, 18:59:12 UTC
ffdc8f7 Merge pull request #694 from stan-dev/bugfix/issue-688-ordered-logistic-rng fixes #688. Bugfix/issue 688 ordered logistic rng 24 June 2014, 18:33:02 UTC
49b566c Merge pull request #663 from stan-dev/feature/issue-644-inv_wishart_rng Fixes #644. Feature/issue 644 inv wishart rng 24 June 2014, 17:08:28 UTC
fbf9bc9 fixed indexing in von_mises chi square test 23 June 2014, 20:37:38 UTC
f34f157 added copyright information 20 June 2014, 17:29:13 UTC
3cbbd43 updated range of vm_rng in manual 20 June 2014, 17:05:00 UTC
53a7064 fixed von miss rng and added more tests 20 June 2014, 17:01:43 UTC
eafda80 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 20 June 2014, 13:42:10 UTC
a74b1ba Merge pull request #703 from stan-dev/feature/issue-690-tag-v2.3.0 Tagging v2.3.0. Fixes #690. 20 June 2014, 12:14:31 UTC
c5606c3 Merge branch 'develop' into feature/issue-690-tag-v2.3.0 Conflicts: makefile 20 June 2014, 12:14:03 UTC
0d9c4e2 updating makefile with clearer language 20 June 2014, 12:10:30 UTC
f02e605 adding stan-reference-2.3.0.pdf to repository for v2.3.0 20 June 2014, 12:09:35 UTC
b0870ac Merge pull request #702 from stan-dev/feature/issue-698-make-error Fixes #698. updating makefile message for test-models 20 June 2014, 12:04:35 UTC
45a555c updating makefile message for test-models 20 June 2014, 11:58:26 UTC
1fe3a9d updated release notes for 2.3 20 June 2014, 08:57:37 UTC
a06b21f updated range of return values for von_mises_rng 17 June 2014, 17:37:40 UTC
07160df added doc 17 June 2014, 17:37:16 UTC
6470851 added von_mises rng to function signatures with test 17 June 2014, 17:19:12 UTC
bfadcb1 fixed von_mises_rng and added chi square goodness of fit test 17 June 2014, 17:19:02 UTC
0b40a12 Merge branch 'develop' into feature/vm_rng 17 June 2014, 16:26:32 UTC
221e785 Merge pull request #658 from aadler/patch-1 Update Von Mises 17 June 2014, 16:25:38 UTC
0c0d2bf Merge branch 'develop' into bugfix/issue-688-ordered-logistic-rng 17 June 2014, 16:10:43 UTC
355c21c Merge branch 'develop' into feature/issue-527-normal-rounding 16 June 2014, 15:15:59 UTC
1288c9b thanked Matius Simkovic in the acknowledgements 16 June 2014, 15:09:09 UTC
0d1b705 fixed ordered_logistic_rng indexing 16 June 2014, 15:07:26 UTC
de59831 change ordered_logistic_rng test case so it fails with current code 16 June 2014, 14:59:44 UTC
36e0438 merge develop 16 June 2014, 14:46:37 UTC
e710d56 support scalars in elementwise division (./) fixes #656 by adding support for elementwise division of a scalar by vector/matrix and elementwise division of a vector/matrix by scalar 16 June 2014, 08:40:23 UTC
676b1d3 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 16 June 2014, 08:32:40 UTC
820b052 Merge pull request #693 from stan-dev/feature/issue-692-remove-artifacts Fixes #692. removed doc/stan-reference-2.3.0.pdf 16 June 2014, 06:13:44 UTC
c5f9bb0 removed doc/stan-reference-2.3.0.pdf 16 June 2014, 06:12:54 UTC
8e1a18c Merge pull request #691 from stan-dev/feature/issue-690-tag-v2.3.0 Fixes #690. Feature/issue 690 tag v2.3.0 16 June 2014, 06:01:03 UTC
6173aa3 adding doc/stan-reference-2.3.0.pdf as an artifact 16 June 2014, 06:00:32 UTC
bfddfb0 updating RELEASE-NOTES.txt 16 June 2014, 05:55:13 UTC
97553a2 updating version numbers 16 June 2014, 05:43:33 UTC
ccce7a9 Merge pull request #689 from stan-dev/feature/issue-682-remove-warnings-v2.3.0 Fixes #682. Feature/issue 682 remove warnings v2.3.0 16 June 2014, 05:36:28 UTC
f2bece4 removed more warnings 16 June 2014, 04:45:41 UTC
f0ebf4b added manual doc about behavior of normal_cdf functions 15 June 2014, 16:13:13 UTC
52fd791 fixed test name 15 June 2014, 16:00:23 UTC
e8bc3ff added ccdf_log tail tests 15 June 2014, 15:59:43 UTC
2c86c79 Merge branch 'feature/issue-682-remove-warnings-v2.3.0' of https://github.com/stan-dev/stan into feature/issue-682-remove-warnings-v2.3.0 14 June 2014, 13:33:42 UTC
e6e7c5b adding casts to segmeent to reduce warnings 14 June 2014, 13:33:30 UTC
865bddf fixed a bad cast in trying to remove warnings 14 June 2014, 13:29:33 UTC
f96c740 removing more warnings 14 June 2014, 11:59:48 UTC
9906117 updated test names 14 June 2014, 02:35:12 UTC
5adb7fc fixed rounding error for normal_cdf, normal_cdf_log with tests 14 June 2014, 01:37:39 UTC
aa9a25e Merge branch 'develop' into feature/issue-644-inv_wishart_rng Conflicts: src/stan/prob/distributions/multivariate/continuous/inv_wishart.hpp src/stan/prob/distributions/multivariate/continuous/wishart.hpp 11 June 2014, 14:16:41 UTC
14aa19d Merge pull request #681 from stan-dev/feature/issue-648-pow-infix-syntax Fixes #648. Feature/issue 648 pow infix syntax 11 June 2014, 14:07:11 UTC
30cc9e8 Merge pull request #673 from stan-dev/feature/issue-661-reimplement-error-handling Fixes #661. Feature/issue 661 reimplement error handling 11 June 2014, 14:01:20 UTC
9d2cbd1 Merge branch 'develop' into feature/issue-661-reimplement-error-handling Conflicts: src/stan/agrad/fwd/matrix/mdivide_left_tri_low.hpp src/stan/agrad/fwd/matrix/mdivide_right.hpp src/stan/agrad/fwd/matrix/mdivide_right_tri_low.hpp src/stan/meta/traits.hpp src/stan/prob/distributions/multivariate/continuous/multi_normal.hpp src/test/unit-agrad-fwd/matrix/diag_matrix_test.cpp src/test/unit-agrad-fwd/matrix/dot_self_test.cpp src/test/unit-agrad-fwd/matrix/log_sum_exp_test.cpp 10 June 2014, 13:29:25 UTC
ff8fa6c cleanup comments 08 June 2014, 15:36:29 UTC
da0ed59 added exponent operator description to user manual 08 June 2014, 14:25:30 UTC
89dd572 Merge pull request #672 from stan-dev/bugfix/670-io-check-too-large-ints Bugfix/670 io check too large ints; passed code review and tests, good to go 07 June 2014, 12:46:39 UTC
5413d81 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 05 June 2014, 21:47:19 UTC
e9e4825 Merge pull request #602 from stan-dev/feature/fix-issue-575-to-matrix to_vector, to_row_vector, to_matrix functions; ready to go 05 June 2014, 19:22:18 UTC
707cc68 test exponent operator throws exception 05 June 2014, 13:40:58 UTC
e771085 added file for exponent operator unit test 05 June 2014, 13:08:41 UTC
6764e58 added infix exponent operator, unit test 05 June 2014, 13:00:20 UTC
51a1a4e fixed squared_distance tests 03 June 2014, 01:07:27 UTC
3607af2 fix all current tests except square_distance in agrad-rev 03 June 2014, 00:53:03 UTC
28fec49 removed raise_domain_error files 29 May 2014, 18:44:32 UTC
a7cfc26 fixed check_cov_matrix_test in agrad/rev 29 May 2014, 16:51:39 UTC
f1a6c30 clean up error checks in distributions 29 May 2014, 16:10:21 UTC
a8172a3 Merge branch 'feature/issue-661-reimplement-error-handling' of https://github.com/stan-dev/stan into feature/issue-661-reimplement-error-handling 29 May 2014, 13:29:19 UTC
41c2b7f added trait for Eigen:Block. error handling now works better. 29 May 2014, 12:41:48 UTC
e052912 Merge pull request #671 from stan-dev/feature/issue-508-copyright Fixes #508. Feature/issue 508 copyright 29 May 2014, 04:42:27 UTC
6ba0de4 reader checks common syntax errors, added unit tests accordingly 28 May 2014, 19:08:26 UTC
d15b896 fixes check_corr_matrix error 28 May 2014, 17:00:11 UTC
af17c3d Fix cyclic inclusion in containers_conversion (3) 28 May 2014, 16:57:35 UTC
fc920f9 Merge branch 'feature/issue-661-reimplement-error-handling' of https://github.com/stan-dev/stan into feature/issue-661-reimplement-error-handling 28 May 2014, 15:01:40 UTC
90ff102 Give LDLT_factor a value_type field. 28 May 2014, 14:59:49 UTC
23f176c more error handling on data read in from Rdata files, plus unit tests 28 May 2014, 14:38:35 UTC
54512db Fix cyclic inclusion in containers_conversion (2) 27 May 2014, 18:26:24 UTC
98b8122 refactored error_checks for multiplicable, matching dims, matching sizes, vector 27 May 2014, 17:01:20 UTC
f68f244 numbers out of range throw exception, added test to check exception to unit tests 26 May 2014, 19:35:53 UTC
3aa6504 Fix cyclic inclusion in containers_conversion 26 May 2014, 17:44:24 UTC
3d8e72f Forgot to remove this (it was included in containers_conversion_test.cpp 26 May 2014, 17:42:13 UTC
224bb05 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 26 May 2014, 15:20:48 UTC
134644e Improvement in code of to_matrix 26 May 2014, 15:20:08 UTC
back to top