swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7

sort by:
Revision Author Date Message Commit Date
3110878 Update npm version 06 April 2015, 21:33:10 UTC
8d6414b Merge branch 'dev' 06 April 2015, 21:32:28 UTC
76d2f0a Add instructions for updating npm package 29 March 2015, 00:09:26 UTC
8770948 Update npm version 29 March 2015, 00:04:16 UTC
4970bac Merge branch 'dev' 29 March 2015, 00:03:41 UTC
0ea1720 Update package.json 28 March 2015, 02:20:43 UTC
bed97cf Update LICENSE.md 28 March 2015, 02:18:02 UTC
db78974 Update README.md 25 March 2015, 22:58:38 UTC
102d0c8 Update README.md 25 March 2015, 22:48:46 UTC
998952e Update CONTRIBUTING.md 25 March 2015, 22:47:45 UTC
43df929 Update README.md 25 March 2015, 22:24:25 UTC
1d9dc17 Merge pull request #72 from probmods/dev Update master in preparation for v0.0.1 25 March 2015, 22:23:25 UTC
38d9cfb Update README.md 25 March 2015, 22:21:33 UTC
bcc57eb Update README.md 25 March 2015, 22:20:32 UTC
4d0e7c9 Update package.json 25 March 2015, 22:12:43 UTC
3de7fa3 Update README.md 25 March 2015, 21:17:44 UTC
b0b864c Update README.md 25 March 2015, 21:17:20 UTC
7c0de85 Update LICENSE.md 25 March 2015, 21:16:33 UTC
4f2682d Add LICENSE and CONTRIBUTING file 25 March 2015, 21:14:27 UTC
9bee36d Minor update to enumerate 25 March 2015, 21:14:16 UTC
1a83225 Upgrade priorityqueuejs 24 March 2015, 23:40:28 UTC
a75919c Upgrade ast-types 24 March 2015, 23:40:20 UTC
d1dde7f Lint header.wppl 24 March 2015, 20:19:44 UTC
cb78dc7 linting 24 March 2015, 19:27:53 UTC
4140df2 Update README.md 24 March 2015, 19:08:58 UTC
e9146fb Add header.wppl to linting 24 March 2015, 18:58:50 UTC
4d38e02 Rename syntaxUtils to syntax 24 March 2015, 18:52:00 UTC
9f13c75 Lint 24 March 2015, 18:19:02 UTC
5862ace Add test for lazy logical expressions 24 March 2015, 18:18:38 UTC
5dad2c6 Rename some tests 24 March 2015, 18:18:31 UTC
366ee7e Add semantic parsing examples to tests 24 March 2015, 18:13:28 UTC
ccb185e Lint 24 March 2015, 18:06:03 UTC
bad971b Merge branch 'dev' of https://github.com/probmods/webppl into dev 24 March 2015, 18:01:22 UTC
b397e87 Add expected distributions for discrete examples 24 March 2015, 18:01:09 UTC
6f218a5 Merge branch 'dev' of github.com:probmods/webppl into dev 24 March 2015, 17:56:59 UTC
2a543ed Lazy conditionals and logical operators. 24 March 2015, 17:56:49 UTC
f9a9892 Merge branch 'dev' of https://github.com/probmods/webppl into dev 24 March 2015, 17:34:01 UTC
c6a161d Add capability to test examples 24 March 2015, 17:31:42 UTC
c5fc0fc Merge pull request #65 from probmods/regression_examples Regression examples 24 March 2015, 17:14:05 UTC
cfec0f0 Organize test data 24 March 2015, 17:13:01 UTC
3c7d44b Minor updates to regression examples 24 March 2015, 17:02:48 UTC
2e78ef2 Rename regression example files 24 March 2015, 16:58:43 UTC
0088626 Fix spacing for examples 24 March 2015, 13:04:29 UTC
d75f95f Add linear and logistic regression examples 24 March 2015, 12:53:24 UTC
c57cefb Add another failing cps test 24 March 2015, 05:27:45 UTC
a0abe5e Minor fix to semantic parsing example 24 March 2015, 05:27:11 UTC
a40dddd Linting 24 March 2015, 05:01:12 UTC
4ee3875 Removed some CPS redundancy. 24 March 2015, 03:11:12 UTC
2018650 Functions as properties work. 24 March 2015, 03:01:10 UTC
8aab4aa Replace util.copyObj with _.clone everywhere 24 March 2015, 01:00:04 UTC
69664aa Minor change to header 24 March 2015, 00:52:48 UTC
2649a4a Merge branch 'dev' of https://github.com/probmods/webppl into dev Conflicts: src/transforms/cps.js 24 March 2015, 00:38:29 UTC
3e93033 Add failing test for functions in nested object 24 March 2015, 00:35:26 UTC
8372106 Update examples 24 March 2015, 00:35:13 UTC
94d8181 browserify apparently needs require statements to be top-level in order to correctly track dependencies. 24 March 2015, 00:19:39 UTC
1c71384 Fix some linting errors. 24 March 2015, 00:18:25 UTC
d3353f7 Update name of 'compile' function when running in browser. 24 March 2015, 00:18:07 UTC
c9fb3e5 Style changes in cps.js 24 March 2015, 00:02:16 UTC
647bfab Handle CallExpression in isPrimitive 24 March 2015, 00:01:49 UTC
12df010 Merge branch 'dev' of https://github.com/probmods/webppl into dev 23 March 2015, 23:35:15 UTC
d96c193 Add examples 23 March 2015, 23:35:02 UTC
647ad9c Improved CPS transform design; nested if-expression tests (and all others) pass. 23 March 2015, 21:37:53 UTC
5ea66e5 Add failing tests for 'if' handling 23 March 2015, 18:26:40 UTC
8eb4a47 Whitespace cleanup 23 March 2015, 18:26:15 UTC
a8c4b0f Make check for primitives more permissive 23 March 2015, 17:34:43 UTC
34f3311 Allow compound object expressions in new cps 23 March 2015, 17:08:00 UTC
1d6ad9b More cleanup 23 March 2015, 05:43:13 UTC
9ccc485 Lint webppl script 23 March 2015, 05:16:03 UTC
f97073a Add subdirectories to gruntfile 23 March 2015, 05:15:52 UTC
b975aea Clean gitignore 23 March 2015, 05:15:43 UTC
2027e3f Simplify grunt setup 23 March 2015, 04:59:10 UTC
7d9a6bb Delete examples folder. Closes #48. 23 March 2015, 02:50:11 UTC
faf85ee util2 -> syntaxUtils 23 March 2015, 02:38:56 UTC
354b587 Move transforms to directory 23 March 2015, 02:33:10 UTC
7ddc24a Move analysis to folder 23 March 2015, 02:27:32 UTC
4025896 Move inference modules to folder 23 March 2015, 02:21:14 UTC
18059d3 Extract remainder from header 23 March 2015, 01:38:15 UTC
a8ecb36 Extract mh 23 March 2015, 00:59:04 UTC
2ac1e65 Extract particle filter 23 March 2015, 00:53:07 UTC
5c046b9 Extract enumerate 22 March 2015, 23:36:14 UTC
d30bf2e Lint 22 March 2015, 23:26:10 UTC
3493710 Extract erps 22 March 2015, 23:24:44 UTC
e80c552 More cosmetic changes 22 March 2015, 22:44:51 UTC
7cc6d9e Explain fixjsstyle in README 22 March 2015, 22:26:23 UTC
2db1c6b Run grunt on travis 22 March 2015, 22:24:08 UTC
1332dd9 Remove compiled version. Closes #41. 22 March 2015, 22:13:24 UTC
0ecbdfa Lint all the files 22 March 2015, 22:09:31 UTC
ec1e634 Merge remote-tracking branch 'origin/lint' into dev 22 March 2015, 20:45:42 UTC
d94e164 Merge branch 'stochastic-dependence-analysis' into dev Conflicts: src/header.js tests/test-inference.js 22 March 2015, 20:32:31 UTC
3086ec4 Move ERP pruning to Enumerate.exit (see issue #59) 20 March 2015, 16:42:59 UTC
b8b71da Prune values with probability 0 in makeMarginalERP. Closes #59. 18 March 2015, 15:31:40 UTC
845d4c1 Merge branch 'dev' of https://github.com/probmods/webppl into dev 18 March 2015, 15:23:24 UTC
7eb45e2 Assert that factor score is a number 02 March 2015, 22:01:27 UTC
3084e44 Merge branch 'dev' of https://github.com/probmods/webppl into dev Conflicts: src/header.js 02 March 2015, 08:14:53 UTC
2a4e20d export makeMarginalERP for ctf stochastic lifting 02 March 2015, 08:13:51 UTC
7758456 In ParticleFilterRejuv.resampleParticles, handle the case where all particles have weight -Inf 02 March 2015, 03:30:11 UTC
da078e3 In ParticleFilterRejuv, build dist from all steps of final rejuvenation run. Closes #55. 02 March 2015, 03:16:07 UTC
ef56393 In mhAcceptProb, allow oldScore === -Infinity for initialization 01 March 2015, 01:14:43 UTC
990192a Merge branch 'dev' of https://github.com/probmods/webppl into dev 01 March 2015, 01:04:38 UTC
8be5af4 In pfrj, only update store when proposals are accepted 01 March 2015, 01:04:04 UTC
back to top