swh:1:snp:d80eec3f654c152adbdd6e641362bcb340d39fe2

sort by:
Revision Author Date Message Commit Date
15b9aaa [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 15 April 2022, 19:00:03 UTC
b09e9c0 update tuple assignment 15 April 2022, 18:44:38 UTC
25d614e Merge remote-tracking branch 'origin/develop' into feature/tuple-assign 15 April 2022, 17:41:16 UTC
eff02a8 Updates the Math submodule to 158d446. 11 April 2022, 21:03:21 UTC
7d8eca8 Updates the Math submodule to 75438f0. 08 April 2022, 04:38:27 UTC
009b2ea Merge pull request #3111 from stan-dev/issue/3110-cleanup-mcmc-includes Issue/3110 cleanup mcmc includes 05 April 2022, 14:24:01 UTC
40cb081 fixup and add tests for tuples 31 March 2022, 17:12:57 UTC
040c471 Updates the Math submodule to b285b51. 28 March 2022, 19:03:58 UTC
b703415 Updates the Math submodule to cd230dc. 27 March 2022, 06:00:51 UTC
cfc89bf release/v2.29.2: updating version numbers 24 March 2022, 23:40:13 UTC
0907ecd Updating Math Library to tagged v4.3.2 24 March 2022, 23:38:00 UTC
306b5da adds tuple assign 24 March 2022, 20:33:46 UTC
3ef140b Merge pull request #3112 from stan-dev/fix_matrix_indexing Fix matrix indexing 24 March 2022, 00:36:42 UTC
3b8996f [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 23 March 2022, 20:23:45 UTC
1870198 add tests 23 March 2022, 20:20:54 UTC
ddba872 fix rvalue indexing 23 March 2022, 20:15:41 UTC
008bffb Updates the Math submodule to f7a1645. 21 March 2022, 23:22:03 UTC
f9d4dde canonical include is math/prim.hpp 20 March 2022, 17:14:45 UTC
ecfbf6b canonical order of includes 20 March 2022, 16:48:26 UTC
dcdd3d6 removed unused include; canonical order of includes 20 March 2022, 16:38:37 UTC
0513bb9 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 20 March 2022, 16:03:20 UTC
be1544a Updates the Math submodule to e5e2b14. 18 March 2022, 20:12:01 UTC
ee326e1 Use local git config in Jenkins CI * Use 'git commit --author' * Use local git config 10 March 2022, 23:22:41 UTC
d0d5299 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 08 March 2022, 19:46:35 UTC
add8852 Updates the Math submodule to e33c552. 03 March 2022, 17:06:33 UTC
0ac7c2f release/v2.29.1: updating version numbers 02 March 2022, 12:17:50 UTC
82960a3 Updating Math Library to tagged v4.3.1 02 March 2022, 12:15:42 UTC
0a5ed06 Merge pull request #3101 from stan-dev/fix/varmat-assign Use is_uninitialized() instead of size() when assigning var matrix types 21 February 2022, 16:47:29 UTC
f8ff888 Merge branch 'develop' into fix/varmat-assign 21 February 2022, 10:42:09 UTC
bd850e8 Merge pull request #3104 from stan-dev/remove_oldimac_perf_test CI refactor: Remove performance stage 20 February 2022, 21:33:07 UTC
de42c86 Updates the Math submodule to 01dd2e7. 20 February 2022, 11:08:45 UTC
8c5483e remove performance stage 18 February 2022, 15:11:30 UTC
8793c11 Merge branch 'develop' into fix/varmat-assign 17 February 2022, 16:28:29 UTC
f346c6c Moved Performance to oldimac 16 February 2022, 20:36:14 UTC
27a05fb fix assign so that for var matrices we check if the assigned to matrix is uninitialized instead of size zero. 16 February 2022, 19:18:30 UTC
70ab1a9 Move ci to flatiron institute (#3092) * Refactored Jenkinsfile for Flatiron CI 16 February 2022, 17:35:23 UTC
21a466b Updates the Math submodule to 5fd79f8. 31 January 2022, 18:41:08 UTC
6c9c63e Merge pull request #3099 from stan-dev/update_version Update version to 2.29.0 31 January 2022, 09:22:38 UTC
a100c76 update version to 2.29.0 31 January 2022, 08:12:32 UTC
a34588e Merge pull request #3095 from stan-dev/fix/negative-indexing Fix assign and lvalue to return 0 row/col/size objects for negative indexing 27 January 2022, 21:12:36 UTC
a58ae32 remove check on lhs from assign to size 0 27 January 2022, 17:47:21 UTC
cfe80e8 rvalue reference catch 24 January 2022, 20:01:42 UTC
9744ceb [Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.04.1 (tags/RELEASE_600/final) 24 January 2022, 19:39:33 UTC
685a133 check sizes for arrays in assignment 24 January 2022, 19:35:48 UTC
99c1117 cleanup template 22 January 2022, 01:52:15 UTC
a602734 Merge branch 'fix/negative-indexing' of github.com:stan-dev/stan into fix/negative-indexing 22 January 2022, 01:29:03 UTC
d17b844 fix line length 22 January 2022, 01:28:57 UTC
00d1368 [Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.04.1 (tags/RELEASE_600/final) 22 January 2022, 01:25:01 UTC
ace0af5 cleanup extra error messages for matrix assign 22 January 2022, 01:24:24 UTC
55b3b9e remove size zero checks for assigned to value 22 January 2022, 01:21:00 UTC
14f5dff fix ending ) for serializer error 22 January 2022, 01:13:20 UTC
3b716ef [Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.04.1 (tags/RELEASE_600/final) 22 January 2022, 01:12:26 UTC
65db926 update test cases and make error messages nicer 22 January 2022, 01:08:39 UTC
8cb5990 Merge branch 'fix/negative-indexing' of github.com:stan-dev/stan into fix/negative-indexing 21 January 2022, 01:52:15 UTC
7c552a4 update 21 January 2022, 01:52:11 UTC
1cbee84 [Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.04.1 (tags/RELEASE_600/final) 21 January 2022, 01:31:53 UTC
ecfb825 Merge commit '5621ebde258fe9926c6a36160f12e998e028670e' into HEAD 21 January 2022, 01:31:41 UTC
3eb1ccc fix min_max index for var mat types 21 January 2022, 01:01:26 UTC
af980a6 update tests for checking rvalue sizes when returning negative indices 20 January 2022, 22:21:22 UTC
eec9ef5 update assign and rvalue functions to handle negative min-max indices 20 January 2022, 04:51:03 UTC
5621ebd Updates the Math submodule to ef0cd15. 19 January 2022, 17:15:47 UTC
9471397 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 18 January 2022, 15:58:42 UTC
8237f7d Updates the Math submodule to 9bd2395. 16 January 2022, 00:40:01 UTC
9b3d0ca Updates the Math submodule to 9c12790. 15 January 2022, 04:31:24 UTC
bfcde6c Updates the Math submodule to e15c69f. 14 January 2022, 06:56:49 UTC
40d8e92 Updates the Math submodule to 92ca959. 12 January 2022, 07:20:24 UTC
ab9e40c Updates the Math submodule to 1a447f2. 08 January 2022, 05:27:55 UTC
293295d Updates the Math submodule to 46fa82d. 04 January 2022, 09:05:40 UTC
f75f315 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 03 January 2022, 18:58:42 UTC
30b140c Updates the Math submodule to 40e2a30. 02 January 2022, 18:39:50 UTC
7dd3889 Updates the Math submodule to a43562e. 31 December 2021, 07:58:47 UTC
e830399 Updates the Math submodule to f90727d. 23 December 2021, 09:06:11 UTC
3dfb81f Updates the Math submodule to 3595599. 22 December 2021, 16:48:14 UTC
d9348d9 Updates the Math submodule to 681fa17. 22 December 2021, 00:33:15 UTC
fc98808 Updates the Math submodule to ce82581. 21 December 2021, 01:12:03 UTC
3d1e33d Merge pull request #3093 from stan-dev/disable-precompiled-headers-integration Disable precompiled headers for integration tests 20 December 2021, 20:34:32 UTC
2971524 Update Jenkinsfile 20 December 2021, 09:47:19 UTC
4e05f9e Updates the Math submodule to cc9eb37. 16 December 2021, 21:49:00 UTC
54762da Updates the Math submodule to 3a080d7. 06 December 2021, 23:19:56 UTC
e14113c Updates the Math submodule to a5e40e7. 26 November 2021, 19:28:45 UTC
f9e7c81 Merge pull request #3091 from stan-dev/integration_clean_before_builiding Add clean-all to integration tests 24 November 2021, 13:59:39 UTC
40896ef Updates the Math submodule to ddf8946. 24 November 2021, 12:03:13 UTC
227ecc4 add clean-all 24 November 2021, 08:25:07 UTC
f1638d8 Merge pull request #3090 from stan-dev/version_number_2_28_2 Merge patch release changes (master to develop) 23 November 2021, 19:49:49 UTC
a5e02d0 Merge branch 'master' into develop # Conflicts: # .github/ISSUE_TEMPLATE.md # RELEASE-NOTES.txt # src/doxygen/doxygen.cfg # src/stan/version.hpp # src/test/unit/version_test.cpp 23 November 2021, 09:34:03 UTC
4383f84 release/v2.28.2: updating version numbers 22 November 2021, 13:43:47 UTC
ce8eda3 Updates the Math submodule to 2f62d09. 19 November 2021, 23:05:18 UTC
6073efa Merge pull request #3087 from stan-dev/fix/nowrite-diagnostics Do not write to stream when given a nullptr in the writer 19 November 2021, 20:41:51 UTC
5f49bbd [Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.04.1 (tags/RELEASE_600/final) 19 November 2021, 19:53:44 UTC
6b0653c remove from streamwriter 19 November 2021, 19:41:02 UTC
8f73d98 check if writer is nullptr and if so do nothing 19 November 2021, 19:35:42 UTC
227e7fe Merge pull request #3079 from stan-dev/cleanup_test_models Remove test Stan models for integration tests 17 November 2021, 05:38:19 UTC
233d9bf Merge pull request #3080 from stan-dev/add_namespace_to_pow add std:: in tests to avoid ambiguity 09 November 2021, 14:33:47 UTC
a77b216 [Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.04.1 (tags/RELEASE_600/final) 09 November 2021, 11:04:45 UTC
efe0ac9 add std:: in tests to avoid ambiguity 09 November 2021, 10:51:19 UTC
aa1d847 Merge branch 'develop' into cleanup_test_models 08 November 2021, 18:18:43 UTC
02aff49 Merge pull request #3078 from stan-dev/stanc3_models_integration_tests Switch to stanc3 test models for integration tests 08 November 2021, 17:59:37 UTC
cbee267 Revert 3 more models 31 October 2021, 15:05:30 UTC
b7d8e49 Revert a few more test models 31 October 2021, 14:52:13 UTC
1e502c2 place badrecurse1.stan back 31 October 2021, 14:15:27 UTC
back to top