- 26 2月, 2013 1 次提交
-
-
由 abalkin 提交于
-
- 21 2月, 2013 10 次提交
-
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
- Included six.py by Benjamin Peterson. (Commit 62d8be3 2013-01-13.) See <https://bitbucket.org/gutworth/six>. - Moved Python 3 compatibility code to theano.compat.
-
由 abalkin 提交于
Python 3 port now passes default "theano-nose" tests under pythobn 3.2.
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
- 20 2月, 2013 22 次提交
-
-
由 lamblin 提交于
Fix align
-
由 lamblin 提交于
Issue #783: python3 compatible - remove relative imports.
-
由 Frederic 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
In python 3, list comprehention variables do not leak in the outside scope. In this case the loop is actually cleaner.
-
由 abalkin 提交于
-
由 abalkin 提交于
- iter is a builtin - io is a standard lib module in 3.x.
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
Floor division operator for complex numbers is deprecated since python 2.3 and results in an error in 3.x. With this commit theano/tensor/tests/test_basic.py passes under python 3.2.
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
- disabled fix_filter becaus theano uses "filter" as a method name; - fixed another instance of checking the error message; - fixed another instance affected by numpy isinstance(x, int) bug.
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
- 19 2月, 2013 7 次提交
-
-
由 abalkin 提交于
* allow numpy array as an argument to hash_from_code. * use truediv instead of div under 3.x. * **kwds checks that keys are strings in 3.x * fixed a typo bug in tensor/opt.py * fixed an incorrect numpy version check in test_basic
-
由 abalkin 提交于
* Use PyCapsule instead of PyCObject. * Use Python 3 module initialization. * Prepend 'm' to code hash to avoid module names that start with a digit.
-
由 lamblin 提交于
Lazy config default value
-
由 abalkin 提交于
* Suppress 2to3's "next" fixer that conflicts with having non-iterator attributes called "next." Rely on six.next instead. * added python 3 version of hash_from_code. -
由 Frederic 提交于
-
由 lamblin 提交于
Fix a test when g++ is not available.
-
由 lamblin 提交于
Add triangle/nonzero functions
-