sort by:
Revision Author Date Message Commit Date
7189142 Make command line args work for compiled programs. 05 July 2017, 08:06:50 UTC
4da45df Merge pull request #864 from null-a/check-extra-args-at-sample More sample/dist arg checks 02 July 2017, 20:13:26 UTC
d9a195c Merge pull request #862 from null-a/optim-toggle-verbose Make optimize quiet by default. 02 July 2017, 20:05:25 UTC
4a61dc1 Merge pull request #860 from null-a/default-guide-docs Mention default guides in the docs 02 July 2017, 19:50:34 UTC
a5d333a Merge pull request #859 from null-a/tweak-nn-test-tol Tweak nn inference test tolerance. 02 July 2017, 19:45:53 UTC
eae1904 Merge pull request #858 from null-a/conditioning-docs Expand docs on conditioning 02 July 2017, 19:45:35 UTC
9b74180 Merge pull request #857 from null-a/use-minified-bundle Upload minified bundle to CDN. 02 July 2017, 19:43:46 UTC
d8b2130 Error superfluous option is passed to sample. 30 June 2017, 11:34:30 UTC
a5e1a78 Check for superfluous args passed to distributions. 30 June 2017, 11:25:39 UTC
ae0b110 Remove unused imports. (#863) 30 June 2017, 10:12:43 UTC
e6f9816 Switch default for the verbose option of Optimize to false. 29 June 2017, 10:43:55 UTC
05e83c7 Mention default guides in the docs. 29 June 2017, 07:42:12 UTC
19ac47b Tweak nn inference test tolerance. 27 June 2017, 12:10:40 UTC
4a97da1 Add conditioning docs. 27 June 2017, 10:21:01 UTC
eaa744d Upload minified bundle to CDN. 27 June 2017, 09:36:32 UTC
17ed0c1 Merge pull request #856 from null-a/exit-optimize Support early exit from `Optimize`. 26 June 2017, 23:25:25 UTC
00508f0 Support early exit from Optimize. 26 June 2017, 09:59:42 UTC
cfdee3b 0.9.9 06 June 2017, 22:14:47 UTC
4dc1afe Merge pull request #854 from null-a/merge-webppl-nn Merge webppl-nn 02 June 2017, 20:11:06 UTC
5b38db3 Adjust inference test tolerance. 02 June 2017, 07:30:12 UTC
64513d4 Merge webppl-nn. 01 June 2017, 15:34:10 UTC
a997d0f Merge pull request #851 from null-a/dp-cache Make `cache` callable as `dp.cache` 26 May 2017, 00:59:43 UTC
e2cfc7f Document `cache`. 25 May 2017, 09:52:19 UTC
c4b0c09 Additional tests for `cache`. 25 May 2017, 09:10:29 UTC
4322ab9 Expose the cache as a property of the returned function. This is something that the webppl-dp already did. Adding it here so that we can deprecate that package. 25 May 2017, 08:54:03 UTC
1707bec Make `cache` available as `dp.cache`. This allows `cache` to be used on mutually recursive functions. See issue #61. 25 May 2017, 08:53:07 UTC
df07d5c Fix typo. 25 May 2017, 08:53:07 UTC
adf99ae Merge pull request #849 from null-a/update-uglify-dep Use latest version of uglify. 24 May 2017, 17:06:49 UTC
ba27489 Merge pull request #848 from null-a/mv-gaussian-reparam Reparameterization for MV Gaussian 24 May 2017, 17:06:38 UTC
de303e9 Use latest version of uglify. 23 May 2017, 11:30:30 UTC
c1150fa Reparameterization for MV Gaussian. 23 May 2017, 10:05:20 UTC
c1df45e Update adnn dependency. 23 May 2017, 08:03:05 UTC
bed218d 0.9.8 17 May 2017, 20:34:24 UTC
3a51c0a Merge pull request #847 from null-a/use-helper-to-parse-kernel-opts Minor clean-up in kernel option parsing. 16 May 2017, 01:45:44 UTC
9d0a763 Use existing helper. 08 May 2017, 09:30:20 UTC
1b5a0bf Merge pull request #844 from null-a/unused-option-warning2 Show warning when Infer/Optimize receives unexpected option 05 May 2017, 14:36:08 UTC
a88fc48 Rename kernel/estimator wrappers. 05 May 2017, 08:32:27 UTC
66ee05c Update comments. 05 May 2017, 08:08:46 UTC
56eafe3 Remove redundant wrapping of function. 05 May 2017, 08:04:52 UTC
17d44ed Merge pull request #846 from null-a/warn-when-no-reparam Warn when continuous distribution doesn't support reparam trick. 04 May 2017, 15:07:08 UTC
f5cca9e Merge pull request #845 from null-a/check-result-of-det Check result of determinant computation in MV Gaussian scorer. 04 May 2017, 15:06:16 UTC
e018c14 Warn when continuous distribution doesn't support reparam trick. 04 May 2017, 14:13:30 UTC
686d23b Check result of determinant computation. 04 May 2017, 14:02:39 UTC
7258c09 Merge throwUnlessOpts functionality into mergeDefaults. The use of throwUnlessOpts and mergeDefaults (with superfluous args check enabled) coincide in all important cases. 03 May 2017, 12:44:12 UTC
be558f4 Fix inference test definitions. 03 May 2017, 12:44:12 UTC
b991ca4 Have inference methods warn when superfluous options are passed. 03 May 2017, 12:44:12 UTC
c6a065f Switch incremental MH to use the mergeDefaults helper. 03 May 2017, 11:48:23 UTC
024d9a0 Estimators now compute default options only once. 03 May 2017, 11:48:23 UTC
0f54d4d MCMC kernels now compute default options only once. 03 May 2017, 11:48:22 UTC
2842a38 Merge pull request #842 from null-a/optional-dist-params Support optional distribution parameters 02 May 2017, 17:17:39 UTC
9b9138d Allow parameter ps to be omitted from Categorical. 02 May 2017, 08:59:50 UTC
5f7549f Support optional distribution parameters. 02 May 2017, 08:36:16 UTC
4fa25d8 Merge pull request #837 from null-a/drop-param-arrays2 Only store a single tensor per parameter name 01 May 2017, 17:00:12 UTC
e54d87e Merge pull request #840 from null-a/fix-compile Initialize store before running compiled code. 01 May 2017, 16:49:59 UTC
3bb4b26 Initialize store before running compiled code. Fixes #812. 28 April 2017, 12:20:13 UTC
45876ad Merge pull request #839 from null-a/better-check-in-factor Increase strictness of check in factor. 27 April 2017, 16:53:04 UTC
87fc4ab Merge pull request #838 from null-a/update-contrib-notes Update guide to contributing 27 April 2017, 16:52:10 UTC
9bb5063 Increase strictness of check in factor. This catches the problem described in #835. 27 April 2017, 15:41:45 UTC
f82baed Update CONTRIBUTING.md * Reflect changes to linter. * Fix capitalisation of WebPPL and GitHub. 27 April 2017, 14:39:08 UTC
f1e4fdd Only store a single tensor per parameter name. Before this change, each parameter name had associated with it an array of tensor valued parameters. Previously, this was used as the basis for supporting the use of adnn networks in WebPPL programs. However, this isn't something we currently support, and these arrays are redundant. 27 April 2017, 14:14:51 UTC
9d8e636 Remove unused require. 27 April 2017, 13:17:16 UTC
50dc0de Remove unused function. 27 April 2017, 13:08:07 UTC
4a8fa44 Update README (webppl -> WebPPL) 23 April 2017, 22:00:19 UTC
f17cb40 Merge pull request #832 from null-a/arguments Officially support command line arguments 21 April 2017, 17:14:30 UTC
7351bd4 Add missing word to usage.rst 21 April 2017, 17:10:54 UTC
fa69529 Merge pull request #830 from null-a/poisson Fix Poisson sampler 21 April 2017, 17:09:24 UTC
65d5421 Merge pull request #833 from null-a/categorical-helper Have categorical helper sample from Categorical rather than Discrete distribution. 21 April 2017, 17:00:05 UTC
02fa610 Merge pull request #834 from null-a/fix-790 Fix top level use of `else if` 21 April 2017, 16:58:37 UTC
83adc18 Merge pull request #831 from null-a/fix-760 Fix bug directly calling conditional 21 April 2017, 16:57:28 UTC
31c4a45 Fix #790. 21 April 2017, 12:49:13 UTC
7025a1a categorical helper sample from Categorical rather than Discrete. 21 April 2017, 12:39:30 UTC
4621d14 Officially support passing command line arguments to the program. 21 April 2017, 12:29:52 UTC
1dd4676 Fix #760. 21 April 2017, 12:16:45 UTC
07567d7 Cite source of Poisson sampler. 21 April 2017, 10:00:16 UTC
c1e0727 Fix bug in Poisson sampler. Add some tests. See issue #824. 21 April 2017, 09:55:14 UTC
ea41a3f Extract Poisson sampler method. 21 April 2017, 09:50:13 UTC
5e91397 Merge pull request #827 from null-a/multimodality-test Handle multimodality in sampler tests 20 April 2017, 17:46:46 UTC
377698b Reintroduce comment. Originally removed by b7e7f866. 20 April 2017, 07:38:52 UTC
77160ab Fix probmods link (#828) (#829) 20 April 2017, 07:30:29 UTC
254c200 Merge pull request #826 from null-a/remove-checkpoint-params Remove checkpointParams option from Optimize. 19 April 2017, 15:10:14 UTC
4fb7296 Merge pull request #825 from null-a/file-store-followup Adjust comments on file store 19 April 2017, 15:07:20 UTC
bdf1456 Handle multimodality in sampler tests. This addresses the related todo notes removed by commit b7e7f866. 19 April 2017, 13:54:45 UTC
80324d0 Make statistical testing of samplers run again. This was inadvertently broken by the switch to lodash. 19 April 2017, 13:18:00 UTC
79018bc Remove checkpointParams option from Optimize. This is superseded by the file based parameter store back end. 19 April 2017, 10:54:12 UTC
1977be6 Add comment to clarify intention. 19 April 2017, 10:46:04 UTC
29539e9 Typo. 19 April 2017, 10:02:28 UTC
6a9f96f Merge pull request #822 from null-a/file-param-store Add file-based param store backend 18 April 2017, 19:38:37 UTC
37cc9d2 Merge pull request #823 from null-a/auto-guide Add auto-guides for RandomInteger and Binomial distributions. 18 April 2017, 19:11:59 UTC
8c89709 Merge pull request #821 from null-a/adify-add-require-cond Remove linter special casing 18 April 2017, 19:01:21 UTC
9aa4326 Merge pull request #820 from null-a/update-nodeunit-dep Update nodeunit dependency. 18 April 2017, 18:54:34 UTC
177b150 Add auto-guides for RandomInteger and Binomial distributions. 18 April 2017, 14:12:54 UTC
bb94336 Better placement of ref for current uses. 18 April 2017, 12:55:37 UTC
1d99c99 Add file backed parameter store. 18 April 2017, 12:55:37 UTC
b1d0b58 Define missing definitions to dists.ad.js. 18 April 2017, 09:26:30 UTC
9056aff Ensure we only require ad once in transformed files. 18 April 2017, 09:26:30 UTC
70da2f6 Update nodeunit dependency. 18 April 2017, 08:24:58 UTC
5271471 Merge pull request #819 from null-a/remove-pointless-assert Remove unhelpful assertion. 14 April 2017, 02:33:31 UTC
c668577 Merge pull request #818 from null-a/mvb-scorer-no-assert Avoid use of assert for error handling in MV Bernoulli scorer. 14 April 2017, 02:33:17 UTC
7a4f698 Merge pull request #816 from null-a/update-dev-deps Update dev dependencies & switch to eslint 14 April 2017, 02:32:49 UTC
86e7558 Remove unhelpful assertion. `param` is probably a typo for `reparam`. But checking for this is overly cautious here, as this is tested by the `if` clause. 13 April 2017, 13:27:42 UTC
back to top