pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Theano 0.7 (26th of March, 2015) ================================ We recommand to everyone to upgrade to this version.
Module Name: pkgsrc-wip
Committed By: Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Tue Oct 13 00:14:45 2015 +0100
Changeset: 8e2b3b9db1942d3366bc6b5b3e9bcde8a62f5e2c
Modified Files:
py-theano/Makefile
py-theano/PLIST
py-theano/distinfo
Added Files:
py-theano/patches/patch-setup.py
Log Message:
Theano 0.7 (26th of March, 2015)
================================
We recommand to everyone to upgrade to this version.
Highlights:
* Integration of CuDNN for 2D convolutions and pooling on supported GPUs
* Too many optimizations and new features to count
* Various fixes and improvements to scan
* Better support for GPU on Windows
* On Mac OS X, clang is used by default
* Many crash fixes
* Some bug fixes as well
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8e2b3b9db1942d3366bc6b5b3e9bcde8a62f5e2c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-theano/Makefile | 8 +-
py-theano/PLIST | 207 ++++++++++++++++++++++++++++++---------
py-theano/distinfo | 8 +-
py-theano/patches/patch-setup.py | 13 +++
4 files changed, 182 insertions(+), 54 deletions(-)
diffs:
diff --git a/py-theano/Makefile b/py-theano/Makefile
index d4289d5..051857e 100644
--- a/py-theano/Makefile
+++ b/py-theano/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2015/01/26 21:21:52 jihbed Exp $
+# $NetBSD$
-DISTNAME= Theano-0.6.0
+DISTNAME= Theano-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= math python
MASTER_SITES= https://pypi.python.org/packages/source/T/Theano/
@@ -10,7 +10,7 @@ HOMEPAGE= http://deeplearning.net/software/theano/
COMMENT= Optimizing compiler for evaluating mathematical expressions
LICENSE= modified-bsd
-WRKSRC= ${WRKDIR}/Theano-0.6.0
+WRKSRC= ${WRKDIR}/Theano-0.7.0
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
@@ -24,5 +24,5 @@ do-test:
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
-DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
+DEPENDS+= ${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
.include "../../mk/bsd.pkg.mk"
diff --git a/py-theano/PLIST b/py-theano/PLIST
index 7b14a84..f9e88ef 100644
--- a/py-theano/PLIST
+++ b/py-theano/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/01/26 21:21:52 jihbed Exp $
+@comment $NetBSD$
bin/theano-cache2.7
bin/theano-nose2.7
bin/theano-test2.7
@@ -40,9 +40,6 @@ ${PYSITELIB}/theano/compile/io.pyo
${PYSITELIB}/theano/compile/mode.py
${PYSITELIB}/theano/compile/mode.pyc
${PYSITELIB}/theano/compile/mode.pyo
-${PYSITELIB}/theano/compile/module.py
-${PYSITELIB}/theano/compile/module.pyc
-${PYSITELIB}/theano/compile/module.pyo
${PYSITELIB}/theano/compile/monitormode.py
${PYSITELIB}/theano/compile/monitormode.pyc
${PYSITELIB}/theano/compile/monitormode.pyo
@@ -73,27 +70,36 @@ ${PYSITELIB}/theano/compile/tests/test_builders.pyo
${PYSITELIB}/theano/compile/tests/test_debugmode.py
${PYSITELIB}/theano/compile/tests/test_debugmode.pyc
${PYSITELIB}/theano/compile/tests/test_debugmode.pyo
+${PYSITELIB}/theano/compile/tests/test_function.py
+${PYSITELIB}/theano/compile/tests/test_function.pyc
+${PYSITELIB}/theano/compile/tests/test_function.pyo
${PYSITELIB}/theano/compile/tests/test_function_module.py
${PYSITELIB}/theano/compile/tests/test_function_module.pyc
${PYSITELIB}/theano/compile/tests/test_function_module.pyo
-${PYSITELIB}/theano/compile/tests/test_inplace_opt_for_value.py
-${PYSITELIB}/theano/compile/tests/test_inplace_opt_for_value.pyc
-${PYSITELIB}/theano/compile/tests/test_inplace_opt_for_value.pyo
+${PYSITELIB}/theano/compile/tests/test_function_name.py
+${PYSITELIB}/theano/compile/tests/test_function_name.pyc
+${PYSITELIB}/theano/compile/tests/test_function_name.pyo
${PYSITELIB}/theano/compile/tests/test_misc.py
${PYSITELIB}/theano/compile/tests/test_misc.pyc
${PYSITELIB}/theano/compile/tests/test_misc.pyo
+${PYSITELIB}/theano/compile/tests/test_mode.py
+${PYSITELIB}/theano/compile/tests/test_mode.pyc
+${PYSITELIB}/theano/compile/tests/test_mode.pyo
${PYSITELIB}/theano/compile/tests/test_modes.py
${PYSITELIB}/theano/compile/tests/test_modes.pyc
${PYSITELIB}/theano/compile/tests/test_modes.pyo
-${PYSITELIB}/theano/compile/tests/test_module.py
-${PYSITELIB}/theano/compile/tests/test_module.pyc
-${PYSITELIB}/theano/compile/tests/test_module.pyo
${PYSITELIB}/theano/compile/tests/test_monitormode.py
${PYSITELIB}/theano/compile/tests/test_monitormode.pyc
${PYSITELIB}/theano/compile/tests/test_monitormode.pyo
+${PYSITELIB}/theano/compile/tests/test_ops.py
+${PYSITELIB}/theano/compile/tests/test_ops.pyc
+${PYSITELIB}/theano/compile/tests/test_ops.pyo
${PYSITELIB}/theano/compile/tests/test_pfunc.py
${PYSITELIB}/theano/compile/tests/test_pfunc.pyc
${PYSITELIB}/theano/compile/tests/test_pfunc.pyo
+${PYSITELIB}/theano/compile/tests/test_profiling.py
+${PYSITELIB}/theano/compile/tests/test_profiling.pyc
+${PYSITELIB}/theano/compile/tests/test_profiling.pyo
${PYSITELIB}/theano/compile/tests/test_shared.py
${PYSITELIB}/theano/compile/tests/test_shared.pyc
${PYSITELIB}/theano/compile/tests/test_shared.pyo
@@ -155,9 +161,6 @@ ${PYSITELIB}/theano/gof/opt.pyo
${PYSITELIB}/theano/gof/optdb.py
${PYSITELIB}/theano/gof/optdb.pyc
${PYSITELIB}/theano/gof/optdb.pyo
-${PYSITELIB}/theano/gof/python25.py
-${PYSITELIB}/theano/gof/python25.pyc
-${PYSITELIB}/theano/gof/python25.pyo
${PYSITELIB}/theano/gof/sched.py
${PYSITELIB}/theano/gof/sched.pyc
${PYSITELIB}/theano/gof/sched.pyo
@@ -170,6 +173,9 @@ ${PYSITELIB}/theano/gof/tests/test_cc.pyo
${PYSITELIB}/theano/gof/tests/test_cmodule.py
${PYSITELIB}/theano/gof/tests/test_cmodule.pyc
${PYSITELIB}/theano/gof/tests/test_cmodule.pyo
+${PYSITELIB}/theano/gof/tests/test_compiledir.py
+${PYSITELIB}/theano/gof/tests/test_compiledir.pyc
+${PYSITELIB}/theano/gof/tests/test_compiledir.pyo
${PYSITELIB}/theano/gof/tests/test_compute_test_value.py
${PYSITELIB}/theano/gof/tests/test_compute_test_value.pyc
${PYSITELIB}/theano/gof/tests/test_compute_test_value.pyo
@@ -182,6 +188,9 @@ ${PYSITELIB}/theano/gof/tests/test_fg.pyo
${PYSITELIB}/theano/gof/tests/test_graph.py
${PYSITELIB}/theano/gof/tests/test_graph.pyc
${PYSITELIB}/theano/gof/tests/test_graph.pyo
+${PYSITELIB}/theano/gof/tests/test_graph_opt_caching.py
+${PYSITELIB}/theano/gof/tests/test_graph_opt_caching.pyc
+${PYSITELIB}/theano/gof/tests/test_graph_opt_caching.pyo
${PYSITELIB}/theano/gof/tests/test_lazy.py
${PYSITELIB}/theano/gof/tests/test_lazy.pyc
${PYSITELIB}/theano/gof/tests/test_lazy.pyo
@@ -255,6 +264,12 @@ ${PYSITELIB}/theano/misc/cudamat_utils.pyo
${PYSITELIB}/theano/misc/doubleop.py
${PYSITELIB}/theano/misc/doubleop.pyc
${PYSITELIB}/theano/misc/doubleop.pyo
+${PYSITELIB}/theano/misc/elemwise_openmp_speedup.py
+${PYSITELIB}/theano/misc/elemwise_openmp_speedup.pyc
+${PYSITELIB}/theano/misc/elemwise_openmp_speedup.pyo
+${PYSITELIB}/theano/misc/elemwise_time_test.py
+${PYSITELIB}/theano/misc/elemwise_time_test.pyc
+${PYSITELIB}/theano/misc/elemwise_time_test.pyo
${PYSITELIB}/theano/misc/gh_api.py
${PYSITELIB}/theano/misc/gh_api.pyc
${PYSITELIB}/theano/misc/gh_api.pyo
@@ -267,9 +282,6 @@ ${PYSITELIB}/theano/misc/latence_gpu_transfert.pyo
${PYSITELIB}/theano/misc/may_share_memory.py
${PYSITELIB}/theano/misc/may_share_memory.pyc
${PYSITELIB}/theano/misc/may_share_memory.pyo
-${PYSITELIB}/theano/misc/nose_pr.py
-${PYSITELIB}/theano/misc/nose_pr.pyc
-${PYSITELIB}/theano/misc/nose_pr.pyo
${PYSITELIB}/theano/misc/ordered_set.py
${PYSITELIB}/theano/misc/ordered_set.pyc
${PYSITELIB}/theano/misc/ordered_set.pyo
@@ -345,14 +357,34 @@ ${PYSITELIB}/theano/sandbox/cuda/basic_ops.pyo
${PYSITELIB}/theano/sandbox/cuda/blas.py
${PYSITELIB}/theano/sandbox/cuda/blas.pyc
${PYSITELIB}/theano/sandbox/cuda/blas.pyo
+${PYSITELIB}/theano/sandbox/cuda/blocksparse.py
+${PYSITELIB}/theano/sandbox/cuda/blocksparse.pyc
+${PYSITELIB}/theano/sandbox/cuda/blocksparse.pyo
${PYSITELIB}/theano/sandbox/cuda/conv.cu
${PYSITELIB}/theano/sandbox/cuda/conv_full_kernel.cu
${PYSITELIB}/theano/sandbox/cuda/conv_kernel.cu
+${PYSITELIB}/theano/sandbox/cuda/corr3d_gemm.cu
+${PYSITELIB}/theano/sandbox/cuda/corr_gemm.cu
${PYSITELIB}/theano/sandbox/cuda/cuda_ndarray.cu
${PYSITELIB}/theano/sandbox/cuda/cuda_ndarray.cuh
+${PYSITELIB}/theano/sandbox/cuda/cudnn_helper.h
+${PYSITELIB}/theano/sandbox/cuda/dnn.py
+${PYSITELIB}/theano/sandbox/cuda/dnn.pyc
+${PYSITELIB}/theano/sandbox/cuda/dnn.pyo
+${PYSITELIB}/theano/sandbox/cuda/dnn_base.c
+${PYSITELIB}/theano/sandbox/cuda/dnn_conv_base.c
+${PYSITELIB}/theano/sandbox/cuda/dnn_fwd.c
+${PYSITELIB}/theano/sandbox/cuda/dnn_gi.c
+${PYSITELIB}/theano/sandbox/cuda/dnn_gw.c
${PYSITELIB}/theano/sandbox/cuda/elemwise.py
${PYSITELIB}/theano/sandbox/cuda/elemwise.pyc
${PYSITELIB}/theano/sandbox/cuda/elemwise.pyo
+${PYSITELIB}/theano/sandbox/cuda/extra_ops.py
+${PYSITELIB}/theano/sandbox/cuda/extra_ops.pyc
+${PYSITELIB}/theano/sandbox/cuda/extra_ops.pyo
+${PYSITELIB}/theano/sandbox/cuda/fftconv.py
+${PYSITELIB}/theano/sandbox/cuda/fftconv.pyc
+${PYSITELIB}/theano/sandbox/cuda/fftconv.pyo
${PYSITELIB}/theano/sandbox/cuda/kernel_codegen.py
${PYSITELIB}/theano/sandbox/cuda/kernel_codegen.pyc
${PYSITELIB}/theano/sandbox/cuda/kernel_codegen.pyo
@@ -368,9 +400,14 @@ ${PYSITELIB}/theano/sandbox/cuda/nvcc_compiler.pyo
${PYSITELIB}/theano/sandbox/cuda/opt.py
${PYSITELIB}/theano/sandbox/cuda/opt.pyc
${PYSITELIB}/theano/sandbox/cuda/opt.pyo
+${PYSITELIB}/theano/sandbox/cuda/opt_util.py
+${PYSITELIB}/theano/sandbox/cuda/opt_util.pyc
+${PYSITELIB}/theano/sandbox/cuda/opt_util.pyo
${PYSITELIB}/theano/sandbox/cuda/rng_curand.py
${PYSITELIB}/theano/sandbox/cuda/rng_curand.pyc
${PYSITELIB}/theano/sandbox/cuda/rng_curand.pyo
+${PYSITELIB}/theano/sandbox/cuda/tests/CudaNdarray.pkl
+${PYSITELIB}/theano/sandbox/cuda/tests/CudaNdarray_py3.pkl
${PYSITELIB}/theano/sandbox/cuda/tests/__init__.py
${PYSITELIB}/theano/sandbox/cuda/tests/__init__.pyc
${PYSITELIB}/theano/sandbox/cuda/tests/__init__.pyo
@@ -383,15 +420,30 @@ ${PYSITELIB}/theano/sandbox/cuda/tests/test_bench_loopfusion.pyo
${PYSITELIB}/theano/sandbox/cuda/tests/test_blas.py
${PYSITELIB}/theano/sandbox/cuda/tests/test_blas.pyc
${PYSITELIB}/theano/sandbox/cuda/tests/test_blas.pyo
+${PYSITELIB}/theano/sandbox/cuda/tests/test_blocksparse.py
+${PYSITELIB}/theano/sandbox/cuda/tests/test_blocksparse.pyc
+${PYSITELIB}/theano/sandbox/cuda/tests/test_blocksparse.pyo
${PYSITELIB}/theano/sandbox/cuda/tests/test_conv_cuda_ndarray.py
${PYSITELIB}/theano/sandbox/cuda/tests/test_conv_cuda_ndarray.pyc
${PYSITELIB}/theano/sandbox/cuda/tests/test_conv_cuda_ndarray.pyo
${PYSITELIB}/theano/sandbox/cuda/tests/test_cuda_ndarray.py
${PYSITELIB}/theano/sandbox/cuda/tests/test_cuda_ndarray.pyc
${PYSITELIB}/theano/sandbox/cuda/tests/test_cuda_ndarray.pyo
+${PYSITELIB}/theano/sandbox/cuda/tests/test_dnn.py
+${PYSITELIB}/theano/sandbox/cuda/tests/test_dnn.pyc
+${PYSITELIB}/theano/sandbox/cuda/tests/test_dnn.pyo
${PYSITELIB}/theano/sandbox/cuda/tests/test_driver.py
${PYSITELIB}/theano/sandbox/cuda/tests/test_driver.pyc
${PYSITELIB}/theano/sandbox/cuda/tests/test_driver.pyo
+${PYSITELIB}/theano/sandbox/cuda/tests/test_extra_ops.py
+${PYSITELIB}/theano/sandbox/cuda/tests/test_extra_ops.pyc
+${PYSITELIB}/theano/sandbox/cuda/tests/test_extra_ops.pyo
+${PYSITELIB}/theano/sandbox/cuda/tests/test_fftconv.py
+${PYSITELIB}/theano/sandbox/cuda/tests/test_fftconv.pyc
+${PYSITELIB}/theano/sandbox/cuda/tests/test_fftconv.pyo
+${PYSITELIB}/theano/sandbox/cuda/tests/test_gemmcorr3d.py
+${PYSITELIB}/theano/sandbox/cuda/tests/test_gemmcorr3d.pyc
+${PYSITELIB}/theano/sandbox/cuda/tests/test_gemmcorr3d.pyo
${PYSITELIB}/theano/sandbox/cuda/tests/test_gradient.py
${PYSITELIB}/theano/sandbox/cuda/tests/test_gradient.pyc
${PYSITELIB}/theano/sandbox/cuda/tests/test_gradient.pyo
@@ -407,9 +459,6 @@ ${PYSITELIB}/theano/sandbox/cuda/tests/test_neighbours.pyo
${PYSITELIB}/theano/sandbox/cuda/tests/test_nnet.py
${PYSITELIB}/theano/sandbox/cuda/tests/test_nnet.pyc
${PYSITELIB}/theano/sandbox/cuda/tests/test_nnet.pyo
-${PYSITELIB}/theano/sandbox/cuda/tests/test_nvcc_compiler.py
-${PYSITELIB}/theano/sandbox/cuda/tests/test_nvcc_compiler.pyc
-${PYSITELIB}/theano/sandbox/cuda/tests/test_nvcc_compiler.pyo
${PYSITELIB}/theano/sandbox/cuda/tests/test_opt.py
${PYSITELIB}/theano/sandbox/cuda/tests/test_opt.pyc
${PYSITELIB}/theano/sandbox/cuda/tests/test_opt.pyo
@@ -419,6 +468,9 @@ ${PYSITELIB}/theano/sandbox/cuda/tests/test_rng_curand.pyo
${PYSITELIB}/theano/sandbox/cuda/tests/test_tensor_op.py
${PYSITELIB}/theano/sandbox/cuda/tests/test_tensor_op.pyc
${PYSITELIB}/theano/sandbox/cuda/tests/test_tensor_op.pyo
+${PYSITELIB}/theano/sandbox/cuda/tests/test_type.py
+${PYSITELIB}/theano/sandbox/cuda/tests/test_type.pyc
+${PYSITELIB}/theano/sandbox/cuda/tests/test_type.pyo
${PYSITELIB}/theano/sandbox/cuda/tests/test_var.py
${PYSITELIB}/theano/sandbox/cuda/tests/test_var.pyc
${PYSITELIB}/theano/sandbox/cuda/tests/test_var.pyo
@@ -437,9 +489,6 @@ ${PYSITELIB}/theano/sandbox/cuda/var.pyo
${PYSITELIB}/theano/sandbox/debug.py
${PYSITELIB}/theano/sandbox/debug.pyc
${PYSITELIB}/theano/sandbox/debug.pyo
-${PYSITELIB}/theano/sandbox/downsample.py
-${PYSITELIB}/theano/sandbox/downsample.pyc
-${PYSITELIB}/theano/sandbox/downsample.pyo
${PYSITELIB}/theano/sandbox/fourier.py
${PYSITELIB}/theano/sandbox/fourier.pyc
${PYSITELIB}/theano/sandbox/fourier.pyo
@@ -452,9 +501,27 @@ ${PYSITELIB}/theano/sandbox/gpuarray/basic_ops.pyo
${PYSITELIB}/theano/sandbox/gpuarray/blas.py
${PYSITELIB}/theano/sandbox/gpuarray/blas.pyc
${PYSITELIB}/theano/sandbox/gpuarray/blas.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/comp.py
+${PYSITELIB}/theano/sandbox/gpuarray/comp.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/comp.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/conv.cu
+${PYSITELIB}/theano/sandbox/gpuarray/conv.py
+${PYSITELIB}/theano/sandbox/gpuarray/conv.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/conv.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/conv_full_kernel.cu
+${PYSITELIB}/theano/sandbox/gpuarray/conv_kernel.cu
${PYSITELIB}/theano/sandbox/gpuarray/elemwise.py
${PYSITELIB}/theano/sandbox/gpuarray/elemwise.pyc
${PYSITELIB}/theano/sandbox/gpuarray/elemwise.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/kernel_codegen.py
+${PYSITELIB}/theano/sandbox/gpuarray/kernel_codegen.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/kernel_codegen.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/neighbours.py
+${PYSITELIB}/theano/sandbox/gpuarray/neighbours.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/neighbours.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/nnet.py
+${PYSITELIB}/theano/sandbox/gpuarray/nnet.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/nnet.pyo
${PYSITELIB}/theano/sandbox/gpuarray/opt.py
${PYSITELIB}/theano/sandbox/gpuarray/opt.pyc
${PYSITELIB}/theano/sandbox/gpuarray/opt.pyo
@@ -470,12 +537,24 @@ ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_basic_ops.pyo
${PYSITELIB}/theano/sandbox/gpuarray/tests/test_blas.py
${PYSITELIB}/theano/sandbox/gpuarray/tests/test_blas.pyc
${PYSITELIB}/theano/sandbox/gpuarray/tests/test_blas.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_conv_cuda_ndarray.py
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_conv_cuda_ndarray.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_conv_cuda_ndarray.pyo
${PYSITELIB}/theano/sandbox/gpuarray/tests/test_elemwise.py
${PYSITELIB}/theano/sandbox/gpuarray/tests/test_elemwise.pyc
${PYSITELIB}/theano/sandbox/gpuarray/tests/test_elemwise.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_neighbours.py
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_neighbours.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_neighbours.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_nnet.py
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_nnet.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_nnet.pyo
${PYSITELIB}/theano/sandbox/gpuarray/tests/test_opt.py
${PYSITELIB}/theano/sandbox/gpuarray/tests/test_opt.pyc
${PYSITELIB}/theano/sandbox/gpuarray/tests/test_opt.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_scan.py
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_scan.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_scan.pyo
${PYSITELIB}/theano/sandbox/gpuarray/tests/test_subtensor.py
${PYSITELIB}/theano/sandbox/gpuarray/tests/test_subtensor.pyc
${PYSITELIB}/theano/sandbox/gpuarray/tests/test_subtensor.pyo
@@ -488,18 +567,12 @@ ${PYSITELIB}/theano/sandbox/gpuarray/type.pyo
${PYSITELIB}/theano/sandbox/linalg/__init__.py
${PYSITELIB}/theano/sandbox/linalg/__init__.pyc
${PYSITELIB}/theano/sandbox/linalg/__init__.pyo
-${PYSITELIB}/theano/sandbox/linalg/kron.py
-${PYSITELIB}/theano/sandbox/linalg/kron.pyc
-${PYSITELIB}/theano/sandbox/linalg/kron.pyo
${PYSITELIB}/theano/sandbox/linalg/ops.py
${PYSITELIB}/theano/sandbox/linalg/ops.pyc
${PYSITELIB}/theano/sandbox/linalg/ops.pyo
${PYSITELIB}/theano/sandbox/linalg/tests/__init__.py
${PYSITELIB}/theano/sandbox/linalg/tests/__init__.pyc
${PYSITELIB}/theano/sandbox/linalg/tests/__init__.pyo
-${PYSITELIB}/theano/sandbox/linalg/tests/test_kron.py
-${PYSITELIB}/theano/sandbox/linalg/tests/test_kron.pyc
-${PYSITELIB}/theano/sandbox/linalg/tests/test_kron.pyo
${PYSITELIB}/theano/sandbox/linalg/tests/test_linalg.py
${PYSITELIB}/theano/sandbox/linalg/tests/test_linalg.pyc
${PYSITELIB}/theano/sandbox/linalg/tests/test_linalg.pyo
@@ -558,9 +631,6 @@ ${PYSITELIB}/theano/sandbox/test_multinomial.pyo
${PYSITELIB}/theano/sandbox/test_neighbourhoods.py
${PYSITELIB}/theano/sandbox/test_neighbourhoods.pyc
${PYSITELIB}/theano/sandbox/test_neighbourhoods.pyo
-${PYSITELIB}/theano/sandbox/test_neighbours.py
-${PYSITELIB}/theano/sandbox/test_neighbours.pyc
-${PYSITELIB}/theano/sandbox/test_neighbours.pyo
${PYSITELIB}/theano/sandbox/test_rng_mrg.py
${PYSITELIB}/theano/sandbox/test_rng_mrg.pyc
${PYSITELIB}/theano/sandbox/test_rng_mrg.pyo
@@ -628,6 +698,9 @@ ${PYSITELIB}/theano/scan_module/tests/test_scan.pyo
${PYSITELIB}/theano/scan_module/tests/test_scan_opt.py
${PYSITELIB}/theano/scan_module/tests/test_scan_opt.pyc
${PYSITELIB}/theano/scan_module/tests/test_scan_opt.pyo
+${PYSITELIB}/theano/scan_module/tests/test_scan_utils.py
+${PYSITELIB}/theano/scan_module/tests/test_scan_utils.pyc
+${PYSITELIB}/theano/scan_module/tests/test_scan_utils.pyo
${PYSITELIB}/theano/sparse/__init__.py
${PYSITELIB}/theano/sparse/__init__.pyc
${PYSITELIB}/theano/sparse/__init__.pyo
@@ -667,6 +740,9 @@ ${PYSITELIB}/theano/sparse/tests/test_opt.pyo
${PYSITELIB}/theano/sparse/tests/test_sp2.py
${PYSITELIB}/theano/sparse/tests/test_sp2.pyc
${PYSITELIB}/theano/sparse/tests/test_sp2.pyo
+${PYSITELIB}/theano/sparse/tests/test_type.py
+${PYSITELIB}/theano/sparse/tests/test_type.pyc
+${PYSITELIB}/theano/sparse/tests/test_type.pyo
${PYSITELIB}/theano/sparse/tests/test_utils.py
${PYSITELIB}/theano/sparse/tests/test_utils.pyc
${PYSITELIB}/theano/sparse/tests/test_utils.pyo
@@ -697,12 +773,6 @@ ${PYSITELIB}/theano/tensor/blas_scipy.pyo
${PYSITELIB}/theano/tensor/deprecated/__init__.py
${PYSITELIB}/theano/tensor/deprecated/__init__.pyc
${PYSITELIB}/theano/tensor/deprecated/__init__.pyo
-${PYSITELIB}/theano/tensor/deprecated/rmodule.py
-${PYSITELIB}/theano/tensor/deprecated/rmodule.pyc
-${PYSITELIB}/theano/tensor/deprecated/rmodule.pyo
-${PYSITELIB}/theano/tensor/deprecated/test_rmodule.py
-${PYSITELIB}/theano/tensor/deprecated/test_rmodule.pyc
-${PYSITELIB}/theano/tensor/deprecated/test_rmodule.pyo
${PYSITELIB}/theano/tensor/elemwise.py
${PYSITELIB}/theano/tensor/elemwise.pyc
${PYSITELIB}/theano/tensor/elemwise.pyo
@@ -721,6 +791,9 @@ ${PYSITELIB}/theano/tensor/inplace.pyo
${PYSITELIB}/theano/tensor/io.py
${PYSITELIB}/theano/tensor/io.pyc
${PYSITELIB}/theano/tensor/io.pyo
+${PYSITELIB}/theano/tensor/nlinalg.py
+${PYSITELIB}/theano/tensor/nlinalg.pyc
+${PYSITELIB}/theano/tensor/nlinalg.pyo
${PYSITELIB}/theano/tensor/nnet/Conv3D.py
${PYSITELIB}/theano/tensor/nnet/Conv3D.pyc
${PYSITELIB}/theano/tensor/nnet/Conv3D.pyo
@@ -739,6 +812,9 @@ ${PYSITELIB}/theano/tensor/nnet/conv.pyo
${PYSITELIB}/theano/tensor/nnet/conv3d2d.py
${PYSITELIB}/theano/tensor/nnet/conv3d2d.pyc
${PYSITELIB}/theano/tensor/nnet/conv3d2d.pyo
+${PYSITELIB}/theano/tensor/nnet/neighbours.py
+${PYSITELIB}/theano/tensor/nnet/neighbours.pyc
+${PYSITELIB}/theano/tensor/nnet/neighbours.pyo
${PYSITELIB}/theano/tensor/nnet/nnet.py
${PYSITELIB}/theano/tensor/nnet/nnet.pyc
${PYSITELIB}/theano/tensor/nnet/nnet.pyo
@@ -760,6 +836,9 @@ ${PYSITELIB}/theano/tensor/nnet/tests/test_conv3d.pyo
${PYSITELIB}/theano/tensor/nnet/tests/test_conv3d2d.py
${PYSITELIB}/theano/tensor/nnet/tests/test_conv3d2d.pyc
${PYSITELIB}/theano/tensor/nnet/tests/test_conv3d2d.pyo
+${PYSITELIB}/theano/tensor/nnet/tests/test_neighbours.py
+${PYSITELIB}/theano/tensor/nnet/tests/test_neighbours.pyc
+${PYSITELIB}/theano/tensor/nnet/tests/test_neighbours.pyo
${PYSITELIB}/theano/tensor/nnet/tests/test_nnet.py
${PYSITELIB}/theano/tensor/nnet/tests/test_nnet.pyc
${PYSITELIB}/theano/tensor/nnet/tests/test_nnet.pyo
@@ -772,9 +851,6 @@ ${PYSITELIB}/theano/tensor/opt.pyo
${PYSITELIB}/theano/tensor/opt_uncanonicalize.py
${PYSITELIB}/theano/tensor/opt_uncanonicalize.pyc
${PYSITELIB}/theano/tensor/opt_uncanonicalize.pyo
-${PYSITELIB}/theano/tensor/randomstreams.py
-${PYSITELIB}/theano/tensor/randomstreams.pyc
-${PYSITELIB}/theano/tensor/randomstreams.pyo
${PYSITELIB}/theano/tensor/raw_random.py
${PYSITELIB}/theano/tensor/raw_random.pyc
${PYSITELIB}/theano/tensor/raw_random.pyo
@@ -802,6 +878,9 @@ ${PYSITELIB}/theano/tensor/signal/tests/test_conv.pyo
${PYSITELIB}/theano/tensor/signal/tests/test_downsample.py
${PYSITELIB}/theano/tensor/signal/tests/test_downsample.pyc
${PYSITELIB}/theano/tensor/signal/tests/test_downsample.pyo
+${PYSITELIB}/theano/tensor/slinalg.py
+${PYSITELIB}/theano/tensor/slinalg.pyc
+${PYSITELIB}/theano/tensor/slinalg.pyo
${PYSITELIB}/theano/tensor/sort.py
${PYSITELIB}/theano/tensor/sort.pyc
${PYSITELIB}/theano/tensor/sort.pyo
@@ -866,18 +945,15 @@ ${PYSITELIB}/theano/tensor/tests/test_misc.pyo
${PYSITELIB}/theano/tensor/tests/test_mpi.py
${PYSITELIB}/theano/tensor/tests/test_mpi.pyc
${PYSITELIB}/theano/tensor/tests/test_mpi.pyo
-${PYSITELIB}/theano/tensor/tests/test_naacl09.py
-${PYSITELIB}/theano/tensor/tests/test_naacl09.pyc
-${PYSITELIB}/theano/tensor/tests/test_naacl09.pyo
+${PYSITELIB}/theano/tensor/tests/test_nlinalg.py
+${PYSITELIB}/theano/tensor/tests/test_nlinalg.pyc
+${PYSITELIB}/theano/tensor/tests/test_nlinalg.pyo
${PYSITELIB}/theano/tensor/tests/test_opt.py
${PYSITELIB}/theano/tensor/tests/test_opt.pyc
${PYSITELIB}/theano/tensor/tests/test_opt.pyo
${PYSITELIB}/theano/tensor/tests/test_opt_uncanonicalize.py
${PYSITELIB}/theano/tensor/tests/test_opt_uncanonicalize.pyc
${PYSITELIB}/theano/tensor/tests/test_opt_uncanonicalize.pyo
-${PYSITELIB}/theano/tensor/tests/test_randomstreams.py
-${PYSITELIB}/theano/tensor/tests/test_randomstreams.pyc
-${PYSITELIB}/theano/tensor/tests/test_randomstreams.pyo
${PYSITELIB}/theano/tensor/tests/test_raw_random.py
${PYSITELIB}/theano/tensor/tests/test_raw_random.pyc
${PYSITELIB}/theano/tensor/tests/test_raw_random.pyo
@@ -887,12 +963,18 @@ ${PYSITELIB}/theano/tensor/tests/test_shared_randomstreams.pyo
${PYSITELIB}/theano/tensor/tests/test_sharedvar.py
${PYSITELIB}/theano/tensor/tests/test_sharedvar.pyc
${PYSITELIB}/theano/tensor/tests/test_sharedvar.pyo
+${PYSITELIB}/theano/tensor/tests/test_slinalg.py
+${PYSITELIB}/theano/tensor/tests/test_slinalg.pyc
+${PYSITELIB}/theano/tensor/tests/test_slinalg.pyo
${PYSITELIB}/theano/tensor/tests/test_sort.py
${PYSITELIB}/theano/tensor/tests/test_sort.pyc
${PYSITELIB}/theano/tensor/tests/test_sort.pyo
${PYSITELIB}/theano/tensor/tests/test_subtensor.py
${PYSITELIB}/theano/tensor/tests/test_subtensor.pyc
${PYSITELIB}/theano/tensor/tests/test_subtensor.pyo
+${PYSITELIB}/theano/tensor/tests/test_type_other.py
+${PYSITELIB}/theano/tensor/tests/test_type_other.pyc
+${PYSITELIB}/theano/tensor/tests/test_type_other.pyo
${PYSITELIB}/theano/tensor/tests/test_utils.py
${PYSITELIB}/theano/tensor/tests/test_utils.pyc
${PYSITELIB}/theano/tensor/tests/test_utils.pyo
@@ -941,15 +1023,24 @@ ${PYSITELIB}/theano/tests/test_config.pyo
${PYSITELIB}/theano/tests/test_determinism.py
${PYSITELIB}/theano/tests/test_determinism.pyc
${PYSITELIB}/theano/tests/test_determinism.pyo
+${PYSITELIB}/theano/tests/test_flake8.py
+${PYSITELIB}/theano/tests/test_flake8.pyc
+${PYSITELIB}/theano/tests/test_flake8.pyo
${PYSITELIB}/theano/tests/test_gradient.py
${PYSITELIB}/theano/tests/test_gradient.pyc
${PYSITELIB}/theano/tests/test_gradient.pyo
${PYSITELIB}/theano/tests/test_ifelse.py
${PYSITELIB}/theano/tests/test_ifelse.pyc
${PYSITELIB}/theano/tests/test_ifelse.pyo
+${PYSITELIB}/theano/tests/test_pickle_unpickle_theano_fn.py
+${PYSITELIB}/theano/tests/test_pickle_unpickle_theano_fn.pyc
+${PYSITELIB}/theano/tests/test_pickle_unpickle_theano_fn.pyo
${PYSITELIB}/theano/tests/test_printing.py
${PYSITELIB}/theano/tests/test_printing.pyc
${PYSITELIB}/theano/tests/test_printing.pyo
+${PYSITELIB}/theano/tests/test_record.py
+${PYSITELIB}/theano/tests/test_record.pyc
+${PYSITELIB}/theano/tests/test_record.pyo
${PYSITELIB}/theano/tests/test_rop.py
${PYSITELIB}/theano/tests/test_rop.pyc
${PYSITELIB}/theano/tests/test_rop.pyo
@@ -962,6 +1053,30 @@ ${PYSITELIB}/theano/tests/test_updates.pyo
${PYSITELIB}/theano/tests/unittest_tools.py
${PYSITELIB}/theano/tests/unittest_tools.pyc
${PYSITELIB}/theano/tests/unittest_tools.pyo
+${PYSITELIB}/theano/typed_list/__init__.py
+${PYSITELIB}/theano/typed_list/__init__.pyc
+${PYSITELIB}/theano/typed_list/__init__.pyo
+${PYSITELIB}/theano/typed_list/basic.py
+${PYSITELIB}/theano/typed_list/basic.pyc
+${PYSITELIB}/theano/typed_list/basic.pyo
+${PYSITELIB}/theano/typed_list/opt.py
+${PYSITELIB}/theano/typed_list/opt.pyc
+${PYSITELIB}/theano/typed_list/opt.pyo
+${PYSITELIB}/theano/typed_list/tests/__init__.py
+${PYSITELIB}/theano/typed_list/tests/__init__.pyc
+${PYSITELIB}/theano/typed_list/tests/__init__.pyo
+${PYSITELIB}/theano/typed_list/tests/test_basic.py
+${PYSITELIB}/theano/typed_list/tests/test_basic.pyc
+${PYSITELIB}/theano/typed_list/tests/test_basic.pyo
+${PYSITELIB}/theano/typed_list/tests/test_opt.py
+${PYSITELIB}/theano/typed_list/tests/test_opt.pyc
+${PYSITELIB}/theano/typed_list/tests/test_opt.pyo
+${PYSITELIB}/theano/typed_list/tests/test_type.py
+${PYSITELIB}/theano/typed_list/tests/test_type.pyc
+${PYSITELIB}/theano/typed_list/tests/test_type.pyo
+${PYSITELIB}/theano/typed_list/type.py
+${PYSITELIB}/theano/typed_list/type.pyc
+${PYSITELIB}/theano/typed_list/type.pyo
${PYSITELIB}/theano/updates.py
${PYSITELIB}/theano/updates.pyc
${PYSITELIB}/theano/updates.pyo
diff --git a/py-theano/distinfo b/py-theano/distinfo
index 5659ba3..908fe03 100644
--- a/py-theano/distinfo
+++ b/py-theano/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/01/26 21:21:52 jihbed Exp $
-SHA1 (Theano-0.6.0.tar.gz) = 75b5dc0f5200d706702f6c173654a96a484e1613
-RMD160 (Theano-0.6.0.tar.gz) = 889f9bd8b2f4158ed7bcd008dc79ae6d10778409
-Size (Theano-0.6.0.tar.gz) = 1763756 bytes
-SHA1 (patch-setup.py) = 07a239a29dd67afd4289af7a212f1d441dc247ac
+SHA1 (Theano-0.7.0.tar.gz) = 7e59a7c76a24397f0b0c0e895b315885d78f9210
+RMD160 (Theano-0.7.0.tar.gz) = 5efeb3896c9d06c685ba59edfad0a6a3316c462c
+Size (Theano-0.7.0.tar.gz) = 1985387 bytes
+SHA1 (patch-setup.py) = d7d9cf8b553b2f7ff3ec4c6b44d4c3e1ad00040d
diff --git a/py-theano/patches/patch-setup.py b/py-theano/patches/patch-setup.py
new file mode 100644
index 0000000..c51410e
--- /dev/null
+++ b/py-theano/patches/patch-setup.py
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- setup.py.orig 2015-03-26 21:43:05.000000000 +0000
++++ setup.py
+@@ -180,7 +180,7 @@ def do_setup():
+ '*.h', 'ChangeLog'],
+ 'theano.misc': ['*.sh']
+ },
+- scripts=['bin/theano-cache', 'bin/theano-nose', 'bin/theano-test'],
++ scripts=['bin/theano-cache'+sys.version[0:3], 'bin/theano-nose'+sys.version[0:3], 'bin/theano-test'+sys.version[0:3]],
+ keywords=' '.join([
+ 'theano', 'math', 'numerical', 'symbolic', 'blas',
+ 'numpy', 'gpu', 'autodiff', 'differentiation'
Home |
Main Index |
Thread Index |
Old Index