Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Releases: aesara-devs/aesara

rel-1.0.11: Merge pull request #161 from brandonwillard/fix-fusion-c-code-condition

Choose a tag to compare

@brandonwillard brandonwillard released this 15 Nov 03:35
99f08ee

This release contains:

  • The removal of theano.dot (use theano.tensor.dot, instead)
  • A fixed Elemwise fusion for Ops without C implementations
  • New modules theano.scan and theano.compile.function that replace theano.scan_module and theano.compile.function_module, respectively
  • A theano.tensor.extra_ops.broadcast_to Op for NumPy's numpy.broadcast_to
  • A JAX conversion for the Eye Op

rel-1.0.10: Change coverage to codecov (#124)

Choose a tag to compare

@brandonwillard brandonwillard released this 29 Oct 00:13
f375a0e

This release contains:

  • matrix_power is now implemented via exponentiation by squaring
  • Test value errors (e.g. missing test values) now raise theano.gof.utils.TestValueError
  • Improvements to test value validation and evaluation, plus a new Variable.get_test_value method

rel-1.0.9: Prevent test value computation from complaining about subtensor creation

Choose a tag to compare

@brandonwillard brandonwillard released this 15 Oct 05:51

This release contains:

  • A fix for test value issues arising when theano.config.compute_test_value = "raise" during Subtensor creation

rel-1.0.8: Remove redundant AdvancedBoolean*Subtensor classes

Choose a tag to compare

@brandonwillard brandonwillard released this 15 Oct 04:27

This release includes:

  • Major boolean indexing fixes

rel-1.0.7

Choose a tag to compare

@brandonwillard brandonwillard released this 14 Oct 06:23

This release includes:

  • Subtensor fixes
  • Updates to theano.tensor.at_tensor_variable so that it processes constants more consistently
  • A new broadcast_shape function
  • Updates to get_scalar_constant_value making it capable of handling NoneTypes
  • Moved equal_computations and is_same_graph to theano.gof.toolbox

rel-1.0.6

Choose a tag to compare

@brandonwillard brandonwillard released this 08 Oct 01:13
Adding action to publish to PyPI