Skip to content

Tags: pymc-devs/pytensor

Tags

rel-2.35.1

Toggle rel-2.35.1's commit message
Don't return tuple from `jax.scipy.linalg.qr` when `mode = 'r'` (only…

… one return)

rel-2.35.0

Toggle rel-2.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove `sparse.sandbox` (#1664)

* Delete `sparse.sandbox`

* delete test_sp2.py

rel-2.34.0

Toggle rel-2.34.0's commit message
Fix FusionOptimizer bug

When a subgraph with multiple outputs is "implicitly" claimed, it can change the dependencies of remaining nodes. A node that depended only on a subset of the subgraph outputs now depends on all of them. Not taking this into account could lead to circular dependent Composites

rel-2.33.0

Toggle rel-2.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix typos in normalizing_flows_in_pytensor notebook (#1611)

rel-2.32.0

Toggle rel-2.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Optimize matmuls involving block diagonal matrices (#1493)

* Add `concat_with_broadcast` helper function

Use new helper in xt.concat

Co-authored-by: Ricardo <ricardo.vieira1994@gmail.com>

* block_diag dot rewrite

Co-authored-by: Ricardo <ricardo.vieira1994@gmail.com>

---------

Co-authored-by: Ricardo <ricardo.vieira1994@gmail.com>

rel-2.31.7

Toggle rel-2.31.7's commit message
Add xtensor docs

Co-authored-by: Oriol Abril-Pla <oriol.abril.pla@gmail.com>

rel-2.31.6

Toggle rel-2.31.6's commit message
Fix shape errors in `scalar_solve_to_division`

rel-2.31.5

Toggle rel-2.31.5's commit message
Skip failing sparse tests on scipy 1.16

rel-2.31.4

Toggle rel-2.31.4's commit message
Avoid miniKanren v1.0.4

Some users with outdated setuptools in their build environments are failing
to build miniKanren from source. A wheel will hopefully arrive shortly for v1.0.5,
solving the problem. For now we can work around it by avoiding v1.0.4.
Note that conda doesn't have this problem, because Conda packages are
pre-compiled.

rel-2.31.3

Toggle rel-2.31.3's commit message
Coerce dtype __props__ to string due to invalid hash of `np.dtype()` …

…objects

numpy/numpy#17864