- 13 7月, 2011 13 次提交
-
-
由 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 7 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
* * * adding test_speed_rnn to scan_test suite
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Prevent the home dir from being a tilde when expanduser fails, which is apparently possible on some systems
-
由 Olivier Delalleau 提交于
-
- 07 7月, 2011 8 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Simpler mechanism to allow deep copy of upcast_out in Python 2.4, without the pickle protocol 0 issues -- Thanks James
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
anymore when pickling functions Fixed corresponding tests that were using protocol 0.
-
由 Olivier Delalleau 提交于
It was due to the fact the default mode was made non deterministic in 86cac3aa7744
-
由 Olivier Delalleau 提交于
-
由 James Bergstra 提交于
-