- 14 3月, 2012 5 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Previous code identified Windows 64 as 32-bit.
-
由 Pascal Lamblin 提交于
This should really be maxsize, but under linux and win32, both values are equal. That is not the case for win64, though. TODO: Maybe remove the special case for maxsize in slices, since no new slice with maxsize should be produced anymore.
-
由 Pascal Lamblin 提交于
When calling t[1:], for instance, the arguments passed to __getslice__ are (1, sys.maxsize), which is a pain to deal with, and can even not be an int (but a long). If __getslice__ does not exist, __getitem__ is called instead, with argument slice(1, None, None), which is much more desirable. __getslice__ is deprecated in python 2.6 anyway.
-
- 13 3月, 2012 6 次提交
- 12 3月, 2012 2 次提交
-
-
由 Olivier Delalleau 提交于
Link blas to epd library correcly on windows.
-
由 Frederic 提交于
-
- 10 3月, 2012 15 次提交
-
-
由 lamblin 提交于
Sparse
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 nouiz 提交于
Remove use of sys.maxint in slices.
-
由 lamblin 提交于
Sparse
-
由 Pascal Lamblin 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 nouiz 提交于
vars with broadcastable dims were being disallowed unfairly from being update exprs
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 nouiz 提交于
Added MulSD, AddSS optimizations and new blas function declerations to sparse sandbox
-
- 09 3月, 2012 11 次提交
-
-
由 James Bergstra 提交于
-
由 Olivier Delalleau 提交于
Remove the useless Avanced[Inc]Subtensor args and added missing fct.
-
由 Yann N. Dauphin 提交于
-
由 Yann N. Dauphin 提交于
-
由 Olivier Delalleau 提交于
Fix blas
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 James Bergstra 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 lamblin 提交于
Minor fixes
-
- 08 3月, 2012 1 次提交
-
-
由 Olivier Delalleau 提交于
-