This repository was archived by the owner on Nov 17, 2025. It is now read-only.
Releases: aesara-devs/aesara
Releases · aesara-devs/aesara
Release list
rel-1.0.11: Merge pull request #161 from brandonwillard/fix-fusion-c-code-condition
This release contains:
- The removal of
theano.dot(usetheano.tensor.dot, instead) - A fixed
Elemwisefusion forOps without C implementations - New modules
theano.scanandtheano.compile.functionthat replacetheano.scan_moduleandtheano.compile.function_module, respectively - A
theano.tensor.extra_ops.broadcast_toOpfor NumPy'snumpy.broadcast_to - A JAX conversion for the
EyeOp
rel-1.0.10: Change coverage to codecov (#124)
This release contains:
matrix_poweris 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_valuemethod
rel-1.0.9: Prevent test value computation from complaining about subtensor creation
This release contains:
- A fix for test value issues arising when
theano.config.compute_test_value = "raise"duringSubtensorcreation
rel-1.0.8: Remove redundant AdvancedBoolean*Subtensor classes
This release includes:
- Major boolean indexing fixes
rel-1.0.7
This release includes:
- Subtensor fixes
- Updates to
theano.tensor.at_tensor_variableso that it processes constants more consistently - A new
broadcast_shapefunction - Updates to
get_scalar_constant_valuemaking it capable of handlingNoneTypes - Moved
equal_computationsandis_same_graphtotheano.gof.toolbox
rel-1.0.6
Adding action to publish to PyPI