rel-2.10.0
What's Changed
Major Changes 🛠
- Drop support for Python 3.7 by @ricardoV94 in #210
New Features 🎉
- Extend support of
RandomVariable
s in JAX backend by @ricardoV94 in #200 - Rewrite products of exponents as exponent of sum by @tamastokes in #186
- Propagate static shape in
MaxAndArgmax
by @covertg in #206 - Implement JAX dispatch for
Split
by @ricardoV94 in #209 - Fuse
Elemwise
graphs that have multiple outputs and clients by @ricardoV94 in #121
Bugfixes 🐛
- 🔄 From Aesara: 1345: Fix the JAX
Subtensor
andIncSubtensor
dispatcher by @ricardoV94 in #211 - Fix numba implementation of empty
DimShuffle
by @aseyboldt in #218
Maintenance 🔧
- Fix math typo in
sigmoid
by @SangamSwadiK in #202 - Bump pypa/cibuildwheel from 2.11.4 to 2.12.0 by @dependabot in #197
- Fix
stack
type hints by @covertg in #205 - Don't cancel tests in CI early by @aseyboldt in #147
- Add pyupgrade to pre-commit and apply it by @Armavica in #213
- Fix DeprecationWarning from
scipy.sparse.base
by @covertg in #214 - Upgrade pre-commit tools and apply black format by @Armavica in #217
New Contributors
- @SangamSwadiK made their first contribution in #202
- @dependabot made their first contribution in #197
- @covertg made their first contribution in #205
- @tamastokes made their first contribution in #186
Full Changelog: rel-2.9.1...rel-2.10.0