提交 d83ff33c authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Remove module meta information in aesara.scan

上级 9c9bbd0a
__docformat__ = "restructedtext en"
__authors__ = (
"Razvan Pascanu "
"Frederic Bastien "
"James Bergstra "
"Pascal Lamblin "
"PyMC Developers "
"Aesara Developers "
)
__copyright__ = "(c) 2010, Universite de Montreal"
import logging import logging
from collections import OrderedDict from collections import OrderedDict
......
...@@ -84,17 +84,6 @@ from aesara.tensor.type import TensorType, integer_dtypes ...@@ -84,17 +84,6 @@ from aesara.tensor.type import TensorType, integer_dtypes
from aesara.tensor.var import TensorVariable from aesara.tensor.var import TensorVariable
__docformat__ = "restructedtext en"
__authors__ = (
"Razvan Pascanu "
"Frederic Bastien "
"James Bergstra "
"Pascal Lamblin "
"PyMC Developers "
"Aesara Developers "
)
__copyright__ = "(c) 2010, Universite de Montreal"
# Logging function for sending warning or info # Logging function for sending warning or info
_logger = logging.getLogger("aesara.scan.op") _logger = logging.getLogger("aesara.scan.op")
......
...@@ -103,20 +103,6 @@ from aesara.tensor.subtensor import ( ...@@ -103,20 +103,6 @@ from aesara.tensor.subtensor import (
from aesara.tensor.var import TensorConstant from aesara.tensor.var import TensorConstant
__docformat__ = "restructedtext en"
__authors__ = (
"Razvan Pascanu "
"Frederic Bastien "
"James Bergstra "
"Pascal Lamblin "
"Arnaud Bergeron "
"PyMC Developers "
"Aesara Developers "
)
__copyright__ = "(c) 2010, Universite de Montreal"
# Logging function for sending warning or info
_logger = logging.getLogger("aesara.scan.opt") _logger = logging.getLogger("aesara.scan.opt")
list_opt_slice = [ list_opt_slice = [
......
...@@ -46,12 +46,6 @@ ...@@ -46,12 +46,6 @@
ones (where applicable). All this information is described (more or less) ones (where applicable). All this information is described (more or less)
by describing the arguments of this function) by describing the arguments of this function)
""" """
__authors__ = "Razvan Pascanu " "PyMC Developers " "Aesara Developers "
__copyright__ = "(c) 2011, Universite de Montreal"
import cython import cython
import numpy import numpy
......
"""This module provides utility functions for the `Scan` `Op`.""" """This module provides utility functions for the `Scan` `Op`."""
__docformat__ = "restructedtext en"
__authors__ = (
"Razvan Pascanu "
"Frederic Bastien "
"James Bergstra "
"Pascal Lamblin "
"Arnaud Bergeron "
"PyMC Developers "
"Aesara Developers "
)
__copyright__ = "(c) 2010, Universite de Montreal"
import copy import copy
import logging import logging
import warnings import warnings
......
"""This module provides a convenient constructor for the `Scan` `Op`.""" """This module provides a convenient constructor for the `Scan` `Op`."""
__docformat__ = "restructedtext en"
__authors__ = "Razvan Pascanu " "Frederic Bastien " "James Bergstra " "Pascal Lamblin "
__copyright__ = "(c) 2010, Universite de Montreal"
__contact__ = "Razvan Pascanu <r.pascanu@gmail>"
import logging import logging
from aesara.scan import scan from aesara.scan import scan
......
...@@ -11,6 +11,7 @@ All rights reserved. ...@@ -11,6 +11,7 @@ All rights reserved.
Contains code from NumPy, Copyright (c) 2005-2016, NumPy Developers. Contains code from NumPy, Copyright (c) 2005-2016, NumPy Developers.
All rights reserved. All rights reserved.
theano/scan/*.py[c]: Razvan Pascanu, Frederic Bastien, James Bergstra, Pascal Lamblin, Arnaud Bergeron, PyMC Developers, Aesara Developers, (c) 2010, Universite de Montreal
theano/tensor/sharedvar.py: James Bergstra, (c) 2010, Universite de Montreal, 3-clause BSD License theano/tensor/sharedvar.py: James Bergstra, (c) 2010, Universite de Montreal, 3-clause BSD License
theano/gradient.py: James Bergstra, Razvan Pascanu, Arnaud Bergeron, Ian Goodfellow, PyMC Developers, Aesara Developers, (c) 2011, Universite de Montreal, 3-clause BSD License theano/gradient.py: James Bergstra, Razvan Pascanu, Arnaud Bergeron, Ian Goodfellow, PyMC Developers, Aesara Developers, (c) 2011, Universite de Montreal, 3-clause BSD License
theano/compile/monitormode.py: this code was initially copied from the 'pyutools' package by its original author, and re-licensed under Theano's license. theano/compile/monitormode.py: this code was initially copied from the 'pyutools' package by its original author, and re-licensed under Theano's license.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论