Published September 13, 2022
| Version rel-2.8.3
Software
Open
aesara-devs/aesara: rel-2.9.0
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
- Simon Lefrancois6
- Amjad Almahairi
- Ricardo Vieira
- 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
- Refactor setuptools to use declarative
setup.cfg
by @maresb in https://github.com/aesara-devs/aesara/pull/1135 - Remove defaults channel from conda env for docs by @maresb in https://github.com/aesara-devs/aesara/pull/1136
- Split
aesara.tensor.rewriting.basic
rewrites by theiraesara.tensor
modules by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1139 - Move
tensor_copy
rewrite toaesara.tensor.rewriting.basic
by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1144 - Add docstrings for
RandomVariable
Ops by @rlouf in https://github.com/aesara-devs/aesara/pull/1105 - Support duplicate indices in
AdvancedIncSubtensor1
's Numba implementation by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1143 - Add a C implementation for
BroadcastTo
by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1130 - Move Numba tests to their own sub-package by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1153
- Add a rewrite that changes constant indices to unsigned integers by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1150
- Add tensor conversion to Numpy-like helper functions by @ltoniazzi in https://github.com/aesara-devs/aesara/pull/1154
- Make
ChoiceRV
behave like NumPy'schoice
by @rlouf in https://github.com/aesara-devs/aesara/pull/1163 - Add tensor conversion to
flatnonzero
,nonzero_values
,tile
,inverse_permutation
, anddiag
by @ltoniazzi in https://github.com/aesara-devs/aesara/pull/1166 - Use static shape in outputs of
Elemwise
by @ricardoV94 in https://github.com/aesara-devs/aesara/pull/821 - Refactor the JAX dispatcher by @rlouf in https://github.com/aesara-devs/aesara/pull/1168
- @ltoniazzi made their first contribution in https://github.com/aesara-devs/aesara/pull/1154
Full Changelog: https://github.com/aesara-devs/aesara/compare/rel-2.8.2...rel-2.8.3
Files
aesara-devs/aesara-rel-2.8.3.zip
Files
(8.2 MB)
Name | Size | Download all |
---|---|---|
md5:6ffe7542ca8f890639e5e1e0f7f5f855
|
8.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/aesara-devs/aesara/tree/rel-2.8.3 (URL)