sort by:
Revision Author Date Message Commit Date
eb2a0c8 rename struct var_origin to scope, change fuction and var names accordingly 13 February 2017, 15:54:07 UTC
60357c3 Fixes #2229. Updates the Math submodule to 827d549. 13 February 2017, 04:05:30 UTC
661aaf1 Fixes #2229. Updates the Math submodule to d544624. 12 February 2017, 20:01:33 UTC
834c857 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 10 February 2017, 18:30:06 UTC
3c8e944 grammar cleanup, removed flag for is_return 10 February 2017, 16:13:32 UTC
222d436 add methods to var_origin, cleanup semantic actions, remove unused ast functions 10 February 2017, 13:47:41 UTC
895a6ce more functions on var_origin, semantic_actions_def cleanup 09 February 2017, 19:34:38 UTC
06c71a2 Merge pull request #2210 from stan-dev/feature/issue-2182_tweak_metro_calc Tweak average metro prob calc to not use initial state 09 February 2017, 19:17:15 UTC
11073c4 refactor - allows sample logic simplified 08 February 2017, 17:25:03 UTC
7a7e263 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 07 February 2017, 17:52:23 UTC
559b551 Merge pull request #2220 from stan-dev/travis-exclude Don't need to test OSX with gcc anymore. 03 February 2017, 15:47:30 UTC
ce0afa5 Merge pull request #2219 from stan-dev/feature/2211-to_matrix Closes #2211. Expose to_matrix(vector v, int m, int n) 02 February 2017, 19:23:09 UTC
978ae4b Merge branch 'develop' of https://github.com/stan-dev/stan into develop 02 February 2017, 17:44:48 UTC
c3d3b83 Merge pull request #2203 from stan-dev/feature/initalize-exception-message Add informational message to exception during initialization 01 February 2017, 18:12:01 UTC
966be05 Don't need to test OSX with gcc anymore. 31 January 2017, 20:05:24 UTC
24ac6d2 Merge pull request #2218 from stan-dev/feature/issue-2217-update-math Update submodule for the Stan Math Library 31 January 2017, 18:13:01 UTC
56957c8 Merge pull request #2216 from stan-dev/bugfix/2145-gq-rng-compound-decl-define Bugfix/2145 gq rng compound decl define 31 January 2017, 18:12:38 UTC
d2d937f fix cpplint error 30 January 2017, 23:13:42 UTC
3a822ad changes requested per code review 30 January 2017, 22:01:45 UTC
ae7408e Closes #2211. Expose to_matrix(vector v, int m, int n) 30 January 2017, 17:32:54 UTC
865dc7d refine has_var logic; update test-model syntax 29 January 2017, 23:12:31 UTC
22f01d3 Fixes #2217. Updates the Math submodule to 3695922. 29 January 2017, 19:31:02 UTC
a1b303e Merge pull request #2215 from stan-dev/feature/issue-2214-update-math Update submodule for the Stan Math Library 28 January 2017, 14:10:50 UTC
677dc04 fixed reported bug; changed var_origin to struct, updated parser accordingly 27 January 2017, 22:50:00 UTC
3272615 fixed reported bug; changed var_origin to struct, updated parser accordingly 27 January 2017, 22:40:03 UTC
018ef12 Fixes #2214. Updates the Math submodule to 76dbf1e. 27 January 2017, 18:59:37 UTC
5c1b3bb var_origin struct runs, 1 failing unit test, checkpointing 24 January 2017, 17:35:13 UTC
169fffc updated unit test and model reject_multi_args 24 January 2017, 06:37:37 UTC
7ed5f7d update syntax in test model 24 January 2017, 03:47:52 UTC
56b8a56 changed var_origin from int to struct 24 January 2017, 03:47:20 UTC
72172a0 Update performance test 23 January 2017, 23:09:29 UTC
67fe346 Tweak average metro prob calc to not use initial state 23 January 2017, 21:45:48 UTC
986f8d1 Merge pull request #2206 from stan-dev/feature/2204-generator-refactor Feature/2204 generator refactor 23 January 2017, 17:33:25 UTC
94d0914 Merge branch 'feature/2204-generator-refactor' of https://github.com/stan-dev/stan into bugfix/2145-gq-rng-compound-decl-define 23 January 2017, 17:01:31 UTC
5f16d2c fixed visgen constructor to capture indent param value 22 January 2017, 18:49:15 UTC
afeb082 Merge branch 'feature/2204-generator-refactor' of https://github.com/stan-dev/stan into feature/2204-generator-refactor 19 January 2017, 20:20:05 UTC
e7f6358 Merge pull request #2191 from stan-dev/feature/issue-2190-update-math Update submodule for the Stan Math Library 19 January 2017, 17:22:29 UTC
fe5b3b4 add scope_access.hpp to ast.hpp 18 January 2017, 22:40:50 UTC
b6d26a9 local var decls track var origin 17 January 2017, 20:47:21 UTC
3dfcabf array_expr change per TODO note 17 January 2017, 20:38:36 UTC
abb2733 array_expr change per TODO note 17 January 2017, 20:37:49 UTC
963cb8d more comments 17 January 2017, 19:27:30 UTC
6d4e657 fix sign/unsign compare warn in lvalue 17 January 2017, 18:45:08 UTC
c8c9008 generator refactored to files, fixes #2204 15 January 2017, 02:08:17 UTC
6bcb54c even more breaking generator into files 14 January 2017, 23:30:03 UTC
faf2286 even more generator refactoring to files 14 January 2017, 06:44:37 UTC
f8fef4a more generator refactor into files 14 January 2017, 03:41:12 UTC
84117a2 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 14 January 2017, 00:35:03 UTC
2aca0da start to breaking up generator 13 January 2017, 18:33:58 UTC
0fe241b Add informational message to exception during initialization Adds a short message to the thrown `std::domain_error`. Interfaces which are able to handle C++ exceptions may not be able to detect the exception class; providing a message solves this problem. 12 January 2017, 14:51:58 UTC
c314b00 Merge pull request #2144 from stan-dev/feature/issue-1259-anonymous-namespaces Feature/issue 1259 anonymous namespaces 10 January 2017, 17:14:02 UTC
e205a8c Merge branch 'develop' of https://github.com/stan-dev/stan into develop 10 January 2017, 16:26:23 UTC
f10db26 Updating math version 10 January 2017, 14:22:53 UTC
21585aa Fixes #2190. Updates the Math submodule to dc72504. 10 January 2017, 14:22:53 UTC
9721c8b Fixes #2190. Updates the Math submodule to b50d502. 10 January 2017, 14:22:53 UTC
df391b7 Fixes #2190. Updates the Math submodule to 8cb1b40. 10 January 2017, 14:22:53 UTC
19f0bd1 Fixes #1259. Removing anonymous namespaces. 10 January 2017, 05:29:37 UTC
1c2075b Merge pull request #2004 from stan-dev/feature/issue-1751-service-methods Fixes #1751. Stan refactor 09 January 2017, 05:38:18 UTC
c5e43b0 Updating experimental message 09 January 2017, 03:12:29 UTC
54833b6 Using Eigen::Map 09 January 2017, 02:40:21 UTC
0c1cd74 Merge pull request #2200 from stan-dev/bugfix/issue-1194-check-vector-size Bugfix/issue 1194 check vector size 05 January 2017, 03:47:14 UTC
67479e5 commenting generator code flow 04 January 2017, 23:15:26 UTC
f2be964 more tests 04 January 2017, 03:55:33 UTC
61de2e2 cpplint fix 04 January 2017, 03:52:51 UTC
4a9c405 comments for function generate_validate_positive 04 January 2017, 03:50:52 UTC
472cde7 more tests 04 January 2017, 02:58:41 UTC
48eefc6 Addressing last review comments 03 January 2017, 20:49:23 UTC
446b502 more tests 02 January 2017, 00:17:55 UTC
fb96a89 dimension size tests for local variables, params 02 January 2017, 00:16:22 UTC
c5b2a05 backing out compile-time vector size test 01 January 2017, 19:57:54 UTC
ffa5aac cpplint 30 December 2016, 19:45:05 UTC
2a3c0aa Updating spacing 30 December 2016, 19:26:31 UTC
23a9458 Updating spacing 30 December 2016, 19:20:10 UTC
5f87f9d updating doc 30 December 2016, 19:12:27 UTC
fe43b92 Replacing most uses of .str("") 30 December 2016, 17:09:31 UTC
5fd895f Updating doc and spacing 30 December 2016, 17:09:19 UTC
af7092b cpplint 29 December 2016, 14:58:48 UTC
354bd0f Fixing test 29 December 2016, 05:44:48 UTC
e63e674 More fixes 29 December 2016, 05:36:05 UTC
2281219 Adding doc 29 December 2016, 04:45:31 UTC
f05f8a6 Updating new tests 29 December 2016, 04:35:31 UTC
2ac6f69 Fixing lots of stuff 29 December 2016, 04:24:48 UTC
800856e Fixing doc and implementation of var_context 28 December 2016, 16:20:31 UTC
cf6218d Making doxygen doc more consistent 28 December 2016, 16:20:31 UTC
0f9ce3e Updating doc for writer and stream_writer 28 December 2016, 16:20:24 UTC
1273c8f added test for bug, test currently fails 28 December 2016, 14:42:28 UTC
fa75ca1 Adding virtual destructor 28 December 2016, 05:40:55 UTC
c536c68 Renaming chained_writer to tee_writer 28 December 2016, 05:38:36 UTC
8bc4520 Removing no operation functionality to base class 28 December 2016, 05:38:31 UTC
1102cd2 Removed unused parts of stan::callbacks::writer 28 December 2016, 04:58:57 UTC
1319011 Merge branch 'develop' into feature/issue-1751-service-methods 27 December 2016, 14:11:24 UTC
ba6fef7 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 27 December 2016, 00:34:42 UTC
578e02e Merge pull request #2194 from stan-dev/feature/issue-2193-remove-documentation-move-math Remove v2.14.0 documentation and move math library 26 December 2016, 20:55:35 UTC
c6a2588 Updating math library 26 December 2016, 20:54:26 UTC
58f1ce4 fixes #2193. moving math library back to lib/stan_math 26 December 2016, 20:50:45 UTC
08ee07f Removing built documentation. 26 December 2016, 20:50:44 UTC
e546c9c Merge pull request #2192 from stan-dev/release/v2.14.0 release/v2.14.0 26 December 2016, 20:34:50 UTC
b09651f release notes 26 December 2016, 20:27:03 UTC
e104f44 release/v2.14.0: adding built documentation. 26 December 2016, 20:24:55 UTC
9e04097 release/v2.14.0: updating version numbers. 26 December 2016, 20:24:14 UTC
back to top