Skip to content

rel-1.0.15

Compare
Choose a tag to compare
@brandonwillard brandonwillard released this 04 Jan 16:30

This release contains:

  • A new, better separated Op and COp interface
  • Fewer auto-loaded dependencies in the initial theano import
  • Dynamic float dtypes RandomVariables (i.e. responds to changes in theano.config.floatX)
  • Non-repeated optimization warnings
  • Fork and spawn compatible C compilation locks
  • Scalar Minimum and Maximum are now prefixed by Scalar (and scalar_ for their helper functions)
  • The theano.gof.graph graph walking functions stack_search, inputs, ancestors, orphans, and variables are now generator functions