python3-numpy_1_17_3-gnu-hpc-1.17.3-150400.28.34<>,I8dWp9|'A tA.2f-m斝IQUv4X[O^ĝs*1| =c6Y8x v!PDgWXҖ*21&!ΰ#Im;6EbYKş.CsI-yD"~GK0{ M2BNK= SXOC(|QL}2 0\6Ieh"_$t+!:n.1ӳР&+N>>?d& 3 t  -J`fp      ,r(l(8&9&: &F G HXI!X#Y#\#],^RR3bb!cbdc[ec`fcclceucxvkwxxyz 04:|Cpython3-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.dWcabernet,SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/Pythonhttp://www.numpy.org/linuxppc64leuw{#q qT X8_'<K KvcYh~x]&H K[ L37^Ms$:k6.x'ak@7m]Y?*df&% xj :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큤dEdGdGdGdGdGdEdEdGdGdGdFdGdFdFdFdF]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 modecabernet 1691941719  !"#$%&'()*+,-./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-powerpc64le-linux-gnu.so_exceptions.py_internal.py_methods.py_multiarray_tests.cpython-36m-powerpc64le-linux-gnu.so_multiarray_umath.cpython-36m-powerpc64le-linux-gnu.so_operand_flag_tests.cpython-36m-powerpc64le-linux-gnu.so_rational_tests.cpython-36m-powerpc64le-linux-gnu.so_string_helpers.py_struct_ufunc_tests.cpython-36m-powerpc64le-linux-gnu.so_type_aliases.py_ufunc_config.py_umath_tests.cpython-36m-powerpc64le-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-powerpc64le-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-powerpc64le-linux-gnu.soinfo.pylapack_lite.cpython-36m-powerpc64le-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-powerpc64le-linux-gnu.sobit_generator.pxdbounded_integers.cpython-36m-powerpc64le-linux-gnu.socommon.cpython-36m-powerpc64le-linux-gnu.socommon.pxdgenerator.cpython-36m-powerpc64le-linux-gnu.soinfo.pymt19937.cpython-36m-powerpc64le-linux-gnu.somtrand.cpython-36m-powerpc64le-linux-gnu.sopcg64.cpython-36m-powerpc64le-linux-gnu.sophilox.cpython-36m-powerpc64le-linux-gnu.sosetup.pysfc64.cpython-36m-powerpc64le-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:standarddrpmxz5ppc64le-suse-linux    directoryPython script, ASCII text executableASCII textpython 3.6 byte-compiledemptyELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=36dc58a89723295b9d9cf277400880b2c954507c, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d0f82df3b9cb83bd0d3c0019ffb5a3b48dc63f60, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=907e41d0f1c554ea086eb866ab58c4009f9001fc, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=527afb0497d318a649adfd51b42b222aaef4f38f, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f4cfad33ea2a81e2a2685b3e67f8faa519123b63, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=67b67f7d15ca8e3d658acfad7e7e71707ca80e73, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d97891be215d662a51ac32a485c977d6061193bf, strippedPython script, UTF-8 Unicode text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=52d4994e9180f863f0079ffa2e72592bab987e49, strippedObjective-C source, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=bbe6f46af76dcaf00f61db7c3e68346a5f09e9fc, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c91d5a04890cc0a11da52c29ed7173ef1bb06cd2, strippeda /usr/bin/env python script, UTF-8 Unicode text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d7cc0e46da05bfa20bc7c5db7657a5dda21489d1, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2b42fc835dc1140ab5f3643e2bf636e0406950b2, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4e8ca06cec7f39b1f9bd2da2b60ea05c1189cb96, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=5abf0c371a05e413af83f5052501bd117404cda2, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=600116d6149ff40789b3aa44063494353923cab5, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=bf90d5f8c2f47300961213baca9fc5c5e3a66df9, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9b4fdfaffe4532aecc15b221679e2269106f0db2, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f501bab1780397005b9fd7672225a50a49483f79, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=cda3ee8b7fa387b6608bfdb725bf988aef1e7965, stripped )19AIQYaiyRRRRRR R RRR R RRR R RRR R R R R RRRRRRRRR R R RRRRRRRRRRR R RRR R RRR R RRR R RRR R RRR R RRR R RRR R RRR R RRR R RRR R RRR R RRR R RRR R RRR R RRR R RRR RRRRR RRR RRRRR RRR R RRR R RRR RRRRR RRR RRRRR RRR R RRR R RRR RRRRR RRR RRRRR RRR R RRR R RRR R RRR R RRR R RRR R Kxc2%utf-806b78a880ae8764f4f5954a8f446a1a929c8a1d73e591753b871a71f959fab8a? 7zXZ !t/^]"k%ia â] DYEh&Q| wMMtT|_-K7^ )C4.Q>[Tp_cS^klwѯTwG3L}Xqm΅"1rDSDi# '=XSBɧT;o Qd>F#%3$LQ}lWFIP9oX5+[&/4{,*?>ur(%=SZ8ÍY:U]سJmC!c%˩Õ.k eXl߷tj{ }$ `~8(cR.8oesӖur| 5,ń:tr褗58+H<֟Ij )Whl5~g*_\Gc=yc:97rQn}6c-I)yZTtAxdBL~h ߵ0ӄ'8JIi̡mTfߎ*>hG<&jff(6+kMI䩺mrxsI嗡 dio=\/cZ*nYHx0&*n~jKcnϏV+ af92ذy6/=m `rFTO0 ⧲P՟ Ќ**EЪD۔6̯@$tuq}5Q6wClVg1:q2×-56aT bM\g3?6z.Y avӳU}&?UfprGue)kET.n4*dMA`ϵ0bȍ}mr3 lY{ ctiMQGlOU0Tn{#OIw؜~qd[y fZns.ޣ,l\&l=k ۰[M3+#wDNeWdƓ[bF%uY*{j{WAaԺ8ٷRiMx7')^J a8mf:j*KI z۔2x[:S[I$JK9tOBz+96k;Csw0h9xmYOgiƪK9 =/IX 바g<>jځhM^GՌ?_(s&-n|m-4,<tHQ(_K 3,2Cd,p{[Be+W[^3?wC@s,? NFL3GSo#"l "TEӧd ݡQ9f|VBDIBo w9OPo*PsC'_(V\~䯤ҁUSKA}ɂ%ޡ/m} J^{_4!q/㢥W646#Ҫr^U9sϫDj0Cb7 Y9Y]k~q4ʀ;@uȆ `+=9.??$yqGy,+. Fy~ȇgA[#*bitcmޒ:eBQPHTXܹj2|/ ؇jD#PθڽBE !l5w<_xb$$"ʻ&Ӫ n &{b6+ؾ!.˓5!ۏjoHNHSP c}%3v6 i+g}Fz 6 1CPDN2B^5,@S+J 4#v YZg2~,bxsl)OtcRL֨ '=O,'Cc$̼zÏf\<8%} u8=":fj %TU=2  l05h LƇKYUWmQ*Gm2- }l뚣V ]_^y{Ps^dt3OUo˚u~\Dd@#F]:qO4෹P(9s3ajbW*`=MPA6"ZE*0s[{+U|D͑ƲeS+ ^kG?{z 441ǵ36<9R?YʪhH 9$–SO6_mUP_ci!*DϾby,Y"gςps:MÐ EՔD"z|*VIU)XE&;"?`MÿQzF6v6QOx&Γ?.FPі($nj䪣~aP.1_!U^WB`Gᔤg`}=>]pT ,;:9@31T4toSb!A3k1*`tH;_ԯ;3p*9Kɐ(ρ6_,Kn0L\\@iB(c|oKJOG!uweDDW읝`_Ih'ΤHcu=uCeUvb䄦mA{J>1UbMDoU boSN $ê?,-h>-ᢪ"U ^»$%m/aoCp61xD?uiZ[ԱuHB0*G>1Pۿ~q7I"Ǻƅ|&Að PtFb^y,a_BYoj4A E`:hPԖ-1ړ[2M w&q\/V"&L!WU <hHC—ҶH+tjC.x8ʌ_vpvq(-*1hQwpbor;/4ؕ܀$>~c|KHP']^"$}bMB,bYӽL+_\O *DIYk=#Q!rsTyG.!:uu&隽Kh4hUr*&<LD#mZ.XvVx)'in-$.* U8#Y&uH8D(,>QfMG5` [wٝEGdCV L!LMQM!Mf*DO*z\QkgAH5 `꜎^n{=^K9xby;sR^jE;HDͶ$A/(]XB)q4!3iU>Yi`B7}J_ kCA9|ً!H#Qdq~ ,`[a@rv˲p4x :E?cY91hT4m,GQӮ65VoZ¯]>&}TYK*p_Пn<E4"B/xcMPڈ1;nX"&LֿTwcM߈/uY6Q$˯Kk7F3Uʌl3b?=N`Y-8Atɹ9C. p.v㗦ZC?fʨ<饲o3PuOi 'KsѭT+f(N 00=k3lJ=9J/p&>;G Mz"n{e\PX Pv@5-yYe?a]Z*nه[4+xB7V64$tM5-L_(oq},h `aa '0%Cn[~ա`@uTF)VŒ=eX};{H(JW"Miq2!HKSztg?BH%†$3T[,A.#ݻ]ݠyw੟%ӫQ\dZDhyX42>D `$@Xify4dŀqv!~SJL9Z7ʻtp k~~7h`>`PmϳUE;c5c+fش+ńYH@DCdw7 hӭX=W<Ѥ&a-~j* ?' j.\m??'pM~'xJ$c.k.ZjqŸ=ѩØ^zeG1 J!ȱl*C8~eO+/J|[-;GPBj w/*brY PJVZ#=,z$`b"\[#!yD$u[Y;zb* xwyv/r;|zI='|gcR" .L: w˥Вt%N 4~u]%5d`Cz֝/v&N~#p&z6Y2vr* s_ gDY({)3 ᣑ\92q^ K8c _G37U{ Lq& L {N YYw]l: hUB#1M `V 2>uE擃snHw$|#MFJ!q4{;$,H%>}vfӉ (7-/aZ !I*(ut%&]P%FPo*$wiJ rᢚ,R޵\r9ο;ζNWa;xyQ2 !M}Ohڊh9QВ6/T+*5>ʬLjS `HE/nbh› 2rr(YyjJiۢ|x14:娙w&.Li컱[ѹߐQOX,l(M_ 7fucjP&b W+LG_E !4r|D*u"c5?B,ME~`$˯GWc"R8OCρ T/r_@&h:Mk!X#Ig/)9|A:`Zfd4İjP2{'^jkCbAg}vǻ~j0Y{/1F^gZb-Wp'oښxH'Ez}Ţx&LoL7r^"(bȪt)BdCwqaNO"z"fρo&Kop\_$  ԝ0Kc n2uV3i;d釕_ՄHE`,w"@Ĥ0Jb&Dy`gFSe=v)ojX-ʙj?N]|rSv/\qq$ERڟ B5YY /"Oz^[|@Ι@<:9ėy"w;rpL7:'E7/9(r.2v=|8A>%Zڡ -K')"`k '$r;jM|وh62Yɜ+ 7[wO=~U'W>م2AXlgW%,\1NW4DwWa'gIMSR18E:M(XkXYzE`͔5/| ywiMիX >dP]4Y.aB=%U`TXUbU52PAVh%L꒬rK@ xݩ# yRJIG5:^\}Pc2H骀q898d6I2]΍.Z.ފHE3T?3c]: ~OHyB7$ғ^Qi>"Ut*AWhz@GW}z / > [=쉕ٙb _>+c-Av+;6&rMɄhxҀh\ދG,e_K)-q / N9\Xmq8UJ+M2Br-`;2C||<]lQZ<QmF[t#wTv4ufq#&,Դ]>8cC$dz^,~*Cű̖#dux< ڢ%#Q}4ğ8-2'q n _u U`wux XsEnEm_2-ycީXc0 wDu$ {`LLjx \GŤ†/+3(sב+ѲsK3Ѐ D2}bQv)j/9ACc2|::/snYdjYC6z=.N/ILtdD mgDz+ >M6CO㛗|mU-b_3[ iѴV:X>|gI\={IE¸>L!8"7dQy2$wE\!"=,μ̧曲=ଯPr |SDVZN5MuM) yآ̲0tS]RN/u \Aqw=@GBvqtk::iYtxXodz}i=hy\t 3 9 2wmy)GF%[|YBg#̹oz 9>ED_lY;5^\n@12cwbg {Gs( wXcLyy3mT @1СZȳT("*$uLV"xI_)n6S1{K5GZW%}):+kN,OF_ͽE?Φ33 Nt-M5ҽ;9坊%`:Wa[GF=m}IɊjsNJD+FNpMTvj[aQPzE8#": %* Kxl*xg ;p<7I -:^իy=J ("BǗwϡXmURg+m/Kqԥ@cK϶ e}Ĭy8ª *'!{/_ U H?pΓۧ_*qmF>5+j.ݾBQ0 yRN+P#e$a]8xO+]~%=U236r_̃ PlwT7&UnFя)!(<+E *dG(\0"R:qߝjNF-q{ D~;E-N\{cw{ùIYq@oX9ۀi4KiW6®6=DJepps8μ5+A:-"M&44= ' J8ܳ-U ! G&)ʷ9 چ$%l^J Y뼤q%䬃(.!"F.ރh'RԼ4T:xg10W$,a\Y&% K8{(-t~3yjhs&LdMCI5' &ZviVd ekK5ɗE?U,Z.% qb w&b;[HbIkr1)hsz2kmqO&ѤfT5,Ӆ:^`ja{m'&]Lx+4,05kP*LU9el0u ɸĚ eIY>U.=akAeͰl SJЊIdQv<|؈6о̹@U>픖HR}_`RsnyTw_h{=[SrL| »(ȨJ *b"ஷha%oC_$knq*:]y8 Ě@N}F[!uS~`͗PF߂4{I銡  SoՎ֪Ay̶f,8V3GSPK/CU# [s*U-}88_A|3 vl6"x1㐁hS7v`0J?>\In5mX&σUiOj-3nGpȺr&\1dr\N #ȺTR3ј,Jb5IHT4$3n8 a%%"% <T9SJ,uS񁛮1JbrQǡ-...k^6o> MDqyuO2,ױ[K H !3456ULc"Sb[W'ҁ&G;wZZm~K(R.cϋ2.VGOs\2H#f(Eu)e.ޫ42*(-2rD:1d_h-RxTX+6xAaHO¿9QhAtVZ5SíڸnqT6w1qGr';Q#|b_S붹C/jƘ_Hl$K( A# z{ gQ~`>r!Tyri[ffI{2w4G(lHǁ}"wߕzhD^+~\K9SoًB:21hnZB13H!D6?w}ME2mXo  PB8 Q萲" U0I$ 9F.>W|Ҽ .5 }k!}z 1JI^<0sۈNqfڷt&j]Rj1(/Cex}S(\Hs֧&k Zb_݉Bf Gj*xdf7c=tjōF( 4q~?0eqZvDS0jiT/0|_8af110'h-7}$L7ҖpWH\;qZ"noӎ2'UT2w,h:@f'FqH v) M zlъ3<ƾWRʽnJ'oQ(VYZ΀L?NK-z1b7 BmzlȨY?330z_6kpr 6l ` AUe0 =(\0rF7lϛxGXjT7dj{<2b-i㛈t&%lh5PT_:7BE $ܹ6H>OTvZ-rQDצS'|k;PQ1 W=`ºfE(֨jV,7_=UJ"`Q/,+O_܏oee+hۓF|I+mTAϏԾuuk.w NEbGt(4dH1  R%K͠ۑl]sIG!R *OjBC8no<7 h@ *K*nԇ`eZsJ!Z [DHomߩ!s Θ +LoX+z]uQiP+Xxi;Uԥ0tz݃6=[deZK(从*!}^ZEeW~h2v^IAR+wPċ]r%B,?Pg/bngdptWb>Xy25#1H!-^q#({R18Aώllu/*n1d%ªv7 at 3BŧVKތ(0Pt.jԛB@Tx2zCjpNw gAA=%M}t'TxO;ؓ1<-L\9F;uWF/znbɢY%Fm9|LW޲&/쿉ь pT# ,T}Q$}!v"q6HLe}ZpxRJxH΂~rߒjc"PK=d(,2U<]D3`H?D'Cی=X>(/ (4"=C1★3u_``9WkSNul7^ n<D/$œ0ۼ9fy7inNaYT0HQ"S7L 䁢5Vg :4hI ozݼujk Ty-S m7 cX ܅X^p ذ>%ah;[ZGH~݅G`k:Ֆ\s<`L{2s[|e5v&z b[vIA;fD0.70Gau,s g}gm o%/n_X|leIsQgi>wJ Q'xL9|QY4<`;"p*PFa) .O߁#[#b0zFɊi=QYb-+#O{h_YlY Vf 3őP΄n86X-rn.z6k[0vl821 ]CPWf֣\. I !!,˴H եc[G)k|$菋t&2<]8eVG:e=.0[ʸbk;Z@Es~N{ :3pCU.WMV_au ˻qژ3=4ဢz.o E]ь@.jҰnG-JҾ 'CËsRABG0j9R!VNME:!A#}gRg r=[%L#TAQ<WxO"B :M'/^};V:$F/luqG b} h׮4~b\f&EЀ=<$?[vcL_DVS-YGY&r(-'h|h<vUjj(^pA^gOkab U,+ qZ4QZu>hMT/VK\ Ed%;ԪޝrvZ[2dj]-8qd^X8ԳSfir糺Nvpt hܟWk.*zTcuI@R2w*҆J H0D XKӭe.-XB~z\*)YG;N|A ]-E^!zɼDc#&1)U͈é}Ԇߚ-@ĉ@/i)x Htz{!C5RtP8YiW$=N1)կp¡3&~;c⾴ :(OR`!FÑ9 lmmZa S HwՇy7$ǺB>,.D+2r6sb`#EvED\&:Ҳ!MX]=dUqJ0d%8w y( n{[btc}U"$4}_QX|YEROIJck0[`74x{d`A>婱}c_{>Iw1Th>ay]pتmV')J1); s䠲̂YpٌJ20 }79\ -_7SKu_͑V1%' ppv!;vO|S9=(1bPm5:k QtO}BajtoHp/4HU4*{ͬ=GKnhfڰ MuT.ߨ!멲R8.kբ."aE@a8FӇ4 $ifYFG ׭9GM[w_h1ΌY)~pMmKSK;K$ağItuw^) l'#s.%c{gԝdPq6jc g!PٙFΏ*r^'Z1Ba+#jCZccHftv΍o=ՙM:X&PE0><`!O_Rf:sJ$|ݓT)rN=m:- Xw_*5u|~u,&HuWg˟uQBZ@=¿t3efCWs/7d歇Vy$m5 py{Ju)m%a6]sS!f\It/+ċ~ !f& {H+\-@`t7R'AJ([󸶃ѸՁg~,Aפq~>PW|[r3 ,93)8yO&N)% 'g 8-k{hJڭzg%K#HpW:.~ߒK$<$&9Fv[b9,}emI>JP w6Mnٜ0<:A/cb֞ׄ[/?~=$ߊu_צ6_=Ƨ#yQ:0dJ/]);S*qNzrˀ6rHnn>oq<&k+  \-\2DS2I]mhk>pq]mvCX&qwMyQJ#Dh-?D n@"lrm} n@IwpC.3 rf3tA%;>Xh EQ:!%=%_ Aԕ@ ¨h&mDugNm*kw|ms6_m>Àli4;E]a6~L!9T40fB|TnDjs,_&]1{iȲ3Y$;K9"N EL8_|be1^4n7n!l=-Zpr"2dV\5TWqڇ5{Jtràq80Zn=g @uY)=~ZSX۰T,9'YQ>xHѪAq*xӄӫ%>41ѳyIeְC߻Զ~$Ֆ9=Ղrnk#՞VXw*$M>WM8|wsoǬf } /tNq0.{"n˻n7ȱcүoncfj`F Y%4sz:yC/OǾ:z& 5a8 ?"7GSJO2_bk@js%Zed5Fk'{*qQ"o(uCxZgSވ|}zBubqZᠽcmvqX+ {v-BU}gvvkcVd]=$IWfʶ9 *H\ȷqVqb[aO-Dƃ$z_w7 .® Pgj "YCQũ5);卵ZzTޱTB *~Q-5- ̛2P`f@M #`S,&]z'ӓ.Ha,ʵka;)6M <SB38f J4*h&( Z.P$BBt7@̪Ŋ?"J(SͶ_rdES5]B6Ңo cp (M=n{x*u2|812)+"n]ۥovO`yElGOGg/EnWcw.n/--ެf6+3?E+*,4izքo R?N#ipXclFG8q24ɹeЌa0(ab5="ܴU M2bɼ+gp:OxI\Zk9G>1Tl'm NGt"?J@,ˀӎtrad,Y %N DnN%_&fx-pF|*Z4By2[[^m/ǎjO:,uhfD(˴T0` 91 }AF`r7d*yU Zm4UGj-Xe"ʪDo1ph*߫P" ob"J5ZWX xIoʳ\;~1RX lE1wӻ4n/ +⬥foKKX_"N7fV@ ΖrNu7Ïѻ|Ǥ,Y޲/577Wh*DdjlKwji1PJj ֶK,JJZ֊, '=UyOaHhE: ʓm6jZ4w,0o=quS62H8wj~s&2u$x*/:>FrmIZ)cEː,c5{-qϽhgPX=`*=dIݣ'J׶'ۊr5*C ֩[렚JD,$z@Ë95+ tq}X-Z 2"{Gœ z8.j 0G;|3O_ٛFI_Jt;J .9L2gh/sj+p~eR>vL;JFdCXt g^>Zh\]A5u9. disr_@b3tT_938yodbp}UIh'aۊeҟ&z~AA6o3w86ѸsVxŻ&]j}; a]y%!d*cH`vٙNiY`lԒ+Y V%1EmV}$mB \!dڨ`sP#8yYvO}20iTo7!ϤFW"747X^uLmyU#QHu5y-YvpH#yUoж\Ւia,KЙ |s,C}&ro'a@9B@brl ,iZdJz ;u 0}L+qф 3 ɚ0'u.l [fT%A\7`J~ ̓L5L3h3}*"}D0 A T>u Mde5nFոK5 a(pqQ|>\dJk9>@'7%WS.^o\"#NUDM"q=ffl+_/[}g (N6^C(C4ý55BJφ,WJ~8&X Z9TO<}Ζdd GR{h;`p_{E?5oP/ӷL|{-s]ײxGX쏔oNQ?ĔߖQ6[xM*&.i',7u&& A|FCVZeM>onOl"TɀHVQsи?Yz%o%' AjܞAlJXw ΙE0|TWE䥞;O }oqhZn:HЋRpv|׾yi z[mswGҟtXi贌¹f* ;nS"eҀQ,\_rurn^c9Ϩ {h+Z0NfhzŲ~Zu/9,ѧoEb#:8IhRAF>|cHW ~sē;DI᳦m{gf>ƮZg51g-  )U&RS dXUp"8p1ģ7p2u;iyOXk6ba? |غ7\am<1.?<=:dպj, i(PB{R @OcM=,;gb AţlG_U]W0el2E;vz$ZzVMT~)VDgK\ P@ⶍ |犌h|[ب~!M.uZI#~,%pUf4ZLt¸+VU ~vJlKK1~?muW4W2da ŕ{Ear͖ƞaQ$X֖S+xx1_CLib9bh{yL4ͬoҼϛ"_,:Avb}>i*/BtA\8fQ:iG̳qXDE!RM^ |iNLCG:ʄ)Ճ4c&t- V'P7Icm%CCjE. =TSYtI>OZ hqE7 C|/,3}TYm0;/TY #FG Ct4j ^G{{Ii/Vm~gr#ak:Xp 'b94U!z%FgU}zeea&eB;aA{B6%H$嶺1gBCPռ#sjRρ!Xkþsffl)m6#X ESؐTFQXǿWc3@ҝB ~f:`%m1Rig.s~sR_~Ѩ,I< g%hEGp` =_aQ9KV=۲`XrBp^mO`ro[];'bi܄Gu3$FδY*}O[j$OpW8=fٔ.L;)?zSkF"*V2g,.LPQ[QQSSXW6@G^Ј4>TP>a;ATW/u^$vs\@$R &9I@NcqxȢ> wS%OH>>ais;Q)][_؊YPܪ-jK&vt֩nϿs2VmGl}J>! 4ba5f^*y裂M]aMS ahzT\&i}:OYTD#?4Rm}ɓP|JT:1;/C~z .۽ 8,P 5mbs&uVCV;|#_vW \Úd-~ifW:, n, ˝R¿ b)4CI4*!ǯ:z]0}N_ :K7 [hJ$Iz*MmC)>!LM,A?hur7Ur_'V[nuek|03Y욣_rܤOIc/]Ơ+3IlwG%{$ߕOxEMWa b|M:TO|!Y ZC^%:+c"arc=؍TBAX) EQjc?)x0;?6t j沈 z XCV MRY 4I^ H&H}?$dL(', bK Mw ?r|ſ?a;&ÅE9&aؔ'د\%a&˕Aw<=)Cֶ6K':YF>8nZֹ=snT)LBF(i2㾖7oE_ v4,(@*ObmVawTĬvKd)N|PД{N$}fE|*TJv7?JZYc;r0;wXI:m(;0 [vב1x!S)\߆@ gRqKN\4M8op{p[sQ> 7~+Y\ie fǏ ~w9֙mR>C=3.Bdegm*WVS J6fb{bZBB^"E56ηZZ:g567T&$r"ۦ)Ea/KEW#AВŒrk1Kw O}-}L{2~C\=y~S.yӖΥ4hX[F(p@HgCU(I;JHqrk(A%fKSqQ?` yK×CH^TE!CQFqԼgt-b?bI _F]%N?ݞ#]znބ'83놺ҖckgimŖFbϘ> Ev8"w6-_) ߼}ŝdZB2$,w|"6n덖b&h|㙸V', H] &sej 4UM1Rd*"j7,Ũ!%K_'*F ! Sih#\\6{E"8+frk|?uF Y_|rd(+~`So݋3,ݦ Z BHlv@J NFܳP[@$f5<{]% #:!e8?+0h'D>h֋j^Tq{赎0 247!G =hr=[ZK䧢6%/'6s\bYˀmIǚ{tCE^Phns`Zy=2t͆J3s"Kbz nEy }eWFkt䲟aZ>dfwH[8 s}*X[BَQ^/'c`_5bYeSy?æ$A:@q.´RŠ3~oaz[ Y62B>C;]offu]1K@ >jicf($*0e;cT("%OZ`>HCyyYNMc3؜ϯt]wИ fl ! ;(BSNXfxL@݌cWb%2u>'NדNzfGgFd4f~ 8 ${ȖXD%`ceąŘ'N;1] A=,g=6ZVA>VÆmF{;mBC-$m%>mִ+,_X#-9;{i=Z*;36{ Q`ү.A?CY6v2FhC  &T,^yk٘< :Y7~,?am{ vQwvQ :3kTvNWXix<^d6#ǵQ*Ci:rؓ2CsRHqƔJx V9Kr;涺<7ptR㼤!r"awQFCOsƤ##5И6?>ׄ~91 s ^R" Ft+b`9n{<{Uo曣eX5K]yWy1lHC )xu\33sgNV6O8m>e{)r*.S,7 :g"I ]r/;tOR _XkL3g}Ar*jCHГ7+ {UcHPQd3f*jmw 6Q#=gg˸:g1Բ[s2a#f V]Ll"9.\-5[ҷVx„H#aWتz#X*#V>h[ʴD8kͬ@z/du1=ǧY9b8X 9a-/%i sͬ ;jh?~"7z~G°ɓG4<(U|߂MwPY*A2^ H٤^[Ƙ7^N2Bj3Pvm_&S՘}ԁ>yF=Ɍi>gsn LVpw+!2Iz9kʪ0 KLqB{!z~@h%E-y*s3W o6M" Z61  p{4s18xa|D piwt>x)M<#yȗd#iۯ՝up r5vX`0"˜ g0턹9J;dHmT/LGQ8g$t=H3a<'&PT nX`C2P]qZK' e4~xm[Z3'7/ȋ2Ŏݕ PDٓvu!0V[o!ZK=Ds8v_X& E'MB!^ADx$sϣ:-Ci~3z#MZessB| T1 9~ntd QN_"nXC1,eo1;P6+M/9_&&ugpz#q܋̝,h][PQ28QG-0)EXQ,G,L[• 146>w^R ,G [\wn-X!^rrJ~\j u!u1e)( mC£_cO:To*[y5Q }T%dP˃1Ѧєεt<`*9Ͱ9&5d3s抠-D8)taf:-%(QByxzl`LS XP9ġ镳[D[(|FlW)ZM5>(ޭG5/GrűRSp:^?@\B؅ k 0}8io/4F9]m7nV\?N$PiVF CH{N Ooq DZQ~ID7Cy֫$!NQ ȹWⓝIϞ۞K}:yb@I"F#*&Z~Â52k O!J@Uo.$GtX^$B80ѼY7*݃p ,z1Df Hڢ3Frd0X v|t[1!NưÖ6c8tQE33>~D<w]B{")hpYk"8NBPC x fZiG^pd'cw̍V޸?(J$x6GgZJs]JE4<[S,&;,TN d1+ e| AqqȴVHieP1ÿ{rӛ_0&dzu~l0/Ճ &in*VʗPJ'{$.V #ۻg[V9=ڍJ&T2'MV/UwL&M(< !B^ϪZ""7ii,{AH[[IM$Z͸s* !Di O#yQ7>䪽Od׾$lmޱ5$YqLYƄx"' !BH}Fc)h/zd4eiggӯ_(0*nkG^v|Ҝ+_cp;k1Rѹ'v Bp|d;4 ȲaPnbN;M 8+nIzzٛ ntGV̌tF X|4Sj<2mJH^(Ldތ_p5E>{&=hK[o Ϧʜ@x_DG牂 sɼHqe`j9I"obNs41V +*] QxNaAX$QI *aDHo>`xma˂l@ W\eQN,rWk1h,ߥ;2BC Io YL[qgNf6<-5Jn6@2 )c*w>2x/i wAA<wr0΃3bCG&HUCr0zUqOkPޞY/"H1| @]NT->oVgŲ! C N@lJ;&+Ùn$ܘW,l+Țp,`2v(>xgHF 1v BHh'(H }AA6D;%c}0_L"ͻ#OKHi m|Ud+ !\w_8'P?*`ҙQ& :E`XcĖ{A.d%;2ߵw}I$U2NްQЏ$*S^d;vCuftzG}yW] PL`, &d_G-p(GeK_KST\q{6%`be ==?wODUófc9JN#gWV ڍG=&>V܌w9pl%l?x҈\mi)݁'|.oB}Zl")?! }93\FFb?9 x_:Ї^31#T0s &ob3(H]+<|:Zp'>$Ob\y0XlJ%Qt;/¸~2wЫZ@Z0`;wR%HSz[$xq ⿊ ϸ|ugANjTx &9ᯜ_5\Q%1Q`0o_eA*Im/o#=  6gxTkbjJ^B836[)Gu]*:ahddHMؔ[L%k>B]w0:Dǭ^p`K-]뚛cd)h9X^P$ma IQkn]!p0tgH4STT_45O!ܐRy@ "kX]avtظ;'?}a* xϘ-s4XIu@ "sob3.qdp| i%J=<( `ɫsf調o>>Wh߈U"q4%Y;( - Ƴn6 s+,RQ›$ G`ƕ̈Hc">m 8wR$= < !Lg£  S<'tF0 @q|s0- j[AE=w}:L}od#6,_0w$aCؘ(YPODL8#fq|C!+í--8 _vvA+;XBT[0Ўuz437PĮ 2{&֤}c`d2$H/.FUtS/6G7NthѤZ{)R cz)7櫏r.rh*'C#+yP+ez26O'9N嬀A9$0}əi#\to~uB]hJ(T~wE"ҶC…6 ʴyB`5} 4:& O4͞X% _{>g!_ja ?,g8^q$Ś>tOv4?[w&ȼ78 ގag]]jPakm! ˺ԛq3GCy!;PiAK8b TD[-yPݟHFO}9Sb#|5zTgp*PT y6Cю]jQچ,ؑ, B}x?نҾ $ٞu{ 5EY#Rjq6l0r7y]>]?\Ru~c䟳VBI\-i-['"p*T ;i_ѳr\U4GAD}qUFޏ 6vp̂z!)OB!HP!36Թ^&ΈhA%fp0?g4REʪAQl茺FZ+'~"Zr!;cFuܫ2oڋ3Ć9=|zg""ׂ4DztTUt#[U.Yuf|-5h˂T~`cQnP->[ T7-,mNoˈ#[ХA(U7@Ϟ(Ig`V)Krl9m]$Vc6bO2+ԏX|bn$}T2,|,.5l儺8EET0J5ױqXT, *Pm4'vԈ` l(!pX[fS-cgHJ (}ȹ1c6e;JO&kt1qw7h.#E1ɜptHm6j.ZʕU5{^@jPdutJPA95ԙ0&xXU,hSs{:Pk6ҰU.ĸgJS` Y\om=v' n~aaMvcaF`:Uv84Nw ]ٴ4YzM>nL |Ԗ1 26 $ |YG HS7 9y}X%a+X В,^pI?Ei,'cq7.1/憭T1U&4{oCQuָН~V ?l2ӻd x]y2K<o*iapPiRl^AC>D2YX7bD @&̜PkczHŁKXI?z@riw A5H\Z)Y)Ed| %9C0QxsT#6UAG-L '9pyTq/IL|6+o`f9KcqOұ\m$Uuv;VIt>g[B韊0[3@6Pj>7_/wEcpyd.4mSYW0ք'qa^aMIdJOzFxx0[pHs:Y_3'U{"%dNFQAt(M4 x{u.szӺu[J@ԶČQ|eʑBFפTY6""pCupE9`3Q(kDS4cxr:L`¸pJ8ʣ?Mgkz6rQ21;BoHsIneָ0q?"u8ff UjeZpֱztq5ԁd 5q04[,A 0<f/J+:K< 7i()q4eZ!4=7.a'xTh+G QoZ+NO@%ͪ\^YT|7mwL1SޓUNAʼn Gz ,-F8*tRZPY21z@\w^` lY۪_?E\;9k,ɧ5$&͞H`$E{C1ցr #~ yt pKSξYC@Gֶ~lYjn!#mXVr_?d auݪ D.,I.10Rye0>If2+8V dN3ʙepP&P4J8i)[%Y~ˣ]i*4.)iI*~*O˴͋Pd;[hYAuMNTóIԻ [Gf8b4@mYNilWC Aa{~4hC FSJI2 {- YQ}BXR`=_Y%ؽ/WkuF7!pRN$S81|^q܅q \{( yuCAq+d|'G[tD~Z{;$͓ķMxbSxs=ywuƍL;{''%zfQܧ `i${Wݨ||+npw`wN+͞]CǏʮF 9&O/y#{#ItGw!6 RKmDM0RiɛrJ2 (ž@ط9\p܄,4<[%##90w?2S *=HVsX>1GvNW (j|4gAZϪU wjPZ[mp%%JٱxxÖZk>3\yg0i$M)Y7MM#Tna3kOTp׌5ґ(-hLR;X3i]SD۸gb=Ek,4bFo GbrP`Ez\1tRfGӟJl2Lɒ8*3xIL {Iҗ~ّi b hATD ޕɶmS&=h9gd& cއ-e\="I6-IӅ\ڟOQ _zهp/ؒ Ѵw}Km Gy8ڼ1e+߈̡Ρ9*Kp,TӔD~zu9+`mBQip"nޝAѼ2H&%i<0~- \ypēE8'37?ČaKR9[% B%Ռۯצ71LÃm@hZ,ufdl:x>yFS75d0Vr!ֺhKߝq1{>Òd")3Eꊩ?Z#twDJ'- #[kNPBsP*$#B쥜rs2XI ]ȱrY 2>ld:KlO348ݤSY.QYN?G}P&u[BEWE-ٍdnⵆ!DWQ#qқ-kCȜ Ӳ|aqԈf7ʣWo"'rleY/̚೐FQk)W2lbL HhP&|Ah0A7Ra ~"|bnKKh'BtAn+s6W勍@%$jFNPlx^kQ*C`C\LvP8fbAX9 ͞ u G?bg -U:DZ=21{sa-5}%beK_^ݩ| %ٶgd.]IcV}:4Q1=+K]͉CW8{rVڳ/Ak¡.O{18p;0#d?G(ZZȦW\&(4jM6k]BjW_{y6E6-LH۞l_@0mG:&u^I]dkKh?=аؐ\ .c䲓1u!9Qw&*HISwG.EyB tOuFieLHLؘj`=´ 8nbcYRNsZvxF,1t xaz [u3r*G6׿vׅKW>u ]em= %=U(̜D.gbkvF-Plaԣ61y"UFFW"BcQJ/]$}ط-C+cMi'7,(lûe6Y™v *[W5g3HJ8K Om!W @07i-j_8ZG hn- 7Wd &Ȋ\剟0C/viNL-9\?6iNd$M~+WJO\?ؤh>;N!"'ȔNI0>AaɆܤȆ`! e)I:7tSU^l)XX2Κ TtNI%}8(78\_\ Չ5"nǴY9J$ OLYY"@sa3$Na 7*7d$!rF6+[oFe(6xUBs8,Zey9~_u Wpm?ȗ䵒rAMdpDbJW7*Ny<]""hOm<\Ҍ!vPI8XǷ=jO@C TzOܶf fMCL9ԝc5$%{.ݰ>ŋ emT垿PiG:%@dֿn=WuHʢvnx/T&H\ 껭'2u1#+8݂!HQn/*G)Eצ,R1I0Rfshͫj2§:RI?}7*Ec.ZNcQrT pS|#yIk?qPyqnU(uELʧVc $=iT%|{Am@oii^t.=i*[;B O:tࣨk!~mat';R/:0%m=/JaFzX%[1NiA\D:lyr+RrH.>yS'yu$@x_m& ҎÇi/zҙqLZ+A? AK&7R [u)q(Ƨf7`-t=1 {H1Mn @Z@d 烹H?Hk=;[m|q x;sqJd4s7Wa'x ɥ O}Nt4@a+wp4,k,WJ7b%EȖ#dfu"lΦ㒊sڔϑ9с*j裰]Ёħ(9&wyJĞqŦ#t~:ٳJz}(I0HZrܣb\)UIbHDdk GQ =p`J?qn1oξ ĭ@RQ _ Du^_}טs?TKj;!_|?42-]#gϕ2,;nlB%I*l췤 adZg8]NM I2+q}d]lQM&UHjiIn&TPtݨ:{Ii8ۯ /@^wnҎ3:&o~m7oSF M NkT ,*Nf>MZvqOE)֢޺8&tm)HSnOˮvȧ$9lE~&gθsȗ'n5 5ߜq(\+WT %PޯNBPmb;[%;b1e?' ]a[41\IC|f&e neZrw'\ iuỲ͂z (}MGPS"l+Ƀ_rǚ"8K̻&-MfAvHjRS߈ ,=(vr}Z[\r7۹ȻK.2'ijc_懝GW V8[Gv0(XyG'둘,{Yw KrtQ8ߴ28H' 2C Ƶ&Q !bEt{Iph O5\5R|< 1=z h1 rvMĶ8!B2g!=D$.jX[5=n~X.[Rى8yn s')9;/.SKeYqWKo