rel-1.0.15
This release contains:
- A new, better separated
Op
andCOp
interface - Fewer auto-loaded dependencies in the initial
theano
import - Dynamic float dtypes
RandomVariable
s (i.e. responds to changes intheano.config.floatX
) - Non-repeated optimization warnings
- Fork and spawn compatible C compilation locks
- Scalar
Minimum
andMaximum
are now prefixed byScalar
(andscalar_
for their helper functions) - The
theano.gof.graph
graph walking functionsstack_search
,inputs
,ancestors
,orphans
, andvariables
are now generator functions