- 14 7月, 2011 3 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
- 13 7月, 2011 21 次提交
-
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Olivier Delalleau 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Olivier Delalleau 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 12 7月, 2011 2 次提交
-
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
- 11 7月, 2011 1 次提交
-
-
由 James Bergstra 提交于
-
- 10 7月, 2011 1 次提交
-
-
由 Olivier Delalleau 提交于
Added .c files to setup.py to properly install the new lazylinker_c.c file -- also removed tabs in setup.py
-
- 09 7月, 2011 8 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
The problem was that the version was obtained *after* importing the C module. As a result, recompilation would fail because the library was still in use. This change also saves the version in the __init__.py file of the lazylinker_ext base module, so that it can be checked without loading the C module.
-
由 James Bergstra 提交于
- can update shared variables internally, so that it does not need Function.__call__ to give correct answers. - it can loop without returning to Python to implement scan (though this is not much faster than a for i in xrange(...) f.fn() type thing - it is versioned now so that it is recompiled when necessary - the scan test speed is modified to show these things.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
- 08 7月, 2011 4 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
* * * adding test_speed_rnn to scan_test suite
-