Skip to content

Tags: pymc-devs/pytensor

Tags

rel-2.30.2

More stable fix for JAX Multinomial

rel-2.30.1

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

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

Enable new `assume_a` in Solve

rel-2.28.3

Do not introduce 0 strides for broadcastable dimensions in DimShuffle

Some poorly implemented BLAS operations don't handle them correctly

rel-2.28.2

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

Fix bug in `local_reshape_to_dimshuffle`

rel-2.28.0

Fix bug in JAX test

rel-2.27.1

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

rel-2.27.0

Use latest platforms to build wheels