Revision: 6762 http://sourceforge.net/p/smartbody/code/6762 Author: arishapiro Date: 2017-04-18 18:13:54 +0000 (Tue, 18 Apr 2017) Log Message: ----------- Added proper numpy library (previous version only worked with python 2.6)
Modified Paths: -------------- trunk/core/smartbody/Python27/Lib/site-packages/numpy/__config__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/_import_tools.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/add_newdocs.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/compat/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/compat/_inspect.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/compat/py3k.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/compat/setup.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/_internal.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/arrayprint.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/defchararray.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/fromnumeric.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/function_base.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/generate_numpy_api.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/getlimits.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/__multiarray_api.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/__ufunc_api.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/_numpyconfig.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/arrayobject.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/arrayscalars.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/multiarray_api.txt trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/ndarrayobject.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/ndarraytypes.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/noprefix.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/npy_3kcompat.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/npy_common.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/npy_cpu.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/npy_endian.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/npy_interrupt.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/npy_math.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/numpyconfig.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/old_defines.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/oldnumeric.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/ufunc_api.txt trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/ufuncobject.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/info.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/machar.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/memmap.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/multiarray.pyd trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/multiarray_tests.pyd trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/numeric.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/numerictypes.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/records.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/setup.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/setup_common.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/shape_base.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_arrayprint.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_defchararray.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_dtype.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_errstate.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_function_base.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_getlimits.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_machar.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_memmap.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_multiarray.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_numeric.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_numerictypes.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_print.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_records.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_regression.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_scalarmath.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_shape_base.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_ufunc.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_umath.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_umath_complex.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_unicode.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/umath.pyd trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/umath_tests.pyd trunk/core/smartbody/Python27/Lib/site-packages/numpy/ctypeslib.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/__config__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/__version__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/ccompiler.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/autodist.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/bdist_rpm.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/build.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/build_clib.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/build_ext.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/build_py.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/build_scripts.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/build_src.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/config.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/config_compiler.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/develop.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/egg_info.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/install.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/install_clib.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/install_data.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/install_headers.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/command/sdist.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/compat.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/conv_template.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/core.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/cpuinfo.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/environment.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/exec_command.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/extension.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/absoft.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/compaq.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/g95.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/gnu.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/hpux.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/ibm.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/intel.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/lahey.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/mips.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/nag.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/none.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/pg.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/sun.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/vast.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/from_template.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/info.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/intelccompiler.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/lib2def.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/line_endings.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/log.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/mingw32ccompiler.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/misc_util.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/npy_pkg_config.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/numpy_distribution.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/setup.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/system_info.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/tests/test_fcompiler_gnu.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/tests/test_misc_util.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/tests/test_npy_pkg_config.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/unixccompiler.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/doc/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/doc/basics.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/doc/broadcasting.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/doc/byteswapping.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/doc/constants.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/doc/creation.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/doc/glossary.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/doc/indexing.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/doc/internals.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/doc/misc.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/doc/structured_arrays.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/doc/subclassing.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/doc/ufuncs.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/dual.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/__version__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/auxfuncs.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/capi_maps.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/cb_rules.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/cfuncs.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/common_rules.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/crackfortran.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/diagnose.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/f2py2e.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/f2py_testing.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/f90mod_rules.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/func2subr.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/info.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/rules.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/setup.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/src/fortranobject.c trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/src/fortranobject.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/test_array_from_pyobj.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/test_callback.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/test_mixed.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/test_return_character.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/test_return_complex.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/test_return_integer.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/test_return_logical.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/test_return_real.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/util.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/use_rules.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/fft/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/fft/fftpack.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/fft/fftpack_lite.pyd trunk/core/smartbody/Python27/Lib/site-packages/numpy/fft/helper.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/fft/info.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/fft/setup.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/fft/tests/test_fftpack.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/fft/tests/test_helper.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/_datasource.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/_iotools.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/arraysetops.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/arrayterator.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/financial.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/format.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/function_base.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/index_tricks.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/info.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/npyio.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/polynomial.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/recfunctions.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/scimath.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/setup.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/shape_base.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/stride_tricks.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test__datasource.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test__iotools.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_arraysetops.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_arrayterator.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_financial.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_format.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_function_base.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_index_tricks.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_io.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_polynomial.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_recfunctions.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_regression.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_shape_base.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_stride_tricks.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_twodim_base.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_type_check.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_ufunclike.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_utils.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/twodim_base.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/type_check.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/ufunclike.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/user_array.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/utils.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/linalg/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/linalg/info.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/linalg/lapack_lite.pyd trunk/core/smartbody/Python27/Lib/site-packages/numpy/linalg/linalg.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/linalg/setup.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/linalg/tests/test_build.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/linalg/tests/test_linalg.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/linalg/tests/test_regression.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/bench.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/core.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/extras.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/mrecords.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/setup.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/tests/test_core.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/tests/test_extras.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/tests/test_mrecords.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/tests/test_old_ma.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/tests/test_regression.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/tests/test_subclassing.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/testutils.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/timer_comparison.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/ma/version.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/matlib.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/matrixlib/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/matrixlib/defmatrix.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/matrixlib/setup.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/matrixlib/tests/test_defmatrix.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/matrixlib/tests/test_multiarray.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/matrixlib/tests/test_numeric.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/matrixlib/tests/test_regression.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/chebyshev.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/polynomial.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/polyutils.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/setup.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/tests/test_chebyshev.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/tests/test_polynomial.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/tests/test_polyutils.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/random/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/random/info.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/random/mtrand.pyd trunk/core/smartbody/Python27/Lib/site-packages/numpy/random/randomkit.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/random/setup.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/random/tests/test_random.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/setup.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/testing/__init__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/testing/decorators.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/testing/noseclasses.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/testing/nosetester.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/testing/setup.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/testing/tests/test_decorators.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/testing/tests/test_utils.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/testing/utils.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/tests/test_ctypeslib.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/tests/test_matlib.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/version.py Added Paths: ----------- trunk/core/smartbody/Python27/Lib/site-packages/numpy/_distributor_init.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/_globals.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/_dummy.pyd trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/_methods.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/cversions.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/einsumfunc.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/halffloat.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/include/numpy/npy_no_deprecated_api.h trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/lib/npymath.lib trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/numpy-atlas.dll trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/operand_flag_tests.pyd trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/struct_ufunc_test.pyd trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/test_rational.pyd trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_abc.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_api.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_datetime.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_deprecations.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_einsum.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_extint128.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_half.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_indexerrors.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_indexing.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_item_selection.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_longdouble.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_mem_overlap.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_nditer.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_scalarinherit.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/core/tests/test_scalarprint.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/fcompiler/pathf95.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/msvc9compiler.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/msvccompiler.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/pathccompiler.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/site.cfg trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/tests/test_exec_command.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/tests/test_fcompiler_intel.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/distutils/tests/test_system_info.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/__main__.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/assumed_shape/ trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/assumed_shape/foo_free.f90 trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/assumed_shape/foo_mod.f90 trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/assumed_shape/foo_use.f90 trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/assumed_shape/precision.f90 trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/kind/ trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/kind/foo.f90 trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/parameter/ trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/parameter/constant_both.f90 trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/parameter/constant_compound.f90 trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/parameter/constant_integer.f90 trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/parameter/constant_non_compound.f90 trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/parameter/constant_real.f90 trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/regression/ trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/regression/inout.f90 trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/size/ trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/src/size/foo.f90 trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/test_assumed_shape.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/test_kind.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/test_parameter.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/test_regression.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/f2py/tests/test_size.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/_version.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/arraypad.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/nanfunctions.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/data/ trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/data/py2-objarr.npy trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/data/py2-objarr.npz trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/data/py3-objarr.npy trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/data/py3-objarr.npz trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/data/python3.npy trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/data/win64python2.npy trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test__version.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_arraypad.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_nanfunctions.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/lib/tests/test_packbits.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/linalg/_umath_linalg.pyd trunk/core/smartbody/Python27/Lib/site-packages/numpy/linalg/tests/test_deprecations.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/_polybase.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/hermite.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/hermite_e.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/laguerre.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/legendre.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/tests/test_classes.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/tests/test_hermite.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/tests/test_hermite_e.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/tests/test_laguerre.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/tests/test_legendre.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/polynomial/tests/test_printing.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/random/tests/test_regression.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/testing/print_coercion_tables.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/testing/tests/test_doctesting.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/tests/test_numpy_version.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/tests/test_reloading.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/tests/test_scripts.py trunk/core/smartbody/Python27/Lib/site-packages/numpy/tests/test_warnings.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Smartbody-svn mailing list Smartbody-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/smartbody-svn