Skip to content

Tags: pymc-devs/pytensor

Tags

rel-2.30.3

Toggle rel-2.30.3's commit message
Rewrite away blockwise Subtensor in gradient of Blockwise(Conv1d)

rel-2.30.2

Toggle rel-2.30.2's commit message
More stable fix for JAX Multinomial

rel-2.30.1

Toggle rel-2.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix nan in jax implementation of Multinomial (#1328)

rel-2.30.0

Toggle rel-2.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement batched convolve1d (#1318)

Co-authored-by: Jesse Grabowski <jessegrabowski@gmail.com>
Co-authored-by: Rob Zinkov <zaxtax@users.noreply.github.com>

rel-2.29.0

Toggle rel-2.29.0's commit message
Enable new `assume_a` in Solve

rel-2.28.3

Toggle rel-2.28.3's commit message
Do not introduce 0 strides for broadcastable dimensions in DimShuffle

Some poorly implemented BLAS operations don't handle them correctly

rel-2.28.2

Toggle rel-2.28.2's commit message
Skip failing JAX test

Started failing in 0.4.36: jax-ml/jax#26888

Skip failing JAX test

Started failing in 0.4.36 and seems to be fixed in 0.5.1

rel-2.28.1

Toggle rel-2.28.1's commit message
Fix bug in `local_reshape_to_dimshuffle`

rel-2.28.0

Toggle rel-2.28.0's commit message
Fix bug in JAX test

rel-2.27.1

Toggle rel-2.27.1's commit message
Fix bug in einsum

A shortcut in the numpy implementation of einsum_path when there's nothing to optimize, creates a default path that can combine more than 2 operands. Our implementation only works with 2 or 1 operand operations at each step.

https://github.com/numpy/numpy/blob/cc5851e654bfd82a23f2758be4bd224be84fc1c3/numpy/_core/einsumfunc.py#L945-L951