Published January 24, 2023
| Version rel-2.8.10
Software
Open
aesara-devs/aesara: rel-2.8.10
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
- Ricardo Vieira
- Amjad Almahairi
- Hengjean
- Nicolas Bouchard
- khaotik
- Caglar Gulcehre
- 1. NVIDIA
- 2. FITURE
- 3. kindred.ai
- 4. PhD candidate at Mila
- 5. Northeastern University
- 6. Université de Montréal
Description
What's Changed
- Update time.clock() to time.perf_counter() in documentation under tutorial/conditions by @ntmkhanh in https://github.com/aesara-devs/aesara/pull/1293
- Add
kwargstoaesara.graph.basic.clone_get_equivby @brandonwillard in https://github.com/aesara-devs/aesara/pull/1296 - Replace some uses of
TensorType.broadcastablewithTensorType.shapeby @brandonwillard in https://github.com/aesara-devs/aesara/pull/1297 - Make
as_symbolicwork with sparse matrices by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1298 - Update codecov-action version by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1300
- Add
nameargument toVariable.cloneby @wd60622 in https://github.com/aesara-devs/aesara/pull/1282 - Remove redundant
graph_inputsusage inOpFromGraphby @brandonwillard in https://github.com/aesara-devs/aesara/pull/1306 - Refactor
SharedVariableand its interfaces by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1305 - Removes redundant dependencies from environment.yml by @j0ker70 in https://github.com/aesara-devs/aesara/pull/1309
- Add a fusion rewrite for
CAReduces withElemwiseinputs by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1285 - Fixing link appearances in README by @larryshamalama in https://github.com/aesara-devs/aesara/pull/1311
- Remove
CholeskyGradOp by @sudarsan2k5 in https://github.com/aesara-devs/aesara/pull/1302 - Add
Ops forsolve_discrete_lyapunovandsolve_continuous_lyapunovby @jessegrabowski in https://github.com/aesara-devs/aesara/pull/1020 - Harmonize softplus implementations by @ricardoV94 in https://github.com/aesara-devs/aesara/pull/884
- Replace time.time with time.perf_counter by @redbopo in https://github.com/aesara-devs/aesara/pull/1312
- Add ARM dev environment dependencies by @dgerlanc in https://github.com/aesara-devs/aesara/pull/960
- Type hint of
specify_shapedoes not allow for None in shape by @sudarsan2k5 in https://github.com/aesara-devs/aesara/pull/1313 - Refactor Numba dispatching and interfaces by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1317
- Add basic support for SciPy CSC and CSR sparse types in Numba by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1336
- Add mission statement by @dgerlanc in https://github.com/aesara-devs/aesara/pull/1340
- Add basic overloads for Numba sparse types by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1337
- Support read-only Numba types by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1343
- Fix the JAX
RandomVariabledispatcher by @rlouf in https://github.com/aesara-devs/aesara/pull/1284 - Add JAX implementation for
LogNormalRVby @juanitorduz in https://github.com/aesara-devs/aesara/pull/1346 - Add CI support for benchmarking by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1347
- Continue benchmark-related CI work by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1365
- Splitting before using JAX key by @AdrienCorenflos in https://github.com/aesara-devs/aesara/pull/1345
- Add
HalfNormalRVJAX implementation by @theorashid in https://github.com/aesara-devs/aesara/pull/1362 - Fix the JAX
SubtensorandIncSubtensordispatcher by @rlouf in https://github.com/aesara-devs/aesara/pull/1338 - Use
jax.Arrayfor type checking in tests by @rlouf in https://github.com/aesara-devs/aesara/pull/1372 - Add
HalfCauchyRVJAX implementation by @theorashid in https://github.com/aesara-devs/aesara/pull/1370 - Add
randomalias toaesara.tensor.random.basicby @redbopo in https://github.com/aesara-devs/aesara/pull/1364 - Downgrade flake8 pre-commit for py37 compatibility by @maresb in https://github.com/aesara-devs/aesara/pull/1374
- Migrate from setup.cfg to pyproject.toml by @maresb in https://github.com/aesara-devs/aesara/pull/1371
- Update setup-python action version by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1376
- Set nightly build project.name in pyproject.toml by @maresb in https://github.com/aesara-devs/aesara/pull/1380
- Update copyright years by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1381
- Give a CI error message when lazylinker_c.c missing by @maresb in https://github.com/aesara-devs/aesara/pull/1383
- Enable dependabot to update github-actions by @maresb in https://github.com/aesara-devs/aesara/pull/1386
- Bump actions/upload-artifact from 2 to 3 by @dependabot in https://github.com/aesara-devs/aesara/pull/1388
- Bump actions/download-artifact from 2 to 3 by @dependabot in https://github.com/aesara-devs/aesara/pull/1387
- Bump actions/cache from 1 to 3 by @dependabot in https://github.com/aesara-devs/aesara/pull/1389
- Seed benchmark tests by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1391
- Add GHA workflow to autoupdate pre-commit hooks by @maresb in https://github.com/aesara-devs/aesara/pull/1378
- Bump peter-evans/create-pull-request from 3 to 4 by @dependabot in https://github.com/aesara-devs/aesara/pull/1392
- Move aesara-cache into aesara.bin package by @maresb in https://github.com/aesara-devs/aesara/pull/1382
- Update pre-commit hooks by @github-actions in https://github.com/aesara-devs/aesara/pull/1393
- Migrate from versioneer to setuptools_scm by @maresb in https://github.com/aesara-devs/aesara/pull/1375
- Fix for recent failures in setup-miniconda by @brandonwillard in https://github.com/aesara-devs/aesara/pull/1398
- @ntmkhanh made their first contribution in https://github.com/aesara-devs/aesara/pull/1293
- @wd60622 made their first contribution in https://github.com/aesara-devs/aesara/pull/1282
- @j0ker70 made their first contribution in https://github.com/aesara-devs/aesara/pull/1309
- @sudarsan2k5 made their first contribution in https://github.com/aesara-devs/aesara/pull/1302
- @jessegrabowski made their first contribution in https://github.com/aesara-devs/aesara/pull/1020
- @redbopo made their first contribution in https://github.com/aesara-devs/aesara/pull/1312
- @juanitorduz made their first contribution in https://github.com/aesara-devs/aesara/pull/1346
- @AdrienCorenflos made their first contribution in https://github.com/aesara-devs/aesara/pull/1345
- @theorashid made their first contribution in https://github.com/aesara-devs/aesara/pull/1362
- @dependabot made their first contribution in https://github.com/aesara-devs/aesara/pull/1388
- @github-actions made their first contribution in https://github.com/aesara-devs/aesara/pull/1393
Full Changelog: https://github.com/aesara-devs/aesara/compare/rel-2.8.9...rel-2.8.10
Files
aesara-devs/aesara-rel-2.8.10.zip
Files
(4.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:afeb0277bb01464dadc088c24736298c
|
4.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/aesara-devs/aesara/tree/rel-2.8.10 (URL)