Skip to content

Commit a1d3e95

Browse files
committed
Add Aesara copyright and fork note.
1 parent 19e1a98 commit a1d3e95

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

README.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
|Tests Status| |Coverage| |Gitter|
22

3-
.. raw:: html
4-
5-
<div align="center">
6-
<img src="./doc/images/pytensor_logo_2400.png" alt="logo"></img>
7-
</div>
8-
9-
10-
|Project Name| is a Python library that allows one to define, optimize, and
3+
|Project Name| is a fork of Aesara -- a Python library that allows one to define, optimize, and
114
efficiently evaluate mathematical expressions involving multi-dimensional
125
arrays.
136

doc/LICENSE.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
LICENSE
44
=======
55

6-
Copyright (c) 2008--2019, Theano Development Team
7-
Copyright (c) 2020-2021, PyMC dev team
8-
Copyright (c) 2021, Aesara Development Team
6+
Copyright (c) 2008-2019, Theano Development Team
7+
Copyright (c) 2020-2021, PyMC Development team
8+
Copyright (c) 2021-2022, Aesara Development Team
9+
Copyright (c) 2022, PyMC Development team
910
All rights reserved.
1011

1112
Contains code from NumPy, Copyright (c) 2005-2016, NumPy Developers.
12-
All rights reserved.
13+
Contains code from Aesara, Copyright (c) 2021-2022, Aesara Developers.
14+
AAll rights reserved.
1315

1416
theano/scan/*.py[c]: Razvan Pascanu, Frederic Bastien, James Bergstra, Pascal Lamblin, Arnaud Bergeron, PyMC Developers, Pytensor Developers, (c) 2010, Universite de Montreal
1517
theano/tensor/sharedvar.py: James Bergstra, (c) 2010, Universite de Montreal, 3-clause BSD License

0 commit comments

Comments
 (0)