python3-numpy-1.17.3-150400.28.37<>,܉dp9|0SX"C3 ~9kq}ZիsǩHч*(O"̒C`M$gf(2c)bcpn$@xΎ*I(G=|Dx.7~tLt;J2KvM$|⓺QͩLFeš vzo ȷYJcuh>)IβxOSvE|kb#YT U2>BP?@d $ e :PV\\ t     H`(8&9&:<&>'@/F7GLHdI!|X#Y#\#]+^Q?-bZc[Ad[e[f[l[u[vdwoxwyFz<Cpython3-numpy1.17.3150400.28.37NumPy 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.ds390zp31ϸSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/Pythonhttp://www.numpy.org/linuxs390x# python3_install_alternative: update-alternatives --quiet --install /usr/bin/f2py f2py /usr/bin/f2py-3.6 36# python3_uninstall_alternative: if [ ! -e "/usr/bin/f2py-3.6" ]; then update-alternatives --quiet --remove "f2py" "/usr/bin/f2py-3.6" fiuw{#q ; n78>'ybK KUBYh~xo<&' *Z +7=,b|R:J6 W'@J@L]Y*cE&% x0j )Ҁ( '(#7YTGê@.I܈Th*l-F EyEypqD%;D Z qK $;Q l 80S5? > 5kJT mv41H5a  R4MenxPS ]& &Y* o\ <$36 X ,b tQDq 08gkF % bC3b N9>W,-':n?&{hKpI+$Kx'9>%/go3U  W6F6<-Nfs7 A -U-zY%`]&e#> w/? NXiZU(U9`bO{smE*f- 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 mode/bin/sh/bin/shs390zp31 1691942367  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklm|      !"#$%&'()*+,-./23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@1.17.3-150400.28.371.17.3-150400.28.37   !!"""!!##$$$$$$$$$$#########%%&&&&%%%%%%%%%%%%%%''((((((('))******)))))''''''+,,,f2pyf2pyf2py-3.6f2py3f2py3.6numpynumpy-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-s390x-linux-gnu.so_exceptions.py_internal.py_methods.py_multiarray_tests.cpython-36m-s390x-linux-gnu.so_multiarray_umath.cpython-36m-s390x-linux-gnu.so_operand_flag_tests.cpython-36m-s390x-linux-gnu.so_rational_tests.cpython-36m-s390x-linux-gnu.so_string_helpers.py_struct_ufunc_tests.cpython-36m-s390x-linux-gnu.so_type_aliases.py_ufunc_config.py_umath_tests.cpython-36m-s390x-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.pysystem_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-s390x-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-s390x-linux-gnu.soinfo.pylapack_lite.cpython-36m-s390x-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-s390x-linux-gnu.sobit_generator.pxdbounded_integers.cpython-36m-s390x-linux-gnu.socommon.cpython-36m-s390x-linux-gnu.socommon.pxdgenerator.cpython-36m-s390x-linux-gnu.soinfo.pymt19937.cpython-36m-s390x-linux-gnu.somtrand.cpython-36m-s390x-linux-gnu.sopcg64.cpython-36m-s390x-linux-gnu.sophilox.cpython-36m-s390x-linux-gnu.sosetup.pysfc64.cpython-36m-s390x-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-numpyINSTALL.rst.txtLICENSE.txtTHANKS.txt/etc/alternatives//usr/bin//usr/lib64/python3.6/site-packages//usr/lib64/python3.6/site-packages/numpy-1.17.3-py3.6.egg-info//usr/lib64/python3.6/site-packages/numpy//usr/lib64/python3.6/site-packages/numpy/__pycache__//usr/lib64/python3.6/site-packages/numpy/compat//usr/lib64/python3.6/site-packages/numpy/compat/__pycache__//usr/lib64/python3.6/site-packages/numpy/compat/tests//usr/lib64/python3.6/site-packages/numpy/core//usr/lib64/python3.6/site-packages/numpy/core/__pycache__//usr/lib64/python3.6/site-packages/numpy/core/include//usr/lib64/python3.6/site-packages/numpy/core/include/numpy//usr/lib64/python3.6/site-packages/numpy/core/lib//usr/lib64/python3.6/site-packages/numpy/core/lib/npy-pkg-config//usr/lib64/python3.6/site-packages/numpy/distutils//usr/lib64/python3.6/site-packages/numpy/distutils/__pycache__//usr/lib64/python3.6/site-packages/numpy/distutils/command//usr/lib64/python3.6/site-packages/numpy/distutils/command/__pycache__//usr/lib64/python3.6/site-packages/numpy/distutils/fcompiler//usr/lib64/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__//usr/lib64/python3.6/site-packages/numpy/doc//usr/lib64/python3.6/site-packages/numpy/doc/__pycache__//usr/lib64/python3.6/site-packages/numpy/f2py//usr/lib64/python3.6/site-packages/numpy/f2py/__pycache__//usr/lib64/python3.6/site-packages/numpy/fft//usr/lib64/python3.6/site-packages/numpy/fft/__pycache__//usr/lib64/python3.6/site-packages/numpy/lib//usr/lib64/python3.6/site-packages/numpy/lib/__pycache__//usr/lib64/python3.6/site-packages/numpy/linalg//usr/lib64/python3.6/site-packages/numpy/linalg/__pycache__//usr/lib64/python3.6/site-packages/numpy/ma//usr/lib64/python3.6/site-packages/numpy/ma/__pycache__//usr/lib64/python3.6/site-packages/numpy/matrixlib//usr/lib64/python3.6/site-packages/numpy/matrixlib/__pycache__//usr/lib64/python3.6/site-packages/numpy/polynomial//usr/lib64/python3.6/site-packages/numpy/polynomial/__pycache__//usr/lib64/python3.6/site-packages/numpy/random//usr/lib64/python3.6/site-packages/numpy/random/__pycache__//usr/lib64/python3.6/site-packages/numpy/testing//usr/lib64/python3.6/site-packages/numpy/testing/__pycache__//usr/lib64/python3.6/site-packages/numpy/testing/_private//usr/lib64/python3.6/site-packages/numpy/testing/_private/__pycache__//usr/share/doc/packages//usr/share/doc/packages/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:gnu-hpcdrpmxz5s390x-suse-linux    emptyPython script, ASCII text executabledirectoryASCII textpython 3.6 byte-compiledELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7ae982257d8162a8201b02e797d32993ad85c8f9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6f3288654645bf3d5df7522200894efbc54740e8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=927d02e85990b23bd143c9edec4caf100a968a12, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1d2db17f1f12efeee6fd8b2dee47c485b1a4efa4, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cbfb648fa6204d72333c991aa061bc3a6db6b383, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0a44d7c2b8dc71b2ad533d543aadac7608e39f80, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b69e30c09e0c79b4c0f8710723c822792610da3e, strippedPython script, UTF-8 Unicode text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=87e2e666605fcf01a50787a97a82050db50f203a, strippedObjective-C source, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3017033218872efbe24d522190d4694f4d9bedf7, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c3ce8b198b8b4b0abb5308d5be2e4b055c011a18, strippeda /usr/bin/env python script, UTF-8 Unicode text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cd3738faaa6d3aa3ee578ab1378d295df0c0f096, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=963b3ddf1fe8ff347c4f7c65545ad656f9d867a7, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ece0f0632f264d1d10afea72de3435efe21bbb34, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d7cd77a399633e1f3e078adaae53034c025b6d07, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8206d1a31932a5c84c7209c5826ce6bb98885e8a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cae48504fd1c73656341c3fa89a58873fdb6246a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3816d28d1046dedda758bb5c22e26b4ea34a9a72, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=eb84547dc6be557e594bf46ab32197ff6cdbcba8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2422070ce55e5d61faa2aef00436404df91b8052, stripped  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEJKLMSfkstz{|      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[abcdefghijklmnopqrstuvwxyz{|}~ #$*+,-./0123456789:;<=>?@ABCDE    RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR RRRRRRRR R RRRRRRRRRRRR R R RR R RRRRRRR RRRRR R R R RRRRRR R RRRRRRR R RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR R RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR R RRRRRRRRRRRR R RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR R RRRRRRRR R RRRRRR R RRRRRRRR R RRRRRRR R RRRRRRRR R RRRRRR R RRRRR R RRRRRR R RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR%c̺S&El3#utf-8403b70e1d69bd49d9b31d46a816eac91dc95cab8feb0ad755e46a090573a43ed?7zXZ !t/rkb]"k%a â]JTE8Sl}dE",淋N9CQ4lBC g9Pa55)9-|YdYMwwKɎ}+˫BɆ= XO(awh{g 5w"_kkPNܭ >/,?V0;XT!á c;k:ЕFU0vG&OՏϜܯ%O(wU 2c5יKd7jgM.)!RV}jY\ k>V ko IsJÿWq%x-d giO~`Ox2w۲bH_ rS76~*}[ "gCfb]0յ1b-(A лLot 8Fs#0|m̩pvrFZ:n]CaΜww3tk.NOA<<` .gsYҌL9 sb/xs\" Íjݜv;5?U}5IyXq ϑOᝍN#=rpt觉+>?@vq;JM>Ŀj2ֶ5{A<2fR*mjQGtq}DwOD#uE$һ".QM{g` y^F&&քM̺83`t>jKɭOg*j ߲KN [zznRø58߱p@81wsl.r >v[ɕ-mJ6.n .+I+\'8ak/Io+3КO) w͡?K&F,<8"eT7($ 'TV~>%w 8 BHe"X&Y  18ɖ!љ\rF ˜I |굧0y"*7>ᕶQ3*Z4=.l0 .S xYBv * XhIQ dQ+26r C";ULnᗁ ڹg-30y^:g ]cړcSxˌUϜE4*Hb6z|q,ErX$车p_=ۀ"G-s\ a _>d-{_O@R5)02EbO5],iK1LF>8R- qǝ!Euu)$:輗\$q*FW{r&G(-(i2FbFRqk}v./CCx ˼c0;Γm7<{;߳w^`-}$,=Jhlviy[ ՃgQLsy]U XrYW@ 1ʦnT7CQ/Z_^IN6@{&([oy!BWr3 -vLmn/!)#fa~) 1e03Rw9_4"eue>@)ٛ&:~ :J?:MjlN ,ҚOjeUVXc/uƑ&Tz$gIƂ#Q=66]k|wawJ#9(3Ń /x] 7JJKtw)ͲPw;v(oD kkOQS~{,hu2Am®Ghk-F&4eVF( 59 0'[vq"/n-`B} hƪk9U̢g[3a + g>d%!MAsϟJ |zސG(=jsAǐ]Fev04=ةoSlc+|s7ѫ H/7iB[K<EތiAK0DWPD0 bq܃`$AEf--FU+CN⚤ꋨ;p.[j1$+5uo0т($>Yk<+CZoNF$-5nyZ^{[SP+c=<<'\ sf>? vQMMC E}>X7q4eqp U%@xV " flĆeBy\GB> kM^>L޷vQX @H e k #y XB[Je7 I6;b&^MRw5v( ?:n_WA^^v^3Z)J}20Is_-jt Tɮ֭MX55[ +pS4mjyÓThR ^fKSW<%PC<7sB'c0z7 60(iiD6Zw0صUsY6*#NScw@t_n1^Z4a`2TEJ-~ X2$?qο -<ڳ #څ1*Kw=psؓ7)w3 xj0!9*,'9`sDC|h{#MC'+}m BFVT&d[J.pWw לa}T6nO+$ZR&<9ݭ0_/kٵx%$ 1ْ~gq{N\%mXh SbP2ޏ!~n:Qֽj}Fæs Z.C<yH-V( `|$4fh`p}N1{)9ޜ18;ގ.eCCfԻInaо|o)E+ ڝ=eJ"EmqΈ#>I@~8$ 1,70&h+M7 0M])p4#) /ɫ4g})j QG"@Ļz*r-ZFho7*Q"C}<,s%H!_'|eHHk3uuCK;.+!+./:O̥A;^vvb 0H2Z(3$ e0:ȃ:-EV7wyoEj"qBSvi…8i/){ EE氶}/Ab Y 0kL&3¾||S~YxsG/ࣺ)oq (NB ӾPL* z4 }d1EV2Zעc?m*&!`j8⟖_CsިA,։xՈAYNx!rP\4|`Ìp2Q|W~CUpe 3렾@۴ΰ C)as3"^Fyzw8/ȀH3ݡ$D숧bdS' vDBgU0/>_dj*kfm-*R%F A,_jh;J5SRڸ=ݝVP탻8ݙ7 a`ۧgn:*QrBK͏no&C,荷d"?Ҷ E'b4Љzڑ-6,eފaDd-a"Orxc(h༁.#v_ê0bJG7Jǎ HCf (hlu&튒VXgPqknp w<w,3jHޚ `m@8`Q/dO9&U JJye) K+ק'LwdiMlQ`.\l,cve՘r7j PŸ|s*+S_N4v%r~Hl%~G4TnЮrq_sZ=;GwRw(3gcb{3M5t1UoԤklUQ ,BɽCޡV8(H|R,}˗Ul3k}F[Ñ ns-y YX*ޚl՞sԜh{ў!$*{JW8w:y2Q8tIyH$L=Pi1VlIO^Wm$˚7I_z b5dށ4SIg}eq&Z{)ٚ۽p}+V{L%wHv/|^A eAq,sJe$Y8-fd J:jGsFi ̿&j LLTs}cKm)Z΂m1^) i~! Wٜ*[Mcp@d!PtUHbe:-خ IgoT60rp V6Ȟ\v)ޢTy}t $1Ѽh؅VxUV.黽,$it)z& B );.V mpu.tY= 2D%Xnޫ c?K(mdD29'Ć+^ Ʈ ( j"a渗]T ;di>iW}2)'S`jzy}! 4 `y7`_cS:ɞh^l4bwA)Ŋ𽷙2nN+U:!=tYBYqŖ ѵH"ffݍ"CA҅^*-7t{L?4Ē)]<sf`+FDQIӤYV"rQtCǃ% [iZsHj \!"R+_Q+&*ݘ|G{igs\J=g{f=c ]CY M;3 CGF"2kT$1[FByegc|ɦ\kuDʀ'dߎj<8e@U5 QwKKJ]Z:|4OWZJʲ>5ʠo3r>JEWE2\P!4Z梱ı^&kc'7P<[q:.+NܫO8piJgcʱ4I*/ f*F#wԎt.³􉃛Q;6ivKb=M=$%&ǍrsD۳l\}`{촒+cR)"mW#أ9ϓcsZxN(;4%z)ȶO{e-#s$PúםK $&WkJWj|X++kǮ8E*8:N9B] NoOj%w訑ׇTC"3 ~evH3ﺎe 5HBϰķ,s2`('҄'tUݨܘf 2ptCf0CNr˗.StN9n4x4ҀI=D8 uIv_lC=/2-Gח _ZtRV'ml|bp]91]2X-~ۊS|M#=һt#_b&ƌXqgA| B>Y_O!E<DrޗE]RTΘ**:9[U7'#KʛZΜ$ͫ_Xu,U}m'vnɰNdDԫVޡۋs%!tr:P*x}Ku&uЕ!_ Zn+T zi(b XQavY{b5I-sXZSp}za?a=Y/ Q zN([BbwMpQJ»pUG`Bs<ۊ2!>`F) WS,RGկUӼT}W+D0 ω\gx9aK (?MͩK Ժ̠X֗UR h/G@q3AWHmQުՙLۢb1c.ʗt{->x9ډB߯k+/ 9a^iݭjJk堡2rD3|RWX q )vZOnis\;^Pszm< HJg't[Mȹ eMO\%Zݒ{0b?X'!} ^_-őy&hqMdrQ\Κw!Wͅ8#9.98?Vx)Q?Zdʱz_0l'Pm>n`g#Z~ܓEwԪ燪DѤ/ECinlcpR&k%;wO@ʭe5#5$wmtG~҂żZdqu}Jl9Y€X`K\,Zh~y>=|=wH=:Zͯ9[/:œ j.w,{QuɉPsjz /aFf>h],}RWǾy {8'|'uŮ F˨_sc#_sPS\Rcp'9++#'ݭ J  Fӛ!}gD|&ȳʪXNqůK1hrp9`1TZkϬ_J`T`^xyey?-K^g4b&Lc@Ax#r%[u.;=y56䏪d$MrHN]{>GVh\60Ypm& 8&j m87vߌ%+̐hw$*g N7=9Jf8~F.;]ac&0ܽۯD& Bu0<\5NIԨa =c7Kv^MHvȺ'8wi:ڴuW 6GY?wG* Wje X$!̜,, s%1Axe L={COhրzW+DZ?|*Sz)՟Gu)5֟82[RB|;>ʶV06T憻M`JR$|/SC΅?\',дsO4 !UUz{ne_$8$h(UkҿU qcS-r(T _G&s)AV.{7xR(HDp!J9Adzc(n*.:iB&?*%10DU^Rq|YOg^G!Y 뫻2, ٚ}z' W`CRb҅H \ĸ9iudžǿ z 0eS.:sBE"*s~CS j]fR]i2n7[mSE|+>X킖ܽ# kuf?C65 M ;(Pf6YI&F$ehlu qJUEMUBzU8lAˎ?ٍu/°ѴC03 -.R"lϷ! 3\HX-<ɘtT,ioE],dE+lx#V"r&2qhxk%ȝxc^SRE?P<!z5-GKnooc[mNLH}oj9Dh3S{2QhxѺobJj\3A}^`>k@tI*nTDOg_^#x)D%70H'ģ X77$n\E"#wM[LPjxa?/@u}NۋfFh/.E&5G\+yhqю V劧O](tf"'©$ ]F6L#- j &~BGJiOTaqq_?>|LlfS6^{c# Nsv?C;2^"EJ*ƵI xE8m=`_kRVBr?d`uD11,Cv oˇG/;aܞMFQ X$vm܇0Mn٣uDiVXcgY4˶[ ͎d03f,%9Z[2M@ QqRU铊 ݠWͺZe0^j7AD ھ|կA5$ w4V V5 PIRرV2](fSer )QsH ,wՃ.'C}"KttDhz=5̏=%5@0(j@ALteHrk" fZs];guמJ[<PVc~ܾdH! vIb&"`bONJZҍ73W~i"XK=`A4aMB&R3X+E.ecQ.6Mگ1' Hx Qhry6Ť`gg]z|zG< '8j3RWw2(R[^XZb@Kќ8pW w=뛑]odF[3' 2иOlGÒ!s87|n91,Z &ᥙeCт5 ԛJ8f uyJMQ]{v Յ>ޯ|bH3SI;=M")r-aBƑo.,h7%yHI~,iڢI-kR@I*X Am2c8 Ej##wzȾr>!Z e\']QNN3s%0;P $EȎh*,Uu9xmOS݉貞HA1g^Ү9XKwܨjDg];& 18A}ЉG%r$-%R*3Օ_L-oBk~ljL,tP0Yϑa&`pHcseAcFrͰ,rzTG^bؕ8׿.B[ 0/hl^e/w[Ѱ6-c<ѻH7lYJf{>(bh3͚;h+7SL/GyU%;'eKG5 DxWf㽼3(JS1MtVԢE'j9AգDT%Iz3c+Wzա/.^c.3[.ץo2 @:< R\ǖQĹYhTX[8lHmeBcj!krf{z׶N/7tf5JHbܸT>Q6h?Y}Ye:&r$Ccb„$ ഍V6eTHmv9]Z2hJߩE Uѷ{kp1<-:].!qNh)ZQkŽ 46]xCn0. y-k0㧂1 Z):-@Vѩ ]X`ƒzH.2Tȧx9DA]8YE ~ ]|po뿏# oAuQi'u ~d$Ҋ޼AjDX*ĀtC>70{HOx.bD$=b<Łp|]ex9E Vi.m`&Fdx d(i*ԗD'0NՐ'OF#aWjv˧/*ND{|0cNS~GaP0/XH BUniqX. qhREmO[xO=ق7YDGҊT!s`=_VQ_:I@BWB:kiq"s+(KB_pF5}٧I}{ev+9އ=7%{%xQ B](*r=`2ǐB8+$ ‘H'PECRIrAˌ9,5v9ÔöKn %2/Z#$Lߕ!-8f(g?G^ý0x6 <PQ^H2Cs_]ݧ'g!A({^f7ДUr5x;u]Ѝfܸ^@ =^瀑7nK2 3|HLՕ5P))Rv\~EVuZb[ udICdѹD7f3\zDXL NTM߷7 $<ߐb8ⵧHzH=2>#CTNEs!B|\CV !2f#D4.xcN.sya "=::ABsXǖˊ]B98ˁiҩף-XTUX/{OR6,G;#,5*JΓY ᷻<4k#Os[}F^swA2M\8?FF{+]q6*R Gy׽nbX0$Ce:ULJZ3Z4`B-Xh2Uwt-e8@R&7iE!#SzMGz~7ld @]^_b*>oxٞ||c]U`Mp3W|쮄3ӒXKZ>.̺XU?w\afXsuWk::!QZiAAoYH`/PͣYe-%I7F}Q53̫vPMcJ'BƢ*«^/^D(\zCJ0NxV\;v`ų&R%Vg.1:Ns8ihΜI$ݠb^\p]`aňgc?`X!hif 8_S%LQȜǕ:de]X rBX#:2ˆ0j.X18u}; C}^X|uF`8x3eCSJ=2[T}UJGeí&&g^K>P)eJ_4>ڟ% mDyƢ.=\WP_sRm{`s_K#W]@X5i6#y/ ,\ ZS(I ܂p)fap*ԣ9@V_^c.z`~gFfg>iQ:[x@0=ʼnRC6Pnx e+6ڴոxyrG+]"F7vޡMؐ/mgJJhV$st,E7+kl[K-i>6\ޏ`VKryZrTTQ8 H˒eREL$ľ.'Ե@˽H-^K Wǣ!Զkk?$7^Qq|ĸ#296h!ž Z Sؠ& Ch&-ƽ/URlOEd.sbO] CJ&gyŘW` wa!9Ϭ,y?K<t3lZ=βb= [ G yFAQKvdUc"^`1=@v}5pΓ_]WNt> W^uRQ+gD"iVP:߬Ajܕ]LBM4gN)rP LgjtAk5R[ɦ-aY"?Y>&;4ŌsXч%S-Cf5#4>.yJh~I!$ L,Y gCs,ڈh؄ < xuR+c-Fo?]V=`L3;C vSsJ5eOI7]e@ANsL] =IYvs{c.uٸs@tu(<[&;Hy`w+t@,yxKs'X[oMByjԸ>En€^){q=SOr͊ ږh96p@s~]k&:7gf"-Tg~H8|j0^velvjOYd?FYW՗ uxSތHy3J"ɻNʣ:w xу9T|T^8뮀m;{)F,v5x(G篐^b<^1zV[Ҏ-03-X.cy>ۈWx6PD~27lLlYSmXR'%_fx!؟ |&[2TBwf->s VBmWeY$[mA[c^vXbr2ՠUꋆ#9ϫ)4;C|% $X7O.)7Cm=.pj &5hw4C۫k-'?Y`"SNFu|/kEgddN(HGwUU n yМ؋#gYd/gRJR떁Ǣ4 uC* y˓loMMBS&uv 눻ru@ "ݴoG (&4+t(1i{ n#m$|Yj%z{w'g Nt 2#tu];.^蠂goG4$ 1]ҚGB~vK'%ʒ̝E$EƋ< lvrmml~{_tn ]+9Zݔ\e29 KBie%Aw*AIhaZs+?_D.Ĥ~sa`[1qp .(sހZ :pQZWL$)lIA#BRX &(e;< "Efeѧ Ez)[#~׽困 lĈqѸOe3޽>#)(:gTkfިWPvgKT/v(Y:A2(11boX$ scºPzU+4'[V:m_,hLEh#NˮRͼe8lk`ZQ!Zٓ2Ì](s* 5z (YXF,9o d҂0nyV)ըiF뉅@؈^έ"6Gu|6dc h]4^ٕe+xq N8~K| uLIˁJ0ڟc[H?0d`Ul(3w84T~qK}'?'1wdWwjcm$Dc o4]NZ"%l`L)5Hcz=94$H$RRvQCnVHQ&K}+ghYPR"0.<4I)Bsg_B=(4!%||BV4 5|W~5O**S5;.(vhDKWL,XAKckVJ5s$3AVŝ=e ԧf0xr<_Jz?܄써˚A1R%qPc.OQ'?x8'f((^a>#wY !,g䃔OSdX~ѯnRAZn[t1uir"'&niool;}7 Ѿ2[d>gGwɵAy̅mC< ,'ؽA92%WeXMʹNpk؅4!Ýd1sqcȍgtm @UL%W1NZͱ0-<-a!|k},G9#avWF.͖:Em5_ OVH mwu[AVQ`Uxd{djb08J^GB߀v_)n{6c7Fz^{it>Gcoݨop: *Ae)&VM[90S՝E0{P8Km>#M-D+&9?dxHwLUK!}w(^AJ&¦rHIݓh  КBQ/?ԧmӗ`8Mi!Y}!Wߣo[m-6l,9~GAΚā+_rcKI.Vf 0iĜCoxaz2ZKr:;52B9`<8[xՍqr#C\nҷ_w2I࠶z6{V #2$_NL] EGЕVÁ.xktt@\QZCZtvP{MO$faLGٞJq6ۍ^}ɩH#q\aG5 J:|v0:Y S頸vrVg6~Ȳ#ܰтw Ć/h//Ř.xRޗS s4\~ 1CSgu@P!51ՁN F8?~o(foћQSESmR:ȑ1l32iӬU,mۻD-gxqsfWrQ#&KO1~x'Pq4a{b̺oV-CxڀR/J>jX-TYazd^9n!+.%|%,U(8nt f ]𺡄>mKjndIF#Dj@_ۍJ|J59`IqEh3?@d$w7z!2Y_FYrxrrxTGéՀV۾ XS/1-3[i. n՜5dd2*U7;%+3 hRFoަjc~Q"dy+ *:QVcB>.gMר̊E99EA 60DAO8^2*]R0]eW/ק#^6?$mݙH6P?0=loj7~hcs6u:1DO1nz}[^].)F[S_<G=ePn?QP.ȥ_x$0Soh(fT @x&бQܥG~ӋJ |72EX r"@{uJL^/!H#ٷ]piyF`ڠ[I]lu/ nPc] ~>,xH^un:}E!/4 ^ S&[7TjV;I#f&= 䉢493le2DK;m[e]DbM߸M 0'l0o1f 8hxOPDء!,;a5j(HNv+g+M=t%tV ­0nY^2 bv{m&=[O$MR5 ;U=MR-eSPbL^$_>`ъ.I*A F`LN^HH;}/p|8k;X0o{3QW ԗז-=օg~!T%b/Ƭ(=&4  dޕ@5W/ =htnbe͛4LQ;VM<-Сx1ո/wB'<T͟"">(oiψ;nEX䢭=+?6O: 9 VdʾQLƴ:?9-|< Ю8!;Z! _/?+Tf834d$H؋"L?Ta 5=iLvfk6PA(ħZȬjvl5 @ j-Hawz/ *s3=Nmx/e*'˶:K}~B9*deᖘ\z{.a#V1"_OVNBwHɗ`\Beް]} GД)[z9D 2D ?_Y_JܕWɚGՃirJ?;Dp:*2ZNh1O| 3Y:{쏾l^0.(kZnT$,PLGfphB>79_dN, ؍ۇDB-%I/^6 $_v0Gw.o {*Ą'Oα>TŻ&:01Ҍ Y`L:>ca<rR\ p]~CIn"V5(+ i. $}wi1r]gVƟ٘2қh's5ao(.n!b4a鼕iCU\dײWTv5t4OERF7x]$y )5c{|/:  .g00_~,xY:-13Uaݤc"ئl*.~ƧQˁEMބV!^74 .;2i=| O-P|Lc7/.hhd第wZ|"̋y*YliU1D21Y鐭~]iy]xѱF&>BLk[tyƙOleV39^}}#SBC L~Jm!l?yvi ]f~џ@dv !dd=2QO _b\"L#am<[EsRZkY G`_ؒ}sE`L]'DK.׉R`S~s@ՑXWi/\2oC@n:պm5/䉲Uf]";BQT*k3[7"DŽ$u}zw|usoBiVմbDi~=6;?~'5]˴M!R!(K D v ~* Xl'f6RAVKGiZ*@^)iJ@ܟߩiL#mR LP'7/oB0my,-JH5iQ:@]ܠZ+y~lG)ڐYrC3Z?߸Ga,"?ڢ< 4hYաN=-C0pj)iK0[4Ӎ1J.JS[!Cw5KFF2XT; C| YZ