| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-20 | 1.4 kB | |
| rel-2.35.1 source code.tar.gz | 2025-10-20 | 5.4 MB | |
| rel-2.35.1 source code.zip | 2025-10-20 | 5.7 MB | |
| Totals: 3 Items | 11.1 MB | 0 | |
What's Changed
Major Changes 🛠
- Handle
axis=Nonesymbolically instead of within CumOp by @Copilot in https://github.com/pymc-devs/pytensor/pull/1574
New Features 🎉
- Refactor
Expmand add jax dispatch by @jessegrabowski in https://github.com/pymc-devs/pytensor/pull/1668
Bugfixes 🐛
- Fix C-cache bug related to input order of nominal variables by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/1673
- Don't return tuple from
jax.scipy.linalg.qrwhenmode = 'r'by @jessegrabowski in https://github.com/pymc-devs/pytensor/pull/1682
Maintenance 🔧
- Move shared HStack and VStack methods to Stack superclass by @jessegrabowski in https://github.com/pymc-devs/pytensor/pull/1662
- Fix MKL BLAS detection with renamed libiomp5md.lib by @maresb in https://github.com/pymc-devs/pytensor/pull/1667
- Cleanup numba dispatches by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/1648
- Use incsubtesor in gradient of repeat by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/1621
- Suppress numpy warnings in python implementation of Elemwise by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/1681
Full Changelog: https://github.com/pymc-devs/pytensor/compare/rel-2.35.0...rel-2.35.1