- 20 6月, 2013 9 次提交
- 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()
-
- 13 6月, 2013 10 次提交
-
-
由 Frédéric Bastien 提交于
Fix import of compat module in python 3.3.0
-
由 Frederic 提交于
-
由 Frederic 提交于
In python 3.?, dict order are random, so object attribute are also random!
-
由 Frédéric Bastien 提交于
added scipy.stats.chi2.sf op
-
由 ebuchman 提交于
Finish chi2 tests and GPU code.
-
由 Frederic 提交于
-
由 Frederic 提交于
they work on the GPU.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-