https://github.com/probmods/webppl

sort by:
Revision Author Date Message Commit Date
b7a437a 0.8.2 22 July 2016, 01:29:37 UTC
63480c4 Merge pull request #579 from null-a/docs-optimize-return Be clearer about how Optimize handles parameters. 22 July 2016, 01:26:42 UTC
ea13834 Merge pull request #581 from null-a/hmc-acceptance-ratio Don't inc. accepted count when no proposal made. 22 July 2016, 01:24:41 UTC
754958e Merge pull request #583 from longouyang/bump-beta-tolerances Bump beta tolerances 22 July 2016, 01:18:47 UTC
7eb59bf Change webppl-gridworld to webppl-agents 22 July 2016, 01:18:33 UTC
bda21a1 Merge pull request #580 from null-a/docs-pkg-tweaks Minor package docs tweaks. 22 July 2016, 01:17:29 UTC
1d1a764 Merge pull request #578 from null-a/docs-infer-forward Add docs for the "forward" inference method. 22 July 2016, 01:16:29 UTC
47e1b25 Merge pull request #576 from longouyang/better-assignment-errors More informative syntax error for assignment #567 22 July 2016, 01:14:10 UTC
89f28f1 Bump some kurtosis and mode reltols 21 July 2016, 22:45:21 UTC
12020fd Don't inc. accepted count when no proposal made. Closes #575. 21 July 2016, 18:04:56 UTC
667aff7 Switch from assert to throw 21 July 2016, 16:39:09 UTC
789fee8 Be clearer about how Optimize handles parameters. 21 July 2016, 15:02:39 UTC
20c9c6c Add docs for the "forward" inference method. 21 July 2016, 14:48:11 UTC
b03aeb7 Minor package docs tweaks. 21 July 2016, 14:05:48 UTC
525af65 More informative syntax error for assignment #567 20 July 2016, 18:22:40 UTC
f0a0894 Merge pull request #559 from chrisranderson/quick-start-rewrite Quick start rewrite 15 July 2016, 22:46:47 UTC
224af2d remove merge conflict leftovers 15 July 2016, 17:08:07 UTC
ad7a688 Merge pull request #558 from probmods/daipp Add `mapData` primitive + mini batch support for VI 15 July 2016, 16:37:34 UTC
3e9caad Merge pull request #565 from null-a/reset-env2 Reset env at start of every program. 15 July 2016, 16:29:19 UTC
086639f Merge pull request #566 from null-a/tweak-guided-gaussian-test Tweak test in attempt to improve pass rate. 15 July 2016, 16:26:48 UTC
1d4085f remove changes that shouldn't be in this branch 15 July 2016, 15:38:03 UTC
af2c4e4 Tweak test in attempt to improve pass rate. 15 July 2016, 14:50:35 UTC
1642316 Merge branch 'dev' into daipp 15 July 2016, 13:29:08 UTC
dc17810 Expand testing of mapData. 15 July 2016, 13:03:35 UTC
30e7a5a Expand comments on mapData/coroutine interface. 15 July 2016, 13:03:35 UTC
b219dfb Small refactor of mapData. Avoid creating intermediate array of data in current batch. 15 July 2016, 13:03:34 UTC
0756b3d Allow empty data or batches in mapData. 15 July 2016, 13:02:59 UTC
94a0439 Reset env at start of every program. This is important when run is called multiple times in the same process. Without this, an exception occurring in one call to run leaves env in an unpredictable state for subsequent calls. 15 July 2016, 09:00:21 UTC
a95ec6a Merge branch 'quick-start-rewrite' of https://github.com/chrisranderson/webppl into quick-start-rewrite Conflicts: docs/quickstart.rst 14 July 2016, 23:04:10 UTC
c30479f webppl -> WebPPL 14 July 2016, 22:55:31 UTC
bb926de Merge pull request #562 from chrisranderson/dist-helper-functions Add helper functions, modify tests to use them. 14 July 2016, 22:44:15 UTC
ce86a5d Merge pull request #555 from null-a/mvbernoulli-support Add support function to MultivariateBernoulli. 14 July 2016, 22:36:56 UTC
a1dabeb Merge pull request #547 from probmods/dont-console-log-version-or-packages In browser, don't console.log version or package names 14 July 2016, 22:24:25 UTC
61de677 Merge pull request #563 from chrisranderson/webppl-sentence-case Capitalization: WebPPL, JavaScript, headings 14 July 2016, 21:24:43 UTC
34c4cc9 few small changes to quickstart 14 July 2016, 20:13:49 UTC
642c34c missed one! 14 July 2016, 19:56:42 UTC
f9b6a2c change top level headings to be title-cased 14 July 2016, 19:54:14 UTC
471d770 missed a capitalization 14 July 2016, 19:43:04 UTC
55ebb2f webppl -> WebPPL, Javascript -> JavaScript, sentence-casing headings 14 July 2016, 19:38:44 UTC
5196873 minor change 14 July 2016, 19:20:24 UTC
1d2dc1e add missing helpers, change tests to use helpers 14 July 2016, 19:06:54 UTC
53fa99e add git requirement, other small changes 14 July 2016, 14:23:07 UTC
386d5b3 Merge branch 'dev' into quick-start-rewrite 14 July 2016, 14:02:43 UTC
423d339 Merge pull request #554 from chrisranderson/dev "thunk" -> "model" in inference doc 14 July 2016, 03:29:23 UTC
5fcecbe Merge pull request #556 from chrisranderson/useful-packages add useful packages from wiki 14 July 2016, 03:27:08 UTC
93047ab first draft for new quick start 13 July 2016, 23:00:35 UTC
5c30ebb Fix conflict # Conflicts: # src/browser.js 13 July 2016, 20:08:13 UTC
82b35ac Try fixing conflict by hand 13 July 2016, 20:06:34 UTC
28843db Store package info inside webppl global 13 July 2016, 19:57:24 UTC
cb884ae Fix typo. 13 July 2016, 18:03:51 UTC
a7123a3 Run mapData test against ELBO optimization. 13 July 2016, 17:55:23 UTC
570656a Remove getObsFnAddress. Moved to webppl-daipp. 13 July 2016, 17:28:47 UTC
77558f6 add useful packages from wiki 13 July 2016, 17:24:07 UTC
65d2e34 Add support function to MultivariateBernoulli. 13 July 2016, 17:13:13 UTC
5891b75 Add basic test to exercise mapData. 13 July 2016, 17:07:42 UTC
1f46aef Update mapData commentary. 13 July 2016, 16:53:56 UTC
620848f Tweak the signature of mapData. Improve readability by not having options arg come after a potentially large anonymous function arg. 13 July 2016, 16:53:56 UTC
3994a83 Pass only the required option. 13 July 2016, 16:53:56 UTC
f1dc4a9 Allow nested mapData. 13 July 2016, 16:53:56 UTC
444c7cc Correct handling of arrays returned from mapData. 13 July 2016, 16:53:56 UTC
fc8a439 Remove the persistentBatches options. Remove in preparation for initial merge of mapData into dev. 13 July 2016, 16:53:56 UTC
5213aa4 "thunk" -> "model" in inference doc 13 July 2016, 15:58:17 UTC
cac30e1 Merge branch 'dev' into daipp 13 July 2016, 13:35:22 UTC
62a0ed9 In browser, don't console.log version or package names As of 0.9.2, editor now intercepts `console` methods, so let's not `console.log` the webppl version once it loads. (We still have access to this information because the `webppl` object has a `version` property) 11 July 2016, 19:08:09 UTC
958dd6b Merge pull request #546 from null-a/remove-static-analysis-tools Remove static analysis related code. 11 July 2016, 19:05:23 UTC
3fe36e6 Remove static analysis related code. 11 July 2016, 16:41:57 UTC
0db4cc1 Merge pull request #540 from longouyang/test-gaussian-sampler Test Gaussian sampler 09 July 2016, 17:24:00 UTC
b005b3c Document source of gaussianSample 08 July 2016, 21:10:37 UTC
bf74620 Fix conflicts 08 July 2016, 21:09:09 UTC
a7a715c Move doubleFactorial to src/math/special.js 08 July 2016, 20:46:21 UTC
82b876c Merge pull request #536 from longouyang/test-beta-sampler Test Beta sampler 05 July 2016, 18:21:46 UTC
2201f60 Test Gaussian sampler 03 July 2016, 18:57:31 UTC
f3199b7 Add beta sampler test 28 June 2016, 00:26:45 UTC
23daeb4 betaSample: use expGamma, add rounding warnings, export 28 June 2016, 00:25:36 UTC
82c0dfa Fix bug in expGammaSample 28 June 2016, 00:25:23 UTC
20a0c37 Merge pull request #532 from longouyang/windows-compat Make webppl installable on Windows 27 June 2016, 21:47:57 UTC
32b0da5 Remove README 27 June 2016, 21:45:58 UTC
c3ba2e4 Explain why tests/helpers/helpers.js can't be in top-level tests dir 27 June 2016, 19:39:53 UTC
d824cce [windows] Get tests working 27 June 2016, 18:40:36 UTC
3d7f02f [windows] Fix adify 27 June 2016, 18:32:01 UTC
3ac8d4d Merge pull request #531 from probmods/supply-version-in-browser Add version string to webppl object in browser 27 June 2016, 01:04:06 UTC
deaee48 Add version string to webppl object in browser (Makes debugging different versions in the browser a little easier) 24 June 2016, 23:48:21 UTC
d62a884 Merge pull request #522 from longouyang/cdn-uploader CDN uploader 24 June 2016, 23:37:32 UTC
4a45a92 Merge pull request #529 from null-a/math-fns-cleanup2 Clean-up math functions 24 June 2016, 18:10:56 UTC
88c18e1 Remove unused binomialG function. 24 June 2016, 17:41:22 UTC
d3e7e4c Consolidate digamma/trigamma in special.js 24 June 2016, 17:39:33 UTC
f2db3ab Merge pull request #528 from null-a/bump-uniform-drift-tol Increase tolerance on frequently failing uniformDrift test 24 June 2016, 16:40:18 UTC
17f9b83 Merge pull request #526 from probmods/css-fix-attempt-2 Remove bold from inline code within js:function. 24 June 2016, 16:39:51 UTC
960b6fb Merge pull request #523 from null-a/increase-phantomjs-timeout Increase phantomjs timeout from default of 5 seconds. 24 June 2016, 16:39:17 UTC
50a9c88 Increase tolerance on frequently failing test. 24 June 2016, 14:35:37 UTC
ba04723 Reintroduce mapData. This is the work-in-progress version of mapData removed when we merged our variational infrastructure into dev. It's require by the daipp package. 24 June 2016, 14:23:56 UTC
5937176 Remove bold from inline code within js:function. We document functions using the js:function markup from Sphinx's Javascript domain. Inline code within these blocks currently uses font weight bold. This looks bad, and it differs from the formatting used outside of these blocks. This fixes that. 24 June 2016, 11:11:55 UTC
f034709 Increase timeout from default of 5 seconds. 24 June 2016, 09:14:14 UTC
c1780c5 Fix ContentType, gzip content 23 June 2016, 23:30:40 UTC
2bd6dd2 First stab at cdnUpload script 23 June 2016, 23:22:24 UTC
fa55227 0.8.1 23 June 2016, 18:19:46 UTC
facaba4 Merge pull request #519 from null-a/revert-css-change Revert possibly wonky CSS tweak. 23 June 2016, 18:16:18 UTC
a249ee6 Revert "Remove bold from inline code within js:function." This reverts commit 764e9fa5942385ae0c0ffd85790acd570accf3cd. 23 June 2016, 18:14:16 UTC
a1d59b4 0.8.0 23 June 2016, 16:48:16 UTC
369224b Merge pull request #517 from null-a/docs-better-inline-code-style Remove bold from inline code within js:function. 23 June 2016, 16:45:36 UTC
back to top