Published December 30, 2022
| Version rel-2.8.12
Software
Open
pymc-devs/pytensor: rel-2.8.12
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
- Reyhane Askari4
- maqianlie5
- Suresh Panneerselvam
- Alexander Belopolsky
- Joseph Turian
- ballasn
- Gijs van Tulder
- Ricardo Vieira
- 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 ðŸ›
- Allow passing static shape to tensor creation helpers by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/118
- The first and only positional argument to
tensoris nowname.dtypeandshapeare now keyword-only arguments in all tensor constructor helpers (tensor,matrix, ...) ### New Features 🎉
- The first and only positional argument to
- 🔄 From Aesara: 1362: "Add
HalfNormalRVJAX implementation" by @theorashid in https://github.com/pymc-devs/pytensor/pull/129 ### Bugfixes 🪲 - Fix bug in truncated_graph_inputs by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/113
- Fix JAX dispatch for multi-output Composite by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/123 ### Maintenance 🔧
- Update Release Notes template by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/117
- 🔄 From Aesara: 1345: "Splitting before using JAX key" by @AdrienCorenflos in https://github.com/pymc-devs/pytensor/pull/130
- Make tests compatible with newer version of JAX by @ricardoV94 in https://github.com/pymc-devs/pytensor/pull/133
- Make scan to be a cython extention by @ferrine in https://github.com/pymc-devs/pytensor/pull/77
- Remove deprecated modules by @ferrine in https://github.com/pymc-devs/pytensor/pull/111
- 🔄 From Aesara: #1347 and # 1365: " Add CI support for benchmarking" by @brandonwillard in https://github.com/pymc-devs/pytensor/pull/139
- Added PyTensor logo SVG by @fonnesbeck in https://github.com/pymc-devs/pytensor/pull/142
- Remove some inline arguments and make some njit functions global by @aseyboldt in https://github.com/pymc-devs/pytensor/pull/144
- Fix logit sigmoid function typo by @guin0x in https://github.com/pymc-devs/pytensor/pull/157
- @fonnesbeck made their first contribution in https://github.com/pymc-devs/pytensor/pull/142
- @guin0x made their first contribution in https://github.com/pymc-devs/pytensor/pull/157
Full Changelog: https://github.com/pymc-devs/pytensor/compare/rel-2.8.11...rel-2.8.12
Files
pymc-devs/pytensor-rel-2.8.12.zip
Files
(4.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:5ece72fecf404ff355fdc20d6ed1ac7e
|
4.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pymc-devs/pytensor/tree/rel-2.8.12 (URL)