Published April 18, 2022
| Version rel-2.6.0
Software
Open
aesara-devs/aesara: rel-2.6.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
- 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
- Alexander Matyasko8
- 1. NVIDIA
- 2. FITURE
- 3. kindred.ai
- 4. MILA @ Université de Montréal
- 5. Northeastern University
- 6. Université de Montréal
- 7. @PrefectHQ
- 8. Imperial College London
Description
What's Changed
- Added
Ops fornp.linspace,np.logspace, andnp.geomspaceby @kc611 in https://github.com/aesara-devs/aesara/pull/779 - Rename
ScalartoScalarTypeby @brandonwillard in https://github.com/aesara-devs/aesara/pull/868 - Add Numba implementation for
DirichletRVand fixBroadcastTobug by @brandonwillard in https://github.com/aesara-devs/aesara/pull/869 - Use type name in
ElemwiseandCAReduce__str__implementations by @brandonwillard in https://github.com/aesara-devs/aesara/pull/872 - Remove old warning when using a dict for updates by @ricardoV94 in https://github.com/aesara-devs/aesara/pull/873
- Validate axis in
CAReduceand handle negative axis insqueezeby @ricardoV94 in https://github.com/aesara-devs/aesara/pull/834 - Add JAX dispatch for SolveTriangular Op by @zaxtax in https://github.com/aesara-devs/aesara/pull/880
- Load the sparse shared constructor support at package-level by @brandonwillard in https://github.com/aesara-devs/aesara/pull/882
- Remove libgpuarray by @ferrine in https://github.com/aesara-devs/aesara/pull/614
- Add JAX implementation for
BroadcastToby @danhphan in https://github.com/aesara-devs/aesara/pull/883 - Fix
Scan.truncate_gradientdefault value and type by @brandonwillard in https://github.com/aesara-devs/aesara/pull/892 - Raise when SharedVariables are used as inputs of OpFromGraph by @ricardoV94 in https://github.com/aesara-devs/aesara/pull/891
- Fix typing issues in
aesara.scanby @brandonwillard in https://github.com/aesara-devs/aesara/pull/894 - Fix
aesara.tensor.zerosandaesara.tensor.oneswith symbolic scalar shape values by @danhphan in https://github.com/aesara-devs/aesara/pull/889 - Make
OpFromGraph.make_nodeinterface consistent with itsApplynodes by @brandonwillard in https://github.com/aesara-devs/aesara/pull/902 - Do not use CheckAndRaise c_code for non-dense inputs by @ricardoV94 in https://github.com/aesara-devs/aesara/pull/899
- Remove unnecessary cloning from
Scanrewrites by @brandonwillard in https://github.com/aesara-devs/aesara/pull/903 - Fix shared variable comparisons in
OpFromGraph.make_nodeby @brandonwillard in https://github.com/aesara-devs/aesara/pull/905 - Enabled type checking as described by PEP 561 by @michaelosthege in https://github.com/aesara-devs/aesara/pull/799
- Add a missing inputs check to
OpFromGraphby @brandonwillard in https://github.com/aesara-devs/aesara/pull/906 - Allow shared variable input changes in
OpFromGraph.make_nodeby @brandonwillard in https://github.com/aesara-devs/aesara/pull/907 - Make SciPy-based
RandomVariablereturn values writeable by @brandonwillard in https://github.com/aesara-devs/aesara/pull/908 - Update the Cython
Scanimplementation's version number by @brandonwillard in https://github.com/aesara-devs/aesara/pull/911 - Allow partial shape information in
SpecifyShapeOpby @ricardoV94 in https://github.com/aesara-devs/aesara/pull/825 - Remove
default_updates from variables created in aScanloop function by @brandonwillard in https://github.com/aesara-devs/aesara/pull/910
- @zaxtax made their first contribution in https://github.com/aesara-devs/aesara/pull/880
Full Changelog: https://github.com/aesara-devs/aesara/compare/rel-2.5.3...rel-2.6.0
Files
aesara-devs/aesara-rel-2.6.0.zip
Files
(8.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:240c90d2bf87b3233d810898abaaa77e
|
8.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/aesara-devs/aesara/tree/rel-2.6.0 (URL)