python3-numpy_1_17_3-gnu-hpc-1.17.3-150400.28.34<>,dp9|d*Uؾ =5/x1&/Ex 19E5}J}{}Āa"XuVBu"0oAȈxSH51]vdGm'UYohܓ[HvW`T̟DQ5HTst)D9HL;\ >?d& 3 t  -J`fp      ,r(l(8&9&:8&F#G8HpI!X#Y#\#], ^R3bacbdc'ec,fc/lc1ucDvk|ww4xlyzCpython3-numpy_1_17_3-gnu-hpc1.17.3150400.28.34NumPy array processing for numbers, strings, records and objectsNumPy is a general-purpose array-processing package designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without sacrificing too much speed for small multi-dimensional arrays. NumPy is built on the Numeric code base and adds features introduced by numarray as well as an extended C-API and the ability to create arrays of arbitrary type which also makes NumPy suitable for interfacing with general-purpose data-base applications. There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation.dibs-arm-3)SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/Pythonhttp://www.numpy.org/linuxaarch64uw{#q qT X8_'<K KvcYh~x]&H K[ L37^Ms$:k6.x'ak@7m]Y?*df&% x@j H/Ĉ  '#7 TGê@.I܈Th*l-F EyEypqD%qD^*{ L $\r$  80t5` _ 5kJu U2H5+! R4MenxPS ]& &Y* o} ]E3W y /6M tQDq 08gkF % bC3b N9>x,N':?&hlpj+$Kx'9>%/go3U  'WWFW< -N X b NU-zY%`]&e#> w/`; NYi{UIUZ5abp{mfKAU#79 P#G8G |&  AAAAAAAA큤A큤A큤A큤A큤A큤A큤큤큤큤큤AA큤A큤AA큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤큤A큤A큤A큤A큤큤큤A큤A큤A큤A큤A큤A큤A큤A큤큤큤큤큤큤A큤A큤A큤A큤A큤A큤ddddddddddddddddd]4a@]- allow building numpy on fedora by making fdupes dependency optional- Update to version 1.12.1 * Fix wrong future nat warning and equiv type logic error... * Fix wrong masked median for some special cases * Place np.average in inline code * Work around isfinite inconsistency on i386 * Guard against replacing constants without '_' spec in f2py. * Fix mean for float 16 non-array inputs for 1.12 * Fix calling python api with error set and minor leaks for... * Make iscomplexobj compatible with custom dtypes again * Fix undefined behaviour induced by bad __array_wrap__ * Fix MaskedArray.__setitem__ * PPC64el machines are POWER for Fortran in f2py * Look up methods on MaskedArray in `_frommethod` * Remove extra digit in binary_repr at limit * Fix deepcopy regression for empty arrays. * Fix ma.median for empty ndarrays - Further updates to macro usage.- Fix macro usage.- Fix -devel package dependency- Switch to single-spec version- update to version 1.12.0: * Highlights + Order of operations in np.einsum can now be optimized for large speed improvements. + New signature argument to np.vectorize for vectorizing with core dimensions. + The keepdims argument was added to many functions. + New context manager for testing warnings + Support for BLIS in numpy.distutils + Much improved support for PyPy (not yet finished) * full changelog at: https://github.com/numpy/numpy/blob/master/doc/release/1.12.0-notes.rst - changes from version 1.11.3: * #8341: BUG: Fix ndarray.tofile large file corruption in append mode. * #8346: TST: Fix tests in PR #8341 for NumPy 1.11.x - update to version 1.11.2: * #7736 BUG: Many functions silently drop 'keepdims' kwarg. * #7738 ENH: Add extra kwargs and update doc of many MA methods. * #7778 DOC: Update Numpy 1.11.1 release notes. * #7793 BUG: MaskedArray.count treats negative axes incorrectly. * #7816 BUG: Fix array too big error for wide dtypes. * #7821 BUG: Make sure npy_mul_with_overflow_ detects overflow. * #7824 MAINT: Allocate fewer bytes for empty arrays. * #7847 MAINT,DOC: Fix some imp module uses and update f2py.compile docstring. * #7849 MAINT: Fix remaining uses of deprecated Python imp module. * #7851 BLD: Fix ATLAS version detection. * #7896 BUG: Construct ma.array from np.array which contains padding. * #7904 BUG: Fix float16 type not being called due to wrong ordering. * #7917 BUG: Production install of numpy should not require nose. * #7919 BLD: Fixed MKL detection for recent versions of this library. * #7920 BUG: Fix for issue #7835 (ma.median of 1d). * #7932 BUG: Monkey-patch _msvccompile.gen_lib_option like other compilers. * #7939 BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in npy_math_complex. * #7953 BUG: Guard against buggy comparisons in generic quicksort. * #7954 BUG: Use keyword arguments to initialize Extension base class. * #7955 BUG: Make sure numpy globals keep identity after reload. * #7972 BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially. * #8005 BLD: Remove __NUMPY_SETUP__ from builtins at end of setup.py. * #8010 MAINT: Remove leftover imp module imports. * #8020 BUG: Fix return of np.ma.count if keepdims is True and axis is None. * #8024 BUG: Fix numpy.ma.median. * #8031 BUG: Fix np.ma.median with only one non-masked value. * #8044 BUG: Fix bug in NpyIter buffering with discontinuous arrays. - update copyright year - changed from tar.gz to zip on pypi - Remove long-unused atlas support. - Use preferrered pypi.io download url. - Add openBLAS support. This can improve performance in many situations. - Remove numpy-1.10.4-cblas.patch since openblas handles this.- Fix cblas handling for SLES 12.- use pypi.io as Source URL- Don't include cblas-devel on SLES 12- update to 1.11.1: - #7506 BUG: Make sure numpy imports on python 2.6 when nose is unavailable. - #7530 BUG: Floating exception with invalid axis in np.lexsort. - #7535 BUG: Extend glibc complex trig functions blacklist to glibc < 2.18. - #7551 BUG: Allow graceful recovery for no compiler. - #7558 BUG: Constant padding expected wrong type in constant_values. - #7578 BUG: Fix OverflowError in Python 3.x. in swig interface. - #7590 BLD: Fix configparser.InterpolationSyntaxError. - #7597 BUG: Make np.ma.take work on scalars. - #7608 BUG: linalg.norm(): Don't convert object arrays to float. - #7638 BLD: Correct C compiler customization in system_info.py. - #7654 BUG: ma.median of 1d array should return a scalar. - #7656 BLD: Remove hardcoded Intel compiler flag -xSSE4.2. - #7660 BUG: Temporary fix for str(mvoid) for object field types. - #7665 BUG: Fix incorrect printing of 1D masked arrays. - #7670 BUG: Correct initial index estimate in histogram. - #7671 BUG: Boolean assignment no GIL release when transfer needs API. - #7676 BUG: Fix handling of right edge of final histogram bin. - #7680 BUG: Fix np.clip bug NaN handling for Visual Studio 2015. - #7724 BUG: Fix segfaults in np.random.shuffle. - #7731 MAINT: Change mkl_info.dir_env_var from MKL to MKLROOT.specfile: * require setuptools - update to version 1.11.0: * Highlights + The datetime64 type is now timezone naive. + A dtype parameter has been added to randint. + Improved detection of two arrays possibly sharing memory. + Automatic bin size estimation for np.histogram. + Speed optimization of A @ A.T and dot(A, A.T). + New function np.moveaxis for reordering array axes. * full changelog at https://github.com/numpy/numpy/blob/master/doc/release/1.11.0-notes.rst- Add numpy-1.10.4-cblas.patch to build against system cblas. Numpy assumes either libblas.so or libcblas.so to contain all CBLAS and BLAS functions. However the cblas-devel in Leap and Tumbleweed contains only the CBLAS interface and libblas.so is also needed.- update to version 1.10.4: * see https://github.com/numpy/numpy/blob/master/doc/release/1.10.4-notes.rst * There is no 1.10.3 due to packaging issues. - update to version 1.10.2: * see https://github.com/numpy/numpy/blob/master/doc/release/1.10.2-notes.rst- Update to 1.10.1 + Bugfix for build problems * Compiling with msvc9 or msvc10 for 32 bit Windows now requires SSE2. This was the easiest fix for what looked to be some miscompiled code when SSE2 was not used. If you need to compile for 32 bit Windows systems without SSE2 support, mingw32 should still work. * Make compiling with VS2008 python2.7 SDK easier * Change Intel compiler options so that code will also be generated to support systems without SSE4.2. * Some _config test functions needed an explicit integer return in order to avoid the openSUSE rpmlinter erring out. * We ran into a problem with pipy not allowing reuse of filenames and a resulting proliferation of *.*.*.postN releases. Not only were the names getting out of hand, some packages were unable to work with the postN suffix. - Remove upstream-included numpy-1.10.0-remove_Wreturn_type_warnings.patch- Update to version 1.10.0 + Highlights * numpy.distutils now supports parallel compilation via the --parallel/-j argument passed to setup.py build * numpy.distutils now supports additional customization via site.cfg to control compilation parameters, i.e. runtime libraries, extra linking/compilation flags. * Addition of *np.linalg.multi_dot*: compute the dot product of two or more arrays in a single function call, while automatically selecting the fastest evaluation order. * The new function `np.stack` provides a general interface for joining a sequence of arrays along a new axis, complementing `np.concatenate` for joining along an existing axis. * Addition of `nanprod` to the set of nanfunctions. * Support for the '@' operator in Python 3.5. + Dropped Support: * The _dotblas module has been removed. CBLAS Support is now in Multiarray. * The testcalcs.py file has been removed. * The polytemplate.py file has been removed. * npy_PyFile_Dup and npy_PyFile_DupClose have been removed from npy_3kcompat.h. * splitcmdline has been removed from numpy/distutils/exec_command.py. * try_run and get_output have been removed from numpy/distutils/command/config.py * The a._format attribute is no longer supported for array printing. * Keywords ``skiprows`` and ``missing`` removed from np.genfromtxt. * Keyword ``old_behavior`` removed from np.correlate. + Future Changes: * In array comparisons like ``arr1 == arr2``, many corner cases involving strings or structured dtypes that used to return scalars now issue ``FutureWarning`` or ``DeprecationWarning``, and in the future will be change to either perform elementwise comparisons or raise an error. * The SafeEval class will be removed. * The alterdot and restoredot functions will be removed. - Rebase numpy-1.9.0-remove-__declspec.patch - Add numpy-1.10.0-remove_Wreturn_type_warnings.patch This patch is already merged upstream and should be present in numpy-1.10.1- update to version 1.9.3: * #5866: fix error finding Python headers when build_ext --include-dirs is set; * #6016: fix np.loadtxt error on Python 3.5 when reading from gzip files; * #5555: Replace deprecated options for ifort; * #6096: remove /GL for VS2015 in check_long_double_representation; * #6141: enable Visual Studio 2015 C99 features; * #6171: revert C99 complex for MSVC14.- Update to 1.9.2: Bugfix release * #5316: fix too large dtype alignment of strings and complex types * #5424: fix ma.median when used on ndarrays * #5481: Fix astype for structured array fields of different byte order * #5354: fix segfault when clipping complex arrays * #5524: allow np.argpartition on non ndarrays * #5612: Fixes ndarray.fill to accept full range of uint64 * #5155: Fix loadtxt with comments=None and a string None data * #4476: Masked array view fails if structured dtype has datetime component * #5388: Make RandomState.set_state and RandomState.get_state threadsafe * #5390: make seed, randint and shuffle threadsafe * #5374: Fixed incorrect assert_array_almost_equal_nulp documentation * #5393: Add support for ATLAS > 3.9.33. * #5313: PyArray_AsCArray caused segfault for 3d arrays * #5492: handle out of memory in rfftf * #4181: fix a few bugs in the random.pareto docstring * #5359: minor changes to linspace docstring * #4723: fix a compile issues on AIX- Update to 1.9.1: Bugfix release * gh-5184: restore linear edge behaviour of gradient to as it was in < 1.9. The second order behaviour is available via the `edge_order` keyword * gh-4007: workaround Accelerate sgemv crash on OSX 10.9 * gh-5100: restore object dtype inference from iterable objects without `len()` * gh-5163: avoid gcc-4.1.2 (red hat 5) miscompilation causing a crash * gh-5138: fix nanmedian on arrays containing inf * gh-5203: copy inherited masks in MaskedArray.__array_finalize__ * gh-2317: genfromtxt did not handle filling_values=0 correctly * gh-5067: restore api of npy_PyFile_DupClose in python2 * gh-5063: cannot convert invalid sequence index to tuple * gh-5082: Segmentation fault with argmin() on unicode arrays * gh-5095: don't propagate subtypes from np.where * gh-5104: np.inner segfaults with SciPy's sparse matrices * gh-5136: Import dummy_threading if importing threading fails * gh-5148: Make numpy import when run with Python flag '-OO' * gh-5147: Einsum double contraction in particular order causes ValueError * gh-479: Make f2py work with intent(in out) * gh-5170: Make python2 .npy files readable in python3 * gh-5027: Use 'll' as the default length specifier for long long * gh-4896: fix build error with MSVC 2013 caused by C99 complex support * gh-4465: Make PyArray_PutTo respect writeable flag * gh-5225: fix crash when using arange on datetime without dtype set * gh-5231: fix build in c99 modeibs-arm-3 1691941314  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopq      !"#$%&'()*+,-./01236789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGH1.17.3-150400.28.341.17.3-150400.28.34       !!""""!!!!!##$$$$$$$$$########%%&&&%%''(((((((((('''''''''))****))))))))))))))++,,,,,,,+--......-----++++++/000122python-numpy1.17.3binf2pyf2py3f2py3.6lib64python3.6site-packagesnumpynumpy-1.17.3-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-safetop_level.txtLICENSE.txt__config__.py__init__.py__pycache____config__.cpython-36.pyc__init__.cpython-36.pyc_distributor_init.cpython-36.pyc_globals.cpython-36.pyc_pytesttester.cpython-36.pycconftest.cpython-36.pycctypeslib.cpython-36.pycdual.cpython-36.pycmatlib.cpython-36.pycsetup.cpython-36.pycversion.cpython-36.pyc_distributor_init.py_globals.py_pytesttester.pycompat__init__.py__pycache____init__.cpython-36.pyc_inspect.cpython-36.pycpy3k.cpython-36.pycsetup.cpython-36.pyc_inspect.pypy3k.pysetup.pytests__init__.pytest_compat.pyconftest.pycore__init__.py__pycache____init__.cpython-36.pyc_add_newdocs.cpython-36.pyc_aliased_types.cpython-36.pyc_asarray.cpython-36.pyc_dtype.cpython-36.pyc_dtype_ctypes.cpython-36.pyc_exceptions.cpython-36.pyc_internal.cpython-36.pyc_methods.cpython-36.pyc_string_helpers.cpython-36.pyc_type_aliases.cpython-36.pyc_ufunc_config.cpython-36.pycarrayprint.cpython-36.pyccversions.cpython-36.pycdefchararray.cpython-36.pyceinsumfunc.cpython-36.pycfromnumeric.cpython-36.pycfunction_base.cpython-36.pycgenerate_numpy_api.cpython-36.pycgetlimits.cpython-36.pycinfo.cpython-36.pycmachar.cpython-36.pycmemmap.cpython-36.pycmultiarray.cpython-36.pycnumeric.cpython-36.pycnumerictypes.cpython-36.pycoverrides.cpython-36.pycrecords.cpython-36.pycsetup.cpython-36.pycsetup_common.cpython-36.pycshape_base.cpython-36.pycumath.cpython-36.pycumath_tests.cpython-36.pyc_add_newdocs.py_aliased_types.py_asarray.py_dtype.py_dtype_ctypes.py_dummy.cpython-36m-aarch64-linux-gnu.so_exceptions.py_internal.py_methods.py_multiarray_tests.cpython-36m-aarch64-linux-gnu.so_multiarray_umath.cpython-36m-aarch64-linux-gnu.so_operand_flag_tests.cpython-36m-aarch64-linux-gnu.so_rational_tests.cpython-36m-aarch64-linux-gnu.so_string_helpers.py_struct_ufunc_tests.cpython-36m-aarch64-linux-gnu.so_type_aliases.py_ufunc_config.py_umath_tests.cpython-36m-aarch64-linux-gnu.soarrayprint.pycversions.pydefchararray.pyeinsumfunc.pyfromnumeric.pyfunction_base.pygenerate_numpy_api.pygetlimits.pyincludenumpymultiarray_api.txtrandomufunc_api.txtinfo.pylibnpy-pkg-configmlib.ininpymath.inimachar.pymemmap.pymultiarray.pynumeric.pynumerictypes.pyoverrides.pyrecords.pysetup.pysetup_common.pyshape_base.pyumath.pyumath_tests.pyctypeslib.pydistutils__config__.py__init__.py__pycache____config__.cpython-36.pyc__init__.cpython-36.pyc__version__.cpython-36.pyc_shell_utils.cpython-36.pycccompiler.cpython-36.pyccompat.cpython-36.pycconv_template.cpython-36.pyccore.cpython-36.pyccpuinfo.cpython-36.pycexec_command.cpython-36.pycextension.cpython-36.pycfrom_template.cpython-36.pycinfo.cpython-36.pycintelccompiler.cpython-36.pyclib2def.cpython-36.pycline_endings.cpython-36.pyclog.cpython-36.pycmingw32ccompiler.cpython-36.pycmisc_util.cpython-36.pycmsvc9compiler.cpython-36.pycmsvccompiler.cpython-36.pycnpy_pkg_config.cpython-36.pycnumpy_distribution.cpython-36.pycpathccompiler.cpython-36.pycsetup.cpython-36.pycsystem_info.cpython-36.pycunixccompiler.cpython-36.pyc__version__.py_shell_utils.pyccompiler.pycommand__init__.py__pycache____init__.cpython-36.pycautodist.cpython-36.pycbdist_rpm.cpython-36.pycbuild.cpython-36.pycbuild_clib.cpython-36.pycbuild_ext.cpython-36.pycbuild_py.cpython-36.pycbuild_scripts.cpython-36.pycbuild_src.cpython-36.pycconfig.cpython-36.pycconfig_compiler.cpython-36.pycdevelop.cpython-36.pycegg_info.cpython-36.pycinstall.cpython-36.pycinstall_clib.cpython-36.pycinstall_data.cpython-36.pycinstall_headers.cpython-36.pycsdist.cpython-36.pycautodist.pybdist_rpm.pybuild.pybuild_clib.pybuild_ext.pybuild_py.pybuild_scripts.pybuild_src.pyconfig.pyconfig_compiler.pydevelop.pyegg_info.pyinstall.pyinstall_clib.pyinstall_data.pyinstall_headers.pysdist.pycompat.pyconv_template.pycore.pycpuinfo.pyexec_command.pyextension.pyfcompiler__init__.py__pycache____init__.cpython-36.pycabsoft.cpython-36.pyccompaq.cpython-36.pycenvironment.cpython-36.pycg95.cpython-36.pycgnu.cpython-36.pychpux.cpython-36.pycibm.cpython-36.pycintel.cpython-36.pyclahey.cpython-36.pycmips.cpython-36.pycnag.cpython-36.pycnone.cpython-36.pycpathf95.cpython-36.pycpg.cpython-36.pycsun.cpython-36.pycvast.cpython-36.pycabsoft.pycompaq.pyenvironment.pyg95.pygnu.pyhpux.pyibm.pyintel.pylahey.pymips.pynag.pynone.pypathf95.pypg.pysun.pyvast.pyfrom_template.pyinfo.pyintelccompiler.pylib2def.pyline_endings.pylog.pymingwmingw32ccompiler.pymisc_util.pymsvc9compiler.pymsvccompiler.pynpy_pkg_config.pynumpy_distribution.pypathccompiler.pysetup.pysite.cfgsystem_info.pyunixccompiler.pydoc__init__.py__pycache____init__.cpython-36.pycbasics.cpython-36.pycbroadcasting.cpython-36.pycbyteswapping.cpython-36.pycconstants.cpython-36.pyccreation.cpython-36.pycdispatch.cpython-36.pycglossary.cpython-36.pycindexing.cpython-36.pycinternals.cpython-36.pycmisc.cpython-36.pycstructured_arrays.cpython-36.pycsubclassing.cpython-36.pycufuncs.cpython-36.pycbasics.pybroadcasting.pybyteswapping.pyconstants.pycreation.pydispatch.pyglossary.pyindexing.pyinternals.pymisc.pystructured_arrays.pysubclassing.pyufuncs.pydual.pyf2py__init__.py__main__.py__pycache____init__.cpython-36.pyc__main__.cpython-36.pyc__version__.cpython-36.pycauxfuncs.cpython-36.pyccapi_maps.cpython-36.pyccb_rules.cpython-36.pyccfuncs.cpython-36.pyccommon_rules.cpython-36.pyccrackfortran.cpython-36.pycdiagnose.cpython-36.pycf2py2e.cpython-36.pycf2py_testing.cpython-36.pycf90mod_rules.cpython-36.pycfunc2subr.cpython-36.pycinfo.cpython-36.pycrules.cpython-36.pycsetup.cpython-36.pycuse_rules.cpython-36.pyc__version__.pyauxfuncs.pycapi_maps.pycb_rules.pycfuncs.pycommon_rules.pycrackfortran.pydiagnose.pyf2py2e.pyf2py_testing.pyf90mod_rules.pyfunc2subr.pyinfo.pyrules.pysetup.pysrcuse_rules.pyfft__init__.py__pycache____init__.cpython-36.pyc_pocketfft.cpython-36.pychelper.cpython-36.pycsetup.cpython-36.pyc_pocketfft.py_pocketfft_internal.cpython-36m-aarch64-linux-gnu.sohelper.pysetup.pylib__init__.py__pycache____init__.cpython-36.pyc_datasource.cpython-36.pyc_iotools.cpython-36.pyc_version.cpython-36.pycarraypad.cpython-36.pycarraysetops.cpython-36.pycarrayterator.cpython-36.pycfinancial.cpython-36.pycformat.cpython-36.pycfunction_base.cpython-36.pychistograms.cpython-36.pycindex_tricks.cpython-36.pycinfo.cpython-36.pycmixins.cpython-36.pycnanfunctions.cpython-36.pycnpyio.cpython-36.pycpolynomial.cpython-36.pycrecfunctions.cpython-36.pycscimath.cpython-36.pycsetup.cpython-36.pycshape_base.cpython-36.pycstride_tricks.cpython-36.pyctwodim_base.cpython-36.pyctype_check.cpython-36.pycufunclike.cpython-36.pycuser_array.cpython-36.pycutils.cpython-36.pyc_datasource.py_iotools.py_version.pyarraypad.pyarraysetops.pyarrayterator.pyfinancial.pyformat.pyfunction_base.pyhistograms.pyindex_tricks.pyinfo.pymixins.pynanfunctions.pynpyio.pypolynomial.pyrecfunctions.pyscimath.pysetup.pyshape_base.pystride_tricks.pytwodim_base.pytype_check.pyufunclike.pyuser_array.pyutils.pylinalg__init__.py__pycache____init__.cpython-36.pycinfo.cpython-36.pyclinalg.cpython-36.pycsetup.cpython-36.pyc_umath_linalg.cpython-36m-aarch64-linux-gnu.soinfo.pylapack_lite.cpython-36m-aarch64-linux-gnu.solinalg.pysetup.pyma__init__.py__pycache____init__.cpython-36.pycbench.cpython-36.pyccore.cpython-36.pycextras.cpython-36.pycmrecords.cpython-36.pycsetup.cpython-36.pyctestutils.cpython-36.pyctimer_comparison.cpython-36.pycversion.cpython-36.pycbench.pycore.pyextras.pymrecords.pysetup.pytestutils.pytimer_comparison.pyversion.pymatlib.pymatrixlib__init__.py__pycache____init__.cpython-36.pycdefmatrix.cpython-36.pycsetup.cpython-36.pycdefmatrix.pysetup.pypolynomial__init__.py__pycache____init__.cpython-36.pyc_polybase.cpython-36.pycchebyshev.cpython-36.pychermite.cpython-36.pychermite_e.cpython-36.pyclaguerre.cpython-36.pyclegendre.cpython-36.pycpolynomial.cpython-36.pycpolyutils.cpython-36.pycsetup.cpython-36.pyc_polybase.pychebyshev.pyhermite.pyhermite_e.pylaguerre.pylegendre.pypolynomial.pypolyutils.pysetup.pyrandom__init__.py__pycache____init__.cpython-36.pyc_pickle.cpython-36.pycinfo.cpython-36.pycsetup.cpython-36.pyc_pickle.pybit_generator.cpython-36m-aarch64-linux-gnu.sobit_generator.pxdbounded_integers.cpython-36m-aarch64-linux-gnu.socommon.cpython-36m-aarch64-linux-gnu.socommon.pxdgenerator.cpython-36m-aarch64-linux-gnu.soinfo.pymt19937.cpython-36m-aarch64-linux-gnu.somtrand.cpython-36m-aarch64-linux-gnu.sopcg64.cpython-36m-aarch64-linux-gnu.sophilox.cpython-36m-aarch64-linux-gnu.sosetup.pysfc64.cpython-36m-aarch64-linux-gnu.sosetup.pytesting__init__.py__pycache____init__.cpython-36.pycdecorators.cpython-36.pycnoseclasses.cpython-36.pycnosetester.cpython-36.pycprint_coercion_tables.cpython-36.pycsetup.cpython-36.pycutils.cpython-36.pyc_private__init__.py__pycache____init__.cpython-36.pycdecorators.cpython-36.pycnoseclasses.cpython-36.pycnosetester.cpython-36.pycparameterized.cpython-36.pycutils.cpython-36.pycdecorators.pynoseclasses.pynosetester.pyparameterized.pyutils.pydecorators.pynoseclasses.pynosetester.pyprint_coercion_tables.pysetup.pyutils.pyversion.pypython3-numpy_1_17_3-gnu-hpcINSTALL.rst.txtLICENSE.txtTHANKS.txtpython3-numpy.version.1.17.31.17.3/usr/lib/hpc/gnu7//usr/lib/hpc/gnu7/python-numpy//usr/lib/hpc/gnu7/python-numpy/1.17.3//usr/lib/hpc/gnu7/python-numpy/1.17.3/bin//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy-1.17.3-py3.6.egg-info//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/compat//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/compat/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/compat/tests//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/core//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/core/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/core/include//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/core/include/numpy//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/core/lib//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/core/lib/npy-pkg-config//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/distutils//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/distutils/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/distutils/command//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/distutils/command/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/distutils/fcompiler//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/doc//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/doc/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/f2py//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/f2py/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/fft//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/fft/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/lib//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/lib/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/linalg//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/linalg/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/ma//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/ma/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/matrixlib//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/matrixlib/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/polynomial//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/polynomial/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/random//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/random/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/testing//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/testing/__pycache__//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/testing/_private//usr/lib/hpc/gnu7/python-numpy/1.17.3/lib64/python3.6/site-packages/numpy/testing/_private/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-numpy_1_17_3-gnu-hpc//usr/share/lmod/moduledeps/gnu-7//usr/share/lmod/moduledeps/gnu-7/python3-numpy/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:29613/SUSE_SLE-15-SP4_Update/cd85eb6e5df69e34af2b31c81fb78581-python3-numpy.SUSE_SLE-15-SP4_Update:standarddrpmxz5aarch64-suse-linux    directoryPython script, ASCII text executableASCII textpython 3.6 byte-compiledemptyELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e6e2f729633cd3574b4bbef8351ab36db06235e6, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=34b0d8dee1d649424c3dc808f37e7dde162975a7, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=325cad89da7165d2207d08dda722307012d34df3, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fb56434228fc8d931d929d8b858fd76197a0b44d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=31506ceed09a9fbffc70fe639a630a69dd96fd01, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=286b0b9df3057351028f2b48e6724a65636f3a32, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1f41d46d331556bbc5f6a531a48a99db84f49915, strippedPython script, UTF-8 Unicode text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b37534cf1b6bc33a18ec374a178788a65ab466d6, strippedObjective-C source, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e7dc14074834db2b5b5609e55eb59f0ee6c2ae70, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=05789483607b2d54f8f2586091cd1c6c1ac48999, strippeda /usr/bin/env python script, UTF-8 Unicode text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2952cae4e4c5e09ce22684d8ec547265a37fd3ac, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=79ccd7f34b48788f1e9504603813092ddb648c19, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=09f919304a7431596958fbe0e5b8e0b377cc941b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a1ff77f161cbb596a10745c9082a5d224e14cff4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1fe57360b5ea3059cceb4603cb23e9e033f32a7f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=eb284c14a7dbddbc6ad7b78df76afe4aaa0ec0ad, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1aaf86a38b4143ae63aa68d80a8875d017dd78b2, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cc160ccdcda3d0a882f1a1278cb45d441d02b610, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f8ef8e40e1ff13e83d62c28a16e5f2409b500d0c, stripped -5AMYeq}     RRRRRR R RRR R RRR RRR RRR RRR R R RRRRR RRRRR R RRRRR RRRRRRR R RRR R RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRRRRRR RRR RRRRRRR RRR RRR RRR RRR RRR RRRRRRR RRR RRRRRRR RRR RRR RRR RRR RRR RRRRRRR RRR RRRRRRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR RRR XGIޅ)7:dz_utf-852718f206a63c52171aeae09f775f2e86c70b7f35ac66a798e83d5d1c1e362b2? 7zXZ !t/$V-]"k%.pa â] DYEh&Q| wMMtT|_-!RŃ.eD7|]̹9QXN7CoٞbOGI~PAƯ̌iܒz5.Y߱jӸu-ݽFw {d̢(5=}# LXp F"zeUiE\deM\0E掂W!ۼY!*x>]Sj4pSz*)xyG`y[ޛ18^Gp,#Ek8Ԡ~:6}B̆P(jo%{/% +]ebS:C%:{/47S,l.-[yÁ( W(œEEO8>',a*z9&w&p-tn2Ÿg<٩0=9$٦n}cGK2}fK,cETx# NpWoRtP쭥ȥ;c$T⏍ hSjDL5lr@3͂3 V[ux o~iS&`׽sm/ϳQSb 8B$vCp)XnN6fnS/h>r 0@Ire[O גh 2_(ok2 IwFWDTF)UOe* ö$g Ƽ!k좾 kb5!Yކ0ӥ<+zi:l;X"EݼΌ4y!{хHM )9s`) Ԙܻۅ,YQJ Ds}m[!LqAuH{]hk- "qЖ@B7lG9DR7Cy p\uЎm`ofhCg}2QŃ}UʸHT/g% #?f(I7,zphkw/wLw%ynnG-JZ+M$M[]/4'gj!-:xechj+6P/Q#Gϣsd$v J3 AP],N~]({ˠEo̅2wOE"F@(R;za^g}D/gFB#}2 ~&ޑ_n6gi)Z3|+/< ۄaU-:Txº8^ѩ\_Ez{[>LAG"As#7g^kAHs(<.e-A{YNMAp$(q~>.dzEʎox\ L)U{Z]u}[L$/kaQ"-j.8Q=CcmEVy?ǵڢ1VyDVf%hjcWG{s~a?Pn'熺l(0CnWЩ[;2]#L.4š mʵq`y]Z%%#px &Hƕ YZ