- 10 5月, 2022 2 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 09 5月, 2022 9 次提交
-
-
由 Brandon T. Willard 提交于
- Use newer, NumPy-recommended `numpy.random` functions (e.g. replace `rand` `random`, `randn` with `standard_normal`, etc.) - Seed some unseeded/inconsistently seeded tests - Minor `pytest` usage updates (e.g. use parameterizations, `pytest.raises`, and `pytest.warns`) - Use `np.array_equal` instead of `np.all(... == ...)`
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 08 5月, 2022 1 次提交
-
-
由 Luciano Paz 提交于
-
- 07 5月, 2022 3 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Ricardo 提交于
This removes an inconsistency between Numpy and Aesara broadcasting rules, where a variable dimension with unknown shape was always assumed to be non-broadcastable (i.e., different than 1)
-
- 30 4月, 2022 3 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Ricardo 提交于
-
由 Daniel Gerlanc 提交于
-
- 29 4月, 2022 3 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 25 4月, 2022 1 次提交
-
-
由 Brandon T. Willard 提交于
-
- 23 4月, 2022 8 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Larry Dong 提交于
-
由 Larry Dong 提交于
-
由 Larry Dong 提交于
-
由 Larry Dong 提交于
-
由 Larry Dong 提交于
-
由 Larry Dong 提交于
-
- 20 4月, 2022 2 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Ricardo 提交于
-
- 19 4月, 2022 8 次提交
-
-
由 Brandon T. Willard 提交于
This adds `SharedVariable` construction tracking that allows one to determine which variables were created within a specific scope (e.g. within a Python function). With this ability, we're able to determine which shared variable update should and shouldn't be performed within the iterations of a `Scan` node.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Ricardo 提交于
Co-authored-by:Brandon T. Willard <971601+brandonwillard@users.noreply.github.com>
-
由 Ricardo 提交于
-
由 Ricardo 提交于
-