pymc-devs/pytensor: rel-3.1.0
Rรฉsumรฉ fourni par la source
<!-- Release notes generated using configuration in .github/release.yml at main --> What's Changed New Features ๐ More rewrites for ExtractDiag by @jessegrabowski in https://github.com/pymc-devs/pytensor/pull/2045 System for algebraic reasoning about linear alegbra by @jessegrabowski in https://github.com/pymc-devs/pytensor/pull/2032 Add numba dispatch for expm by @jessegrabowski in https://github.com/pymc-devs/pytensor/pull/2148 Bugfixes ๐ Fix local_sqrt_sqr rewrite logic bug by @WHOIM1205 in https://github.com/pymc-devs/pytensor/pull/1952 Do not duplicate outer inputs when inlining OFG by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/2147 Fix fusion replacement ordering by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/2150 Maintenance ๐ง Support single string dims in XTensorType by @williambdean in https://github.com/pymc-devs/pytensor/pull/2129 Add @ (matmul) operator to XTensorVariable by @williambdean in https://github.com/pymc-devs/pytensor/pull/2128 Make exceptions less verbose by default by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/1330 Numba CAReduce: reorder loops based on strides by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/1961 Stop subtensor merge bonanza by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/2098 as_tensor_variable dispatch for range objects by @williambdean in https://github.com/pymc-devs/pytensor/pull/2141 Normalize string dims across all xtensor paths by @williambdean in https://github.com/pymc-devs/pytensor/pull/2146 Extend inv(A) @ b -> solve(A, b) to batched matmul by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/2157 Add numba dispatch for SVD by @jessegrabowski in https://github.com/pymc-devs/pytensor/pull/2136 Full Changelog: https://github.com/pymc-devs/pytensor/compare/rel-3.0.2...rel-3.1.0