- 20 2月, 2013 17 次提交
-
-
由 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 提交于
-
- 19 2月, 2013 5 次提交
-
-
由 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.
-
由 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. -
由 abalkin 提交于
-
由 abalkin 提交于
-
- 18 2月, 2013 5 次提交
- 15 2月, 2013 5 次提交
-
-
由 Olivier Delalleau 提交于
Update comment after code review.
-
由 Pascal Lamblin 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 14 2月, 2013 7 次提交
- 13 2月, 2013 1 次提交
-
-
由 Frederic 提交于
-