rel-2.8.12
What's Changed
Major Changes 🛠
- Allow passing static shape to tensor creation helpers by @ricardoV94 in #118
- The first and only positional argument to
tensor
is nowname
.dtype
andshape
are now keyword-only arguments in all tensor constructor helpers (tensor
,matrix
, ...)
- The first and only positional argument to
New Features 🎉
- 🔄 From Aesara: 1362: "Add
HalfNormalRV
JAX implementation" by @theorashid in #129
Bugfixes 🐛
- Fix bug in truncated_graph_inputs by @ricardoV94 in #113
- Fix JAX dispatch for multi-output Composite by @ricardoV94 in #123
Maintenance 🔧
- Update Release Notes template by @ricardoV94 in #117
- 🔄 From Aesara: 1345: "Splitting before using JAX key" by @AdrienCorenflos in #130
- Make tests compatible with newer version of JAX by @ricardoV94 in #133
- Make scan to be a cython extention by @ferrine in #77
- Remove deprecated modules by @ferrine in #111
- 🔄 From Aesara: #1347 and # 1365: " Add CI support for benchmarking" by @brandonwillard in #139
- Added PyTensor logo SVG by @fonnesbeck in #142
- Remove some inline arguments and make some njit functions global by @aseyboldt in #144
- Fix logit sigmoid function typo by @guin0x in #157
New Contributors
- @fonnesbeck made their first contribution in #142
- @guin0x made their first contribution in #157
Full Changelog: rel-2.8.11...rel-2.8.12