riastradh-probcomp
riastradh-probcomp
> Date: Tue, 29 Aug 2017 18:13:42 -0700 > From: Jonathan Rees probably > > The API documentation says execute returns a cursor, but doesn't say > what a cursor...
I put the 'should' there to do the opposite of frighten you -- to explain why this change is _not_ particularly risky, which I assumed would be unnecessary to explain...
Shouldn't be too hard to fix this, I think: one grammar rule, one new and one tweaked parser rule, and a little code in compile_simulate in compiler.py.
One reason I might have thought this was not obviously the right thing is that we can simulate only modelled columns, not all columns of the table.
Yes. I didn't say it was a good reason.
This is what goes to the session orchestrator's 'info' logger. It is not immediately clear to me whether this info logging is important. The caller can always get at the...
Github wants markdown in `README.md`; pypi wants rest with `README.rst`. Frankly I think it's all silly and we ought to just have a file called `README` like everything else outside...
This is a good idea. Getting it to work is approximately the same difficulty as getting #260 to work, since the statistical type is exposed in the internal query via...
This too is blocked on #38.
I wonder why we first compute r and then yield r^2 instead of just yielding r. I'm sure when I wrote that code I was simply mimicking past behaviour but...