- 20 2月, 2013 5 次提交
- 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 6 次提交
- 12 2月, 2013 7 次提交
-
-
由 nouiz 提交于
Allow to import theano.sandbox.cuda.basic_op on computer without GPU.
-
由 Frederic 提交于
This is needed to allow generating the autodoc of this file.
-
由 nouiz 提交于
Fix some documentation syntax problem that make the cron that build the ...
-
由 Frederic Bastien 提交于
Should allow the documentation to be updated automatically again.
-
由 lamblin 提交于
Issue #783: python3 compatible - remove unnecessary imports.
-
由 nouiz 提交于
A few improvements to function()
-
由 abalkin 提交于
This commit is the first step of the plan to make Theano imports compatible with 3.x: 1. Remove unnecessary imports. 2. Convert relative imports to absolute. 3. Fix circular dependency issues by either eliminating "from xyz" imports or moving them inside functions.
-