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

sort by:
Revision Author Date Message Commit Date
6ed8d73 Merge branch 'develop' of https://github.com/stan-dev/stan into feature/issue-646-csv-reader-max-depth 01 October 2018, 12:54:12 UTC
9bf3c67 Merge pull request #2649 from stan-dev/bugfix/issue-2648-travis Fixing broken travis build 29 September 2018, 23:04:56 UTC
1fbcbe5 Updates the Math submodule to 9dbab91. 28 September 2018, 18:07:23 UTC
f66f2dd printing the make/local file to see if it propagates properly 28 September 2018, 00:05:08 UTC
c7f4182 updating if statement 27 September 2018, 18:52:25 UTC
b3eb366 changing the dependency generation to DEPFLAGS_OS = -M -E for g++ 27 September 2018, 18:45:15 UTC
01dbb14 adding -pthread to CXXFLAGS_OS for g++-4.9; for some reason that was in the old .travis.yml settings 27 September 2018, 14:03:00 UTC
85696ba changing where we're adding the -stdlib option to CXXFLAGS_OS 27 September 2018, 13:22:24 UTC
b35a09b Move to submodule hash from stan-math develop. 26 September 2018, 13:49:30 UTC
5915e69 Updates the Math submodule to 366f03b. 25 September 2018, 19:08:06 UTC
d656031 Merge pull request #2601 from stan-dev/bugfix/issue-2593-make Fixes #2593. Cleaning up makefiles. Fixes the makefile issues. 25 September 2018, 14:46:25 UTC
3fa46c9 Updates the Math submodule to 502487c. 23 September 2018, 17:47:07 UTC
8577e86 updated doc on git submodule targets 21 September 2018, 16:23:35 UTC
b9be73b adding a note indicating that runTests.py is commonly used and a link to the wiki 21 September 2018, 16:00:41 UTC
2d05066 removing unused GENERATED_STAN_TARGETS from make/tests 21 September 2018, 15:33:47 UTC
ad05fad Merge branch 'develop' into bugfix/issue-2593-make 21 September 2018, 15:32:24 UTC
cf5a69f Merge pull request #2635 from jjramsey/feature/issue-633-allow-include-paths Add argument to stanc to allow include paths to be passed 20 September 2018, 11:48:58 UTC
f54265b Moving stanc_helper_with_include.stan from src/test/test-models/good/ 17 September 2018, 01:12:38 UTC
89e0940 Put messages about include paths in proper place and added unit tests 16 September 2018, 21:27:07 UTC
143ae6f Added unit tests 16 September 2018, 17:55:55 UTC
beec23a Updates the Math submodule to a7a289b. 16 September 2018, 08:52:56 UTC
e61c6d8 Updates the Math submodule to 47a5a58. 15 September 2018, 06:15:54 UTC
6f59596 Merge pull request #2636 from stan-dev/bugfix/issue-2628-write_array Bugfix/issue 2628 write array 14 September 2018, 08:08:11 UTC
9e11874 cpplint fix 13 September 2018, 19:15:40 UTC
608c113 update unit test 13 September 2018, 18:30:21 UTC
fdbf50c fix merge conflict 13 September 2018, 16:31:37 UTC
3245923 updating dependencies; simplfying dependencies for generated Stan C++ files 13 September 2018, 14:16:28 UTC
06379a5 Merge branch 'develop' into bugfix/issue-2593-make 13 September 2018, 13:14:49 UTC
8aaac5d Merge pull request #2611 from stan-dev/bugfix/2431a-tuples-set-one-fixes Bugfixes for initial merge for tuples step one 13 September 2018, 10:09:48 UTC
9ef3ada Merge branch 'develop' of https://github.com/stan-dev/stan into bugfix/2431a-tuples-set-one-fixes 13 September 2018, 05:52:55 UTC
4666010 fixing indentation within the generated write_array() method 12 September 2018, 13:28:46 UTC
132f093 fixes #2628. the generated write_array() method now returns without validating transformed parameters if it doesn't need to. 12 September 2018, 13:26:56 UTC
2bbb641 Fix cpplint complaints 12 September 2018, 11:46:27 UTC
44b9d29 travis config - quotes around testfolder names everywhere 12 September 2018, 07:10:24 UTC
e8ef608 fixing dependencies for generated files 12 September 2018, 03:13:54 UTC
757dd66 updating dependencies 12 September 2018, 01:50:54 UTC
7206bd9 Updates the Math submodule to 159f3df. 12 September 2018, 01:19:55 UTC
b6a4802 trying to get it working for windows 12 September 2018, 00:30:39 UTC
10b85cb travis config - avoid timeouts 11 September 2018, 21:10:00 UTC
e6fbe90 changes per code review 11 September 2018, 14:30:52 UTC
6c90f2f Add argument to stanc to allow include paths to be passed 11 September 2018, 13:40:44 UTC
05a918d changing generated files to lose the src/ folder 11 September 2018, 13:36:54 UTC
1042442 pulling out compiler options printing to one spot 11 September 2018, 12:43:57 UTC
f3de4f2 Merge branch 'develop' of https://github.com/stan-dev/stan into bugfix/2431a-tuples-set-one-fixes 11 September 2018, 12:39:06 UTC
7b3eba2 Updates the Math submodule to 1ebcd9c. 11 September 2018, 04:23:38 UTC
53b793c should fix the infinite loop 11 September 2018, 02:18:27 UTC
a932baf adding more detail in the makefile 11 September 2018, 02:00:04 UTC
20de12f Change unwanted tabs to spaces 10 September 2018, 23:44:12 UTC
44f49db Merge branch 'develop' of https://github.com/stan-dev/stan into bugfix/2431a-tuples-set-one-fixes 10 September 2018, 17:54:01 UTC
6b0c541 Allow CSV reader to read max_depth from CmdStan CSV file 09 September 2018, 23:00:37 UTC
7c164f5 Updates the Math submodule to a534989. 09 September 2018, 21:23:57 UTC
58f2291 Merge pull request #2622 from kedartal/develop Thanks! add inline to the declaration of compute_effective_sample_size(...) 09 September 2018, 14:50:32 UTC
7b00e8e including the dependencies for the Stan model tests: *.hpp-test 07 September 2018, 18:45:06 UTC
0c1a379 fix cpplint whitespace issue 03 September 2018, 22:13:02 UTC
71fd160 add inline to the declaration (and implementation) of compute_effective_sample_size(...) in the header file see https://github.com/stan-dev/stan/issues/2615 31 August 2018, 16:12:05 UTC
5686260 fixing dependencies for stanc 31 August 2018, 13:07:53 UTC
fb13f15 Updates the Math submodule to 1875575. 30 August 2018, 12:54:10 UTC
cd041a3 Updates the Math submodule to f6b3ec2. 29 August 2018, 20:44:48 UTC
249e151 updating travis yml 29 August 2018, 14:15:57 UTC
d1a7245 Updates the Math submodule to 2b36bfe. 28 August 2018, 09:47:10 UTC
a9d3b97 Updates the Math submodule to b46093f. 26 August 2018, 04:30:03 UTC
8a55940 Add new config option to preserve stashes to enable stage replay from the bottom of https://jenkins.io/doc/book/pipeline/running-pipelines/ 23 August 2018, 14:44:22 UTC
01a09e7 Updates the Math submodule to 68b8f7e. 22 August 2018, 19:41:08 UTC
6fa0935 unit test for bare type variable declarations 22 August 2018, 14:25:35 UTC
6204e99 tests for local var decls, passing 22 August 2018, 13:50:34 UTC
60a5769 Merge pull request #2614 from stan-dev/bugfix/2612-parser-msg-unknown-variable Bugfix/2612 parser msg unknown variable 22 August 2018, 09:11:22 UTC
555cd26 removed error msgs; backtrack quietly 21 August 2018, 13:07:41 UTC
37ba6c6 unit test and test models for bug; fails test 21 August 2018, 11:26:40 UTC
60ace1f Merge branch 'develop' of https://github.com/stan-dev/stan into develop 21 August 2018, 10:31:47 UTC
97a9117 Updates the Math submodule to fceb2e3. 21 August 2018, 05:53:54 UTC
7c711be header fixes 20 August 2018, 19:58:05 UTC
99aaca4 merge fix 20 August 2018, 17:48:16 UTC
7a6a27b merge fix 20 August 2018, 17:31:03 UTC
dcd4c58 Merge branch 'bugfix/2604-generator-multidim-params' of https://github.com/stan-dev/stan into bugfix/refactor-cleanup 20 August 2018, 16:12:35 UTC
4748b25 fix merge conflicts 20 August 2018, 15:24:29 UTC
cc68161 more tests 20 August 2018, 15:09:21 UTC
0648c1b Merge pull request #2609 from stan-dev/issue/2608-wording-change-s-warning-info Change parser messages to avoid word "Warning" - use "Info" instead 19 August 2018, 18:57:05 UTC
b5872e9 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 19 August 2018, 15:55:45 UTC
c001d73 Merge pull request #2441 from VMatthijs/feature/GLMs_Stan_Language Feature/GLMs For Stan Language 19 August 2018, 13:46:32 UTC
a691f2d changed Warning and Warning (non-fatal) to Info; updated unit tests accordingly 19 August 2018, 12:13:09 UTC
51890df Updates the Math submodule to c5bf117. 19 August 2018, 05:02:12 UTC
f6635d7 adding an include for . back in 19 August 2018, 02:26:25 UTC
bf19222 Merge branch 'develop' into bugfix/issue-2593-make 19 August 2018, 01:37:56 UTC
f485f11 Updates the Math submodule to c32bde1. 18 August 2018, 17:11:09 UTC
ca06e2a minor updates 18 August 2018, 05:34:24 UTC
6e0a67a updating test so it creates the directory first 18 August 2018, 03:49:50 UTC
f461fc5 minor 17 August 2018, 16:53:57 UTC
1c39f62 Merge branch 'develop' of https://github.com/stan-dev/stan into feature/GLMs_Stan_Language 17 August 2018, 13:16:38 UTC
4f6ec97 Updates the Math submodule to 3ed0576. 17 August 2018, 09:34:22 UTC
8b9caf0 Merge branch 'develop' into feature/GLMs_Stan_Language 16 August 2018, 18:09:14 UTC
6bc3eba minor, to get jenkins to build again 16 August 2018, 18:01:16 UTC
8ce2228 Revert "Merge pull request #2498 from stan-dev/feature/2431-lang-tuples-step1" This reverts commit 1ce1d9dac91db494fc256966f5b98231a95f3ede, reversing changes made to 11d5b7b8d3edbc2dfd4883859e741ec9b156aa5e. 16 August 2018, 16:55:28 UTC
1fec457 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 16 August 2018, 16:55:07 UTC
b03b91c Updates the Math submodule to 6c83362. 16 August 2018, 01:21:54 UTC
9f3b824 unit test for data 15 August 2018, 11:46:28 UTC
348b461 Updates the Math submodule to 61f1f11. 15 August 2018, 08:45:19 UTC
4282e09 generator unit tests, per var type, per model method 13 August 2018, 17:58:13 UTC
80462c4 unconstrained param names for specialized types 13 August 2018, 16:10:56 UTC
07aef2a write_array - check include tparam flag 13 August 2018, 09:30:30 UTC
d2c95ff unit test for generator, models, bugfixes 12 August 2018, 17:23:25 UTC
back to top