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

sort by:
Revision Author Date Message Commit Date
847fffc single-thread 21 August 2019, 21:23:52 UTC
ff8503c working version 21 August 2019, 13:10:57 UTC
b3add46 release/v2.20.0: updating version numbers. 18 July 2019, 22:13:08 UTC
35fa1f7 Updating Math Library to tagged v2.20.0 18 July 2019, 22:12:01 UTC
ddae58e Merge pull request #2774 from roualdes/feature/issue-2752-update-rhat-ess Feature/issue 2752 update ess 17 July 2019, 20:59:33 UTC
38d4c0c doc changes in the spirit last merge 17 July 2019, 13:29:50 UTC
f5da61b fix conflicts and merge develop 17 July 2019, 13:21:57 UTC
ac4880d Merge pull request #2785 from stan-dev/feature/2759-model-base Fixes #2759. Feature/2759 model base 17 July 2019, 04:06:48 UTC
cf0682a add inline comments for now infamous num_draws - 4 line 16 July 2019, 22:09:54 UTC
5259981 doc and improve code for ESS thresholding 16 July 2019, 20:44:39 UTC
d55a88b doc format for model bases 16 July 2019, 18:14:41 UTC
ac7d51e Merge branch 'develop' of https://github.com/stan-dev/stan into feature/2759-model-base 15 July 2019, 18:49:04 UTC
937656a rename model_crtp to model_base_crtp 15 July 2019, 18:48:54 UTC
03fb502 Merge branch 'develop' of https://github.com/stan-dev/stan into feature/issue-2752-update-rhat-ess 15 July 2019, 15:51:27 UTC
d0c574d doc changes re betanalpha's first review 15 July 2019, 15:51:15 UTC
4ecdb6e Merge pull request #2791 from stan-dev/feature/issue-2757-ode_time Var initial time and time vector for ODE solver. Closes issue 2757. 14 July 2019, 15:22:59 UTC
1e8e7f9 remove models no longer used in tests. 14 July 2019, 08:36:46 UTC
9222410 Merge pull request #2775 from fatvlady/bugfix/issue-2772-mcmc-multiunit-compilation Bugfix/issue 2772 mcmc multiunit compilation 13 July 2019, 10:41:55 UTC
cbe4277 Merge pull request #2784 from stan-dev/faster-matrix-assign We can defer to Eigen's copy constructor now for assignment 12 July 2019, 14:15:23 UTC
d4cc302 Move mtu test to integration 11 July 2019, 21:17:32 UTC
0c9435e Updates the Math submodule to 1f2d306. 11 July 2019, 16:47:29 UTC
b1f8ad6 remove redundant Eigen def for lvalue assign 10 July 2019, 18:07:10 UTC
93ae304 Updates the Math submodule to c11a3d7. 09 July 2019, 21:38:15 UTC
4040263 Merge branch 'develop' of https://github.com/stan-dev/stan into feature/2759-model-base 08 July 2019, 17:51:25 UTC
7f27a8d Updates the Math submodule to 39d9357. 08 July 2019, 14:36:18 UTC
da68b8b Merge branch 'develop' of https://github.com/stan-dev/stan into feature/2759-model-base 08 July 2019, 01:11:58 UTC
d83b07d fix generate_cpp test and cpplint 08 July 2019, 01:10:57 UTC
f360829 tests for model_base, _crtp; exception prob_grad int out of range 07 July 2019, 19:57:24 UTC
773f617 Updates the Math submodule to 37ea6ba. 07 July 2019, 03:48:32 UTC
472ac33 added math::var dependency to model_base 06 July 2019, 20:27:31 UTC
3bbeb15 Merge branch 'develop' of https://github.com/stan-dev/stan into faster-matrix-assign 06 July 2019, 17:22:35 UTC
d550d56 Fix stan_math pointer 06 July 2019, 17:21:52 UTC
f0a90ae We can defer to Eigen's copy constructor now. 06 July 2019, 17:04:43 UTC
0f44d8c Allow ts and t0 to be parameters, complete ode_test, and extend the integrate_ode_* stan models. 06 July 2019, 15:35:48 UTC
9a87461 updated includeds for model_base and headers 06 July 2019, 04:19:50 UTC
4abec3e Merge branch 'develop' of https://github.com/stan-dev/stan into feature/2759-model-base 06 July 2019, 03:56:29 UTC
53b92dd generator updates for base class 05 July 2019, 20:04:00 UTC
76a7efb minor doxygen fixes to remove warnings 05 July 2019, 19:25:51 UTC
d25dbd7 doxygen doc, override specs on model_{base, crtp} 05 July 2019, 19:25:34 UTC
39f8318 model base and crtp 05 July 2019, 18:35:37 UTC
f4aa757 Merge pull request #2764 from stan-dev/feature/jenkins-aws-refactor Changed label of master to oldimac 04 July 2019, 20:20:35 UTC
43969f9 Merge pull request #2758 from drezap/drezap/feature/issue-2736-add-gp-covfun-to-lang feature/issue 2736 add gp covfun to lang 28 June 2019, 16:58:28 UTC
1ddac3f Fixes #2772; base_xhmc cleanup 27 June 2019, 21:40:30 UTC
d03404c Updates the Math submodule to 8f8cbbb. 26 June 2019, 11:02:28 UTC
2df327e Switch from log(1 + e) to log1p(e) 23 June 2019, 11:50:13 UTC
ccffabc Switch to std::abs instead of std::fabs 23 June 2019, 11:50:13 UTC
067fe35 Fix build_tree return type and divergent_ member 23 June 2019, 11:50:13 UTC
5e038c8 Test mcmc multi-unit compilation 23 June 2019, 11:50:13 UTC
63e81a2 Updates the Math submodule to f39a325. 23 June 2019, 00:35:07 UTC
7c74a75 Merge branch 'develop' of https://github.com/stan-dev/stan into feature/issue-2752-update-rhat-ess 22 June 2019, 20:13:37 UTC
f3f4d9f fixed make test-headers 22 June 2019, 20:13:22 UTC
3614e39 Merge pull request #2773 from stan-dev/bugfix/2588-constr-param-size-boundary Bugfix/2588 constr param size boundary 21 June 2019, 16:31:49 UTC
0a3fb09 Updates the Math submodule to 1487556. 20 June 2019, 22:43:02 UTC
8f98a97 Merge branch 'develop' of https://github.com/stan-dev/stan into feature/issue-2752-update-rhat-ess 20 June 2019, 21:05:17 UTC
e54a754 satisfy cpplint 20 June 2019, 21:04:38 UTC
0c13636 change autocovariance docs to more clearly differentiate from stan-dev/math function of same name 20 June 2019, 21:00:11 UTC
a6b5947 update (not split) compute effective sample size tests from using biased autocovariance 20 June 2019, 20:57:03 UTC
ce95541 add biased autocovariance tests 20 June 2019, 20:56:17 UTC
b9e10f6 match compute ess tests with file structure 20 June 2019, 20:36:12 UTC
b3d353a Updates the Math submodule to 61da80d. 20 June 2019, 01:32:05 UTC
b8d173f include string in reader for cpplint 19 June 2019, 18:22:20 UTC
8db3c94 size 0 exceptions for simplex, unit_vector in io.reader 19 June 2019, 18:21:08 UTC
f306bbd add split_ess methods in chains.hpp 18 June 2019, 18:52:04 UTC
3288038 add tests for compute_split_ess 18 June 2019, 18:51:38 UTC
958801a Merge pull request #2770 from stan-dev/rethrow-located-string Refactoring rethrow_located to take in a string 18 June 2019, 00:46:16 UTC
dc8047c Refactoring rethrow_located to take in a string 17 June 2019, 19:21:31 UTC
21d52c8 write, and modify to pass, first tests 17 June 2019, 17:21:08 UTC
6b7a664 add documentation 17 June 2019, 16:40:00 UTC
1bdd466 Updates the Math submodule to 538d8bf. 16 June 2019, 06:06:53 UTC
c4ad472 essentially zero cost splits; split and ess still separate functions 13 June 2019, 15:27:43 UTC
69f1cea Merge pull request #2766 from stan-dev/faster-indexing Faster indexing 11 June 2019, 12:15:26 UTC
d4403de Merge branch 'develop' of https://github.com/stan-dev/stan into faster-indexing 09 June 2019, 17:38:13 UTC
073aacc Try using coeff for faster indexing of Eigen types 09 June 2019, 17:37:59 UTC
895c14b Updates the Math submodule to 22072c6. 08 June 2019, 12:09:39 UTC
bc9fe71 Updates the Math submodule to 9e0bd89. 06 June 2019, 02:17:25 UTC
25f0b2f Updates the Math submodule to 876ea4e. 05 June 2019, 04:47:09 UTC
ff4a80a Changed label of master to oldimac 31 May 2019, 18:10:38 UTC
4831270 Updates the Math submodule to 5bc5ba7. 30 May 2019, 20:23:05 UTC
16ba65b slight doc changes 28 May 2019, 15:15:26 UTC
1cc1199 Merge pull request #2754 from andrjohns/feature/update_eigen_includes Fixes #2755 - Update Eigen includes to allow compilation with new plugin methods 21 May 2019, 14:19:23 UTC
266a2c8 Updates the Math submodule to f49f224561. 18 May 2019, 14:07:52 UTC
bb3c10a Updates the Math submodule to dd45af4. 14 May 2019, 02:50:47 UTC
af2a327 add the gp covfun instantiation tests 14 May 2019, 00:06:08 UTC
9d5ec40 Revert "add the gp instantiation tests" This reverts commit 5605ed6b75e6549a44e4e4b9f0a4c9f50ab5246d. 14 May 2019, 00:04:02 UTC
5605ed6 add the gp instantiation tests 14 May 2019, 00:03:03 UTC
0777688 add gp covfuns to lang 13 May 2019, 23:41:38 UTC
54ca6d2 Updates the Math submodule to d9cfb98. 13 May 2019, 09:22:58 UTC
90c3056 Updates the Math submodule to 2918e62. 12 May 2019, 14:31:10 UTC
9b0cff2 Updates the Math submodule to 5e76d67. 11 May 2019, 22:08:24 UTC
0c84d5a Updates the Math submodule to ec52b8b. 11 May 2019, 04:19:42 UTC
2648ac8 Updates the Math submodule to 0784a82. 10 May 2019, 12:57:04 UTC
1f367c1 Updates the Math submodule to d325485. 10 May 2019, 00:56:58 UTC
b5ec720 Updates the Math submodule to 57215ea. 07 May 2019, 18:03:19 UTC
c1add0a Update Eigen headers to allow compilation with new plugin methods 05 May 2019, 08:50:02 UTC
7facdc7 Updates the Math submodule to 2b0b399. 04 May 2019, 14:34:13 UTC
306f711 Updates the Math submodule to 2df4ad7d61. 03 May 2019, 17:57:05 UTC
2d920d1 Updates the Math submodule to 3ca6ccf. 03 May 2019, 10:18:23 UTC
585afc0 proposed functional spec 26 April 2019, 19:52:45 UTC
b49d667 Updates the Math submodule to 6622078. 23 April 2019, 00:48:43 UTC
68d995d Updates the Math submodule to f31e769c3f. 21 April 2019, 15:06:49 UTC
back to top