summary refs log tree commit diff
path: root/pkgs/development/python-modules/Theano
Commit message (Collapse)AuthorAge
* pythonPackages.Theano: 0.8.1 -> 0.9.0Eric Sagnes2017-06-08
|
* TheanoWithCuda: depend on future for older pythons #26103Tyson Whitehead2017-06-01
|
* TheanoWithCuda: cudnn shouldn't be optional or list wrapped #26263Tyson Whitehead2017-06-01
| | | | | * python27.withPackages drops nested propagatedBuildInputs * not clear why cudnn was optional to begin with
* pythonPackages.Theano: move and rename variantsFrederik Rietdijk2016-11-30
We have two derivations, one that supports Cuda, and one that does not. The names, TheanoWithCuda and TheanoWithoutCuda, now reflect that. Furthermore, a boolean passthru.cudaSupport was added. In the future the two derivations should be merged in one, with a parameter `cudaSupport`.