- 22 6月, 2013 2 次提交
- 21 6月, 2013 4 次提交
- 20 6月, 2013 13 次提交
-
-
由 Frédéric Bastien 提交于
Fix python code in python 3.3 and fix tests.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 lamblin 提交于
Added #defines for Py_TYPE/REFCNT for python2.4.
-
由 Gabe Schwartz 提交于
-
由 lamblin 提交于
buildbot python 3.3.0 and Mac anaconda instruction.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 lamblin 提交于
Doc neighbour
-
由 Frederic 提交于
-
- 19 6月, 2013 9 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 lamblin 提交于
Fixes
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
In particular remove nvcc.* stuff. We don't want the c_key of the config to change depending if theano.sandbox.cuda is imported or not.
-
由 Frédéric Bastien 提交于
Fix CURAND Wrapper in Python 3
-
由 Gabe Schwartz 提交于
-
- 18 6月, 2013 10 次提交
-
-
由 Gabe Schwartz 提交于
The capsule API destructor gets passed a pointer to the capsule, not the underlying C object as in the old PyCObject API.
-
由 Gabe Schwartz 提交于
npy_3kcompat redefines old PyString_X to use bytes, but this breaks compatibility with python code expecting new strings. The solution is to use PyUnicode wherever possible instead of PyBytes.
-
由 lamblin 提交于
[BUGFIX] Reduce dtype noaxis
-
由 Frederic 提交于
-
由 Frédéric Bastien 提交于
fix tests/crash on python 3
-
由 Frederic 提交于
-
由 Frédéric Bastien 提交于
Use NpyCapsule instead of PyCObject for py3k compat.
-
由 Gabe Schwartz 提交于
-
由 Gabe Schwartz 提交于
-
由 Frederic 提交于
-
- 17 6月, 2013 1 次提交
-
-
由 Frederic 提交于
It produce bad results as we don't upcast the inputs in the code, we just copy it.
-
- 14 6月, 2013 1 次提交
-
-
由 lamblin 提交于
Fix opt error/skip in scan, add Shape.c_code()
-