Published February 15, 2023
| Version rel-2.10.0
Software
Open
pymc-devs/pytensor: rel-2.10.0
Authors/Creators
- Frédéric Bastien1
- Pascal Lamblin
- abergeron
- Brandon T. Willard
- Ian Goodfellow
- Razvan Pascanu
- carriepl
- Olivier Breuleux
- notoraptor
- David Warde-Farley
- Roy Xue2
- James Bergstra3
- harlouci
- Mohammed Affan
- Ramana Sundararaman
- Ricardo Vieira
- Reyhane Askari4
- maqianlie5
- Suresh Panneerselvam
- Alexander Belopolsky
- Joseph Turian
- ballasn
- Gijs van Tulder
- Simon Lefrancois6
- Amjad Almahairi
- Hengjean
- Nicolas Bouchard
- khaotik
- Caglar Gulcehre
- Jeremiah Lowin7
- 1. NVIDIA
- 2. FITURE
- 3. kindred.ai
- 4. PhD candidate at Mila
- 5. Northeastern University
- 6. Université de Montréal
- 7. @PrefectHQ
Description
What's Changed
Major Changes 🛠
- Drop support for Python 3.7 by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/210 ### New Features 🎉
- Extend support of
RandomVariables in JAX backend by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/200 - Rewrite products of exponents as exponent of sum by @tamastokes in https://github.com/pymc-devs/pytensor/pull/186
- Propagate static shape in
MaxAndArgmaxby @covertg in https://github.com/pymc-devs/pytensor/pull/206 - Implement JAX dispatch for
Splitby @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/209 - Fuse
Elemwisegraphs that have multiple outputs and clients by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/121 ### Bugfixes 🐛 - :arrows_counterclockwise: From Aesara: 1345: Fix the JAX
SubtensorandIncSubtensordispatcher by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/211 - Fix numba implementation of empty
DimShuffleby @aseyboldt in https://github.com/pymc-devs/pytensor/pull/218 ### Maintenance 🔧 - Fix math typo in
sigmoidby @SangamSwadiK in https://github.com/pymc-devs/pytensor/pull/202 - Bump pypa/cibuildwheel from 2.11.4 to 2.12.0 by @dependabot in https://github.com/pymc-devs/pytensor/pull/197
- Fix
stacktype hints by @covertg in https://github.com/pymc-devs/pytensor/pull/205 - Don't cancel tests in CI early by @aseyboldt in https://github.com/pymc-devs/pytensor/pull/147
- Add pyupgrade to pre-commit and apply it by @Armavica in https://github.com/pymc-devs/pytensor/pull/213
- Fix DeprecationWarning from
scipy.sparse.baseby @covertg in https://github.com/pymc-devs/pytensor/pull/214 - Upgrade pre-commit tools and apply black format by @Armavica in https://github.com/pymc-devs/pytensor/pull/217
- @SangamSwadiK made their first contribution in https://github.com/pymc-devs/pytensor/pull/202
- @dependabot made their first contribution in https://github.com/pymc-devs/pytensor/pull/197
- @covertg made their first contribution in https://github.com/pymc-devs/pytensor/pull/205
- @tamastokes made their first contribution in https://github.com/pymc-devs/pytensor/pull/186
Full Changelog: https://github.com/pymc-devs/pytensor/compare/rel-2.9.1...rel-2.10.0
Files
pymc-devs/pytensor-rel-2.10.0.zip
Files
(4.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:7c7017be3a69583beee65dcef776bc3a
|
4.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pymc-devs/pytensor/tree/rel-2.10.0 (URL)