Brandon T. Willard

Results 202 issues of Brandon T. Willard

If I add a new chunk after the previous chunks are cached, I get the following exception: ``` python Pweave -f texminted -c -d missing_chunk_test.texw Traceback (most recent call last):...

Looks like some of the current syntax requires Python 3, i.e. ``` (pweave-env)$ python setup.py develop Traceback (most recent call last): File "setup.py", line 4, in import pweave File "/home/bwillar0/projects/python/Pweave/pweave/__init__.py",...

Is there any way to include inline code when using the caching feature?

It would be nice if this package had a port-forwarding option/feature.

enhancement

Per discussion with @RandallBalestriero, add `logical-unification` and `cons` support for [`symjax`](https://github.com/RandallBalestriero/SymJAX) (i.e. `networkx.DiGraph`) graphs.

important

We can create a function that constructs a `RandomVariable` class for a given PyMC3 `Distribution` class. The basic requirements are 1. that #109 be in place and `log_lik = Distribution.logp(out_var)`,...

enhancement
pymc3

~~In `RandomVariable.make_node`, return `theano.gof.Apply(self, inputs, (rng.type(), out_var, log_lik))`—where `log_lik` is a graph of the log-likelihood for the given RV. This addition will allow `RandomVariable`s to represent both measure and sample-space...

enhancement
pymc3

We can extend the automatic closed-form multivariate normal posterior optimization to the time-series case and compute condition posteriors for terms in DLMs/state-space models. To start, this would involve all the...

enhancement
miniKanren

Just some updates for the TensorFlow-based documentation/examples.

documentation
TensorFlow

`NodeDef` name values can now be interpreted as "non-strict" by using a special `str` type. This type tells `TFlowMetaOp.reify` to skip the unique name check and defer to the base...

enhancement
important
TensorFlow
meta graph