Dan Gerlanc

Results 9 issues of Dan Gerlanc

We may want to investigate using [Textual](https://github.com/Textualize/textual) or [rich](https://github.com/Textualize/rich) to pretty-print `aesara` graphs. This would make the `aesara.dprint` output interactive. With `textual`, an option may be to have the graphs...

enhancement
help wanted
graph objects
tooling

Resolves #127 Previously, tests including the following would fail with the following errors: ``` FAILED tests/graph/test_compute_test_value.py::TestComputeTestValue::test_empty_elemwise - aesara.link.c.exceptions.CompileError: Compilation failed (return status=1): FAILED tests/graph/test_compute_test_value.py::TestComputeTestValue::test_overided_function - aesara.link.c.exceptions.CompileError: Compilation failed (return status=1):...

bug
C-backend
MacOS

The `environment-arm.yml` file is a copy of `environment.yml` with Intel MKL dependencies replaced with OpenBLAS. We may want to update the documentation on installing `aesara` on Mac OS or complete...

MacOS
Conda

Currently, we are not running CI with Mac OS so verifying continued correct behavior on OS X is more difficult. Github Actions provides access to Mac OS Intel machines so...

enhancement
good first issue
CI
MacOS

As per #909, `environment.yml` does not work on ARM Macs because of `MKL`. We can create another environment file, `environment-arm.yml`, with an alternate `BLAS` specification. This file may also be...

good first issue
help wanted
MacOS
Conda

Update `setup.py` to use `aesara` when `pymc3` version 4 is released.

important

The documentation includes a setting for `SALT_LENGTH` even though salting was [removed](https://github.com/jazzband/django-rest-knox/pull/193) long ago. Would be great to remove this reference as it suggests that salting of tokens is still...