Skip to content

Commit f982262

Browse files
authored
Remove mention of being a fork. (#592)
* Replace mention of Aesara with Theano as Aesara is discontinued and Theano is the better-known library. * Also remove fork of Theano. * Mention PyMC.
1 parent 0666fd5 commit f982262

File tree

3 files changed

+4
-91
lines changed

3 files changed

+4
-91
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
|Tests Status| |Coverage|
77

8-
|Project Name| is a fork of `Aesara <https://github.com/aesara-devs/aesara>`__ -- a Python library that allows one to define, optimize, and
8+
|Project Name| is a Python library that allows one to define, optimize, and
99
efficiently evaluate mathematical expressions involving multi-dimensional arrays.
10+
It provides the computational backend for `PyMC <https://github.com/pymc-devs/pymc>`__.
1011

1112
Features
1213
========
@@ -15,7 +16,8 @@ Features
1516
- Extensible graph framework suitable for rapid development of custom operators and symbolic optimizations
1617
- Implements an extensible graph transpilation framework that currently provides
1718
compilation via C, `JAX <https://github.com/google/jax>`__, and `Numba <https://github.com/numba/numba>`__
18-
- Based on one of the most widely-used Python tensor libraries: `Theano <https://github.com/Theano/Theano>`__
19+
- Contrary to PyTorch and TensorFlow, PyTensor maintains a static graph which can be modified in-place to
20+
allow for advanced optimizations
1921

2022
Getting started
2123
===============

scripts/downstream_pr.sh

Lines changed: 0 additions & 46 deletions
This file was deleted.

scripts/upstream_pr.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)