swh:1:snp:d80eec3f654c152adbdd6e641362bcb340d39fe2

sort by:
Revision Author Date Message Commit Date
3ba4dcc Merge pull request #784 from stan-dev/feature/issue-781-v2.4.0 Fixes #781. Feature/issue 781 v2.4.0 20 July 2014, 04:53:16 UTC
a9e16af updating doc to right date 20 July 2014, 04:51:09 UTC
c46865b Merge branch 'develop' into feature/issue-781-v2.4.0 20 July 2014, 04:45:52 UTC
3ede4d6 release notes for Stan C++ 2.4 19 July 2014, 22:55:53 UTC
2f575ca updating artifacts to v2.4.0 18 July 2014, 15:19:45 UTC
e0b24a7 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 17 July 2014, 20:26:24 UTC
58f6728 Merge pull request #773 from stan-dev/feature/issue-677-check-function-sigs Fixes #677. Feature/issue 677 check function sigs 17 July 2014, 11:38:20 UTC
3d2bfd6 Merge pull request #770 from stan-dev/feature/issue-668-next-manual Fixes #668. Feature/issue 668 next manual 17 July 2014, 11:35:36 UTC
655c74a Merge pull request #764 from stan-dev/bufix/issue-763-arm-typo Fixes #763. fixed typo in 12.3 ARM 17 July 2014, 07:48:38 UTC
9901c80 Merge branch 'develop' into feature/issue-677-check-function-sigs 16 July 2014, 16:02:57 UTC
ad4c13c updating makefile to include function signatures as tests and updating git ignore 16 July 2014, 13:55:33 UTC
843fdd6 Merge pull request #775 from stan-dev/feature/cmdstan-issue-21-elapsed-time-printed-twice fixes stan-dev/cmdstan#21. Fixes CmdStan's printing elapsed time to file twice (and none to std::cout) 16 July 2014, 13:40:04 UTC
77629da Merge pull request #772 from stan-dev/feature/rstan_issue90 Fixes stan-dev/rstan#90. reserve the size of values vector of the sampling recorder 15 July 2014, 23:19:27 UTC
c23b270 added missing function sigs tests: log_softmax, multiply_lower_tri_self_transpose, tcrossprod 15 July 2014, 17:07:24 UTC
9cc4b41 updating command.hpp to use std::cout for message stream. 15 July 2014, 16:54:11 UTC
d27c898 added rest of missing function signature tests 15 July 2014, 16:41:36 UTC
7482ca6 added missing function sig tests 15 July 2014, 16:13:09 UTC
2922fbe removing extra .cpp file 15 July 2014, 15:22:08 UTC
13e4cf7 Delete .gitignore.orig 15 July 2014, 15:21:55 UTC
2729744 Merge branch 'develop' into feature/issue-677-check-function-sigs 15 July 2014, 15:03:25 UTC
996479e added operator function sig tests 15 July 2014, 15:03:12 UTC
4f4cca7 Some typo fixes for 2.4 manual 15 July 2014, 01:37:40 UTC
e068d4a Merge pull request #769 from alyst/fix_check_cholesky_corr fix check_cholesky_factor_corr() 14 July 2014, 22:34:30 UTC
d748a4c Merge branch 'develop' into feature/issue-677-check-function-sigs 14 July 2014, 21:00:58 UTC
86801c8 split function signature tests into individual tests 14 July 2014, 20:58:36 UTC
8f2d727 moved dims, size, mdivide function sig tests 14 July 2014, 20:17:50 UTC
019d036 added multivariate distribution function sig tests 14 July 2014, 20:05:30 UTC
21e1650 add sort_indices function-sig tests 14 July 2014, 19:24:18 UTC
58e8ecc reserve the size of values vector of the sampling recorder 14 July 2014, 19:17:24 UTC
bc7b717 added to_matrix function sig test 14 July 2014, 19:12:42 UTC
1b509c1 added rest of matrix function signature tests 14 July 2014, 19:12:27 UTC
eb22fd4 release candidate for 2.4 manual, completes issue #668 14 July 2014, 19:09:50 UTC
b1af904 refactored more matrix function sig tests 14 July 2014, 18:18:32 UTC
4e36f1b added matrix function sig tests: broadcast_infix operators, cols, infix matrix operators, negation, rows 14 July 2014, 17:26:31 UTC
43c4bf8 Merge branch 'develop' of https://github.com/stan-dev/stan into feature/issue-668-next-manual 14 July 2014, 17:22:36 UTC
b712634 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 14 July 2014, 17:21:58 UTC
4549f67 added matrix/array function signatures for: cumulative_sum, log_sum_exp, max, mean, min, prod, sd, sum, variance 14 July 2014, 17:11:13 UTC
b6818a1 added rest of real function sig tests 14 July 2014, 16:53:14 UTC
4b18a68 updated function signature tests 14 July 2014, 15:46:08 UTC
b29dfc5 Merge pull request #759 from stan-dev/bugfix/issue-734-user-fun-name-var-conflict Fixes #734. Bugfix/issue 734 user fun name var conflict 14 July 2014, 15:41:24 UTC
57adf86 removed extra files 14 July 2014, 15:28:12 UTC
57874d3 merge develop 14 July 2014, 15:26:01 UTC
0f46a60 Merge branch 'develop' into bugfix/issue-734-user-fun-name-var-conflict Conflicts: doc/stan-reference-2.3.0.pdf src/test/unit/gm/parser_test.cpp 14 July 2014, 04:30:09 UTC
1f9174b refactor check_cholesky_factor_corr test make it look like check_cholesky_factor_test 13 July 2014, 17:34:26 UTC
da165d0 fix check_cholesky_factor_corr() 13 July 2014, 13:45:33 UTC
5812d7d Merge pull request #758 from stan-dev/bugfix/issue-733-function-void-args Fixes #733. Bugfix/issue 733 function void args 13 July 2014, 10:55:19 UTC
43a7072 rewrote logic of void check for user-defined function args to actually fail when it should 12 July 2014, 00:57:47 UTC
cc7a5a7 Merge branch 'bugfix/issue-733-function-void-args' of https://github.com/stan-dev/stan into bugfix/issue-733-function-void-args 11 July 2014, 22:58:57 UTC
c7e1e30 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 11 July 2014, 22:57:10 UTC
c7921f6 Merge pull request #767 from alyst/fix_self_transpose_doc Thanks --- looks good. fix typo in multiply_lower_tri_self_transpose() 11 July 2014, 19:30:00 UTC
3ded970 fix typo in multiply_lower_tri_self_transpose() 11 July 2014, 19:12:05 UTC
16c3569 updating test model -- had a typo 11 July 2014, 16:57:51 UTC
e5f2fa8 Merge pull request #751 from stan-dev/feature/issue-652-remove-nesterov-optimization Fixes #652. Feature/issue 652 remove nesterov optimization 11 July 2014, 16:52:07 UTC
2a293f7 Merge pull request #746 from stan-dev/feature/issue-331-error-message-1-indexed Fixes #331. Feature/issue 331 error message 1 indexed 11 July 2014, 16:49:50 UTC
0cba5ed Merge branch 'develop' of https://github.com/stan-dev/stan into develop 11 July 2014, 15:29:50 UTC
c21a4d0 fixed typo in 12.3 ARM 11 July 2014, 13:23:07 UTC
6911d56 Merge pull request #744 from stan-dev/feature/issue-743-von_mises-pi fixes #743. Instead of PI, multiplied by 2 and called it TWO_PI 11 July 2014, 07:25:18 UTC
2a075ca Merge pull request #716 from stan-dev/feature/issue-413-cholesky-corr-type Fixes #413. Feature/issue 413 cholesky corr type 11 July 2014, 07:23:02 UTC
4f77b2d adding test for 1-indexed check_corr_matrix message 11 July 2014, 05:12:48 UTC
b03d526 Some typos fixed in programming.tex 10 July 2014, 21:55:48 UTC
c126722 fixes issue #734 by disallowing user-defined function names as variables 09 July 2014, 21:29:17 UTC
404abdc completes fix for issue #733, by printing warning and failing if user-defined functions contain void type arguments 09 July 2014, 18:31:46 UTC
e67855f Merge branch 'develop' of https://github.com/stan-dev/stan into develop 08 July 2014, 20:27:57 UTC
fc4b0df reorder factor_cov_matrix args to match convention, add remaining tests, completes fixes for issue 08 July 2014, 20:27:41 UTC
02044f9 fixed bug in K==2 boundary condition for factor_U, with test 08 July 2014, 18:45:33 UTC
7d45516 Merge branch 'develop' of https://github.com/stan-dev/stan into feature/issue-413-cholesky-corr-type 08 July 2014, 18:20:33 UTC
5928850 Update README.md I added all the new functionality to our top-level GitHub readme. 08 July 2014, 18:14:22 UTC
2d5b27b Merge branch 'develop' of https://github.com/stan-dev/stan into develop 08 July 2014, 16:09:48 UTC
9ab1917 added trnasform test for range 08 July 2014, 16:09:32 UTC
c21b5f4 updating gitignore 08 July 2014, 03:58:13 UTC
904a5ca removing nesterov option from command.hpp 08 July 2014, 03:50:02 UTC
74a3b84 removing nesterov from argument list 08 July 2014, 03:48:24 UTC
da7635a updating test with a failing test case for the expected behavior 08 July 2014, 03:47:08 UTC
686b0e7 adding unit test for arg_optimize_algo 08 July 2014, 03:46:27 UTC
02c5553 Merge pull request #741 from stan-dev/feature/issue-740-gitignore-testmodels Fixes #740. updating .gitignore to ignore generated .cpp files and not ignore .stan within test-models 08 July 2014, 03:23:18 UTC
01dbdbe Merge pull request #750 from stan-dev/feature/issue-749-fix-arg_init fixes #749. updating arg_init. The test for this is in CmdStan. 08 July 2014, 03:01:50 UTC
fa54ebc updating arg_init. The test for this is in CmdStan. 08 July 2014, 03:00:15 UTC
3033bb8 changed order of factor_U and removed unused factor_L 07 July 2014, 22:09:12 UTC
aef2ec7 Merge pull request #729 from stan-dev/feature/issue-726-move-executables-to-CmdStan removing bin/stanc and bin/print from Stan 07 July 2014, 21:50:08 UTC
f549c28 Merge pull request #608 from stan-dev/feature/fix-issue-589-vectorize-multi_normal Fixes #589. Feature/fix issue 589 vectorize multi normal 07 July 2014, 21:41:00 UTC
d614c3f Update von_mises.hpp 07 July 2014, 21:04:25 UTC
3cc9c5b added a ifdef for ERROR_INDEX 07 July 2014, 20:42:02 UTC
3ab93c9 replaced TWO_PI with 2*stan::math::pi() 07 July 2014, 20:22:46 UTC
e19d4fe removed unused commente code from transform.hpp and upgraded to multiply_lower_tri_self_transpose in corr_matrix_constrain 07 July 2014, 20:18:26 UTC
05ec8c7 Merge branch 'develop' into feature/issue-743-von_mises-pi 07 July 2014, 20:17:32 UTC
745d768 Merge branch 'feature/issue-413-cholesky-corr-type' of https://github.com/stan-dev/stan into feature/issue-413-cholesky-corr-type 07 July 2014, 20:08:52 UTC
aa7fa6c Merge branch 'develop' of https://github.com/stan-dev/stan into develop 07 July 2014, 20:08:31 UTC
a6c1d9c Merge pull request #747 from stan-dev/bugfix/issue-742-ARM-Ch2 Fixes #747. Bugfix/issue 747 arm ch2 07 July 2014, 19:58:52 UTC
18d46e0 fixed R script, updated README, polls.dat now has 1 row per survey 07 July 2014, 18:03:49 UTC
9609e7b Merge branch 'develop' of https://github.com/stan-dev/stan into develop 07 July 2014, 17:03:22 UTC
def020c fixing call to dom_err_vec 06 July 2014, 16:08:39 UTC
9810407 Merge branch 'develop' into feature/issue-331-error-message-1-indexed 06 July 2014, 03:39:38 UTC
872d0a7 fixes #743. Instead of PI, multiplied by 2 and called it TWO_PI 05 July 2014, 04:18:48 UTC
40c4d80 Merge pull request #728 from ariddell/feature/vs2008-iterator Use const_iterator to resolve Visual Studio 2008 compile error 04 July 2014, 03:04:50 UTC
b5c48a5 Merge pull request #719 from jrnold/doc-fix-formatting-reserved-names fix formatting of reserved names 04 July 2014, 01:55:43 UTC
5ad470e signatures dot_self, fdim, il_else, inv_sqrt, inv_square, log2 03 July 2014, 20:46:20 UTC
db9f996 Merge pull request #587 from stan-dev/feature/lbfgs Feature/lbfgs 03 July 2014, 19:22:22 UTC
2984166 Merge pull request #717 from jrnold/minor-fix-doc-cholesky_corr-cov removed references to choleksy_(cor|cov) types 03 July 2014, 17:48:22 UTC
0d4f3ce Merge pull request #739 from stan-dev/feature/issue-696-remove-tabs removed tabs in stan and test files 03 July 2014, 17:33:01 UTC
11d13e4 Merge branch 'develop' into feature/issue-331-error-message-1-indexed Conflicts: src/test/unit/math/error_handling/matrix/check_ordered_test.cpp src/test/unit/math/error_handling/matrix/check_positive_ordered_test.cpp 03 July 2014, 16:46:15 UTC
back to top