-
@mtingley #99
I don't understand what is meant by "closure" in Morgan's comment on that issue. Presumably it describes whether it is a closed system or not, and thus whether repeated visits to the s…
rBatt updated
8 years ago
-
## Description
The processes, environments, and resources required to construct artifacts that compose a desired image are typically irrelevant to its runtime. For example, the tool chain: language…
-
I'd like to discuss two potential issues of the current bricks initialization:
1. I find somewhat redundant and confusing that a brick should be initialized even when initialization arguments are give…
-
As observed in #141 (but also in #110 and https://github.com/benanne/Lasagne/issues/136#issuecomment-75169847), it's not entirely clear what `Layer.get_params()` means and what it should mean.
The do…
-
So it seems there's this heated debate that got (re)kindled in #302 , after @jdtournier brought up this:
> I notice you mention the fixel size & value as distinct entities - I remember we'd discussed…
-
I rebuilt the User Guide and Developer Guide based on the current version of the code and posted them online:
http://web.stanford.edu/~peastman/OpenMMUsersGuide.pdf
http://web.stanford.edu/~peastman/…
-
I don't see what useful purpose is served by having this distinction in the type system, introduced by #987 (and see also the discussion in #5810). According to the description in the manual:
> T…
-
We have discussed the need for more types above `Array`, e.g. in #750. Candidates include `DenseArray`, `UniformDenseArray`, `ContiguousArray`, `UniformAccessArray`, etc.
-
In trying to implement an MPI backend, I've run up to the issue of where exactly to draw the line between front and back end. The current mechanism for choosing a backend is basically providing a diff…
-
SymPy (http://sympy.org/en/index.html) is a Python library for symbolic mathematics.
My initial motivation for looking at SymPy resulted from #172 and #173. Instead of recoding all probability distri…