Releases: pymc-devs/pytensor
Releases · pymc-devs/pytensor
rel-2.17.3
What's Changed
Bugfixes 🐛
- Fix numpy integer check in TensorType by @ricardoV94 in #478
Full Changelog: rel-2.17.2...rel-2.17.3
rel-2.17.2
What's Changed
Bugfixes 🐛
- Correctly report the elemwise output type in Numba by @aseyboldt in #468
- Fix RandomVariable static type shape bug by @ricardoV94 in #475
Maintenance 🔧
Full Changelog: rel-2.17.1...rel-2.17.2
rel-2.17.1
What's Changed
Bugfixes 🐛
- Fail graciously in
local_pow_to_nested_squaring
when static type shape is updated by @ricardoV94 in #461 - Fix bug in
TensorVariable.__rmatmul__
by @ricardoV94 in #465 - Use boolean
__props__
inSVD
Op
by @ricardoV94 in #467
Full Changelog: rel-2.17.0...rel-2.17.1
rel-2.17.0
What's Changed
Major Changes 🛠
New Features 🎉
- Extend cholesky of triangular dot rewrite to matmul Ops by @ricardoV94 in #459
New Contributors
Full Changelog: rel-2.16.3...rel-2.17.0
rel-2.16.3
What's Changed
New Features 🎉
- Use Blockwise for matmul by @ricardoV94 in #452
- Add numba overload for
solve_triangular
by @jessegrabowski in #423
Bugfixes 🐛
- Exclude local_careduce_fusion from Numba backend by @ricardoV94 in #450
Full Changelog: rel-2.16.2...rel-2.16.3
rel-2.16.2
What's Changed
Bugfixes 🐛
- Exclude backend incompatible rewrites in Scan dispatch by @ricardoV94 in #427
Maintenance 🔧
- Pin numpy upper version by @ricardoV94 in #446
- Fix jax deprecated product by @ricardoV94 in #448
Full Changelog: rel-2.16.1...rel-2.16.2
rel-2.16.1
What's Changed
Bugfixes 🐛
- Fix
SoftmaxGrad
failure with constant dy in numba backend by @ricardoV94 in #435 - Fix bug in
local_dimshuffle_subtensor
rewrite by @ricardoV94 in #438
Full Changelog: rel-2.16.0...rel-2.16.1
rel-2.16.0
What's Changed
Major Changes 🛠
- Implement
graph.vectorize
andBlockwise
Op
by @ricardoV94 in #306 - Deprecate
extract_diag
andlinalg.trace
in favor of numpy look-alikes by @ricardoV94 in #428
New Features 🎉
- Add
Op
corresponding toscipy.linalg.solve_discrete_are
by @jessegrabowski in #417 - Improve static output shape and numba implementations of some Ops by @aseyboldt in #375
Documentation 📖
- DOC: Fix docstrings in
gradient.py
by @hsinfan1996 in #415
Maintenance 🔧
New Contributors
- @purna135 made their first contribution in #424
- @hsinfan1996 made their first contribution in #415
Full Changelog: rel-2.15.0...rel-2.16.0
rel-2.15.0
What's Changed
Major Changes 🛠
- Add
shape_unsafe
tag to rewrites that can hide shape errors by @ricardoV94 in #381 - Forbid runtime broadcasting by
Alloc
by @ricardoV94 in #390
New Features 🎉
- Extend
ExtractDiag
gradient and numba implementation to higher dimensional inputs by @ricardoV94 in #389
Bugfixes 🐛
- Fix typo in profile summary printing function by @Armavica in #416
- Fix numba implementation of
CumOp
when axis is None by @ricardoV94 in #420
Documentation 📖
- Fix docstrings reference for the
betainc_grad
function by @amyoshino in #412
Maintenance 🔧
- Don't run merge optimization in
ScalarInnerGraphOp.fgraph
by @ricardoV94 in #406
New Contributors
- @amyoshino made their first contribution in #412
Full Changelog: rel-2.14.2...rel-2.15.0
rel-2.14.2
What's Changed
New Features 🎉
- Provide JAX Ops from Optional tensorflow-probability dependency by @ricardoV94 in #403
Bugfixes 🐛
- Retain more precise types in MergeOptimizer by @ricardoV94 in #405
Maintenance 🔧
- Add numpy constants to pytensor.tensor scope by @ricardoV94 in #404
Full Changelog: rel-2.14.1...rel-2.14.2