python3-numpy-1.17.3-150400.28.37<>,@dp9|$^wϾg A2.'xrR-_uO _'$ũӲgڞժ$1rlRƙ+RHˮx aP'Ǵ0-Սq}~p]cIAK"@x\f"R7X:sXe Sp(j+x>lzܤCHvh8]s]$CRMi!~D\->BH?8d $ e 6LRY\ t     H`(8&9&:H&>3@;FCGXHpI!X#Y#\#]+^Q^-bZc[`d[e[f[l[u\ vd$woxwyJz4Cpython3-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.dgoat22BSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/Pythonhttp://www.numpy.org/linuxx86_64# 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&% xj 2 (` ')H#7JHTGê@.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/shgoat22 1691941547  !"#$%&'()*+,-./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-x86_64-linux-gnu.so_exceptions.py_internal.py_methods.py_multiarray_tests.cpython-36m-x86_64-linux-gnu.so_multiarray_umath.cpython-36m-x86_64-linux-gnu.so_operand_flag_tests.cpython-36m-x86_64-linux-gnu.so_rational_tests.cpython-36m-x86_64-linux-gnu.so_string_helpers.py_struct_ufunc_tests.cpython-36m-x86_64-linux-gnu.so_type_aliases.py_ufunc_config.py_umath_tests.cpython-36m-x86_64-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-x86_64-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-x86_64-linux-gnu.soinfo.pylapack_lite.cpython-36m-x86_64-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-x86_64-linux-gnu.sobit_generator.pxdbounded_integers.cpython-36m-x86_64-linux-gnu.socommon.cpython-36m-x86_64-linux-gnu.socommon.pxdgenerator.cpython-36m-x86_64-linux-gnu.soinfo.pymt19937.cpython-36m-x86_64-linux-gnu.somtrand.cpython-36m-x86_64-linux-gnu.sopcg64.cpython-36m-x86_64-linux-gnu.sophilox.cpython-36m-x86_64-linux-gnu.sosetup.pysfc64.cpython-36m-x86_64-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-hpcdrpmxz5x86_64-suse-linux    emptyPython script, ASCII text executabledirectoryASCII textpython 3.6 byte-compiledELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fb820a32fb3313131276b689ec2d0e193bcd2fc6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=db2314c381af87eee78ae483931aa0e2ad96d61b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=195ea4c22d007b52bd946382ee5e801b2709b117, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2890bf4921ee260de795a004b6153a396b765bc2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c03ef4569ef832d31b34eec66033b3f2e339a3d1, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4bc2bcd8ad95d62609cba115a11de961a1e47f6c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c03140515e5b8d8d3df6793f7a7ec4fa931ee5a5, strippedPython script, UTF-8 Unicode text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=46f2f7756dbfd28cca7c8bdf5204a17c5e91aa88, strippedObjective-C source, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=309a8a37cba2bde59334362bec83916033eebd21, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=99bcbb16a17a644faef7418b72c0169d1f04b110, strippeda /usr/bin/env python script, UTF-8 Unicode text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b8415f3f9df7b00e2cb33806d8dda4b628b78de7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=92d06dfbb1a0c8a21493f90db2eb721c16768028, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3d199884582711e4abac845c026f4548335e85de, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7bef37f7eaa7ff5f8dcdd132a31b96733c1ed0df, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=27cb49e6e67ebf4844ee13517bcabf55ef17502d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=81d896e18602e3f96c2c6348cbaa36f2232bc835, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=adf396a6ce7b6cbd23d0937c7567fba3a8e305b3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bd41c83fd5ea77650b0f31670137f0e4bc15bb68, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=417687dc7adf437bb6f550f48a9f204fbf84b787, stripped  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEJKLMSgluv|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]defghijklmnopqrstuvwxyz{|}~  !'(./0123456789:;<=>?@ABCDEFGHI    RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR RRRRRRRR R RRRRRRRRRR R RRRR R R RRRRRRRR RRRRR R R RR RRRRRR R RRRRRRR R RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR R RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR R R RRRRRRR R RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR RR RRRRR R RRRRRRRRR R RRRRRRRR RR R RRRRRRR R RRRRRR R RRRRRRRRR R RRRRR R RRRRRR R RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR,apĆ&utf-8fc245f08c821d27b02b7d56625bc27fb39cb220bb4adb5b27e21b5558d72c2e6?7zXZ !t/C]"k%a â]JTE8Sl}dE",? N}X%i:s>eN I~zt%2˛H⡆3u^:KDObTŭ$l:~rva x < 9Yp2nH&,g [T=\[<θ8! -lmФ 5^tk7Tb^fmCBa.h)^,M;jW3>~M '1ƞ$MrkS-dpn)\BZ|jbV uAC+7Kw L]b P<30~5 7RAuzYۙ{ca^(z7p-ѕ+ˮGoƯ?]0 =k)=@4cVXP#twQ@0V-k"ށn>BW~i q L%􇒎\h5@ C=kt{;|_4" ΥgoqW_y a12i6ŠKH(2]v[ӿ"CrBD;aLBè[c&A[猟 6|X oF񺭧^hAXJ K ;}m]5^f[S5^m+nkiPQ KP+Cg" >ǥ;icS dS4ҧ9N2%5wu+:L@!ԗov*J/-wWwv-RV(_qH\q!J f~Upd'Ѫný(]9Xo!23 1%)yƦjSbF3 vi\vPR>S7f%D̻֯ U>cϯq 3qGXI_Mwm^M#W-^ "F\U |RCB|C۷Z;fXLq%%BXB JWb΄;\ȭ[LɉӨQa)FwlW(YK%w۞(dž>=6xޖ(Y_uv 9;~ÔW?Sw{pŽ[+(wDoţ0;M:n9;kk@> (q6*XiF!Y2,&L5Y&2Iܞ!xD(pRz һmv7Cļ*m;cooQzf`Kq.`&#~Ԗ?τ4cu2vVNGW3 O#f95"Z mSi՟W4?!.O[ VSըu2];M\&gAI!tb3D#܃H~3-yM[M5ސ4ڥ ZX9}#ƍH"KŇMX|6ZiM2NL?B.H(b b_]vɿ%  Z}D~ #ִ$c/K+h)oSz?\q^ӟ/?; eLphyE=sڬ)( |M@½WWkLz$|˳VjI]{)59Zz[ܒ0zdv#Umft!gl ?a-JggotC7iس-txg'T4VIB[A; $EҤPLc\v0*q# KMYRUia )jKYGvߪ!*Pɏ aj.ۊUynLC#6p6|saF]Yq!=FK[)7d#y/җdni=w_r \#Z/>ׅ[}xp0Nf*XW\ݡe4`{IH<.C/M_d㡖+(i7?~&N8og_j\;Fx1![D/f5{AxK(,PFhRBm H2ʉ!}ocmnX#"{|3:r sj-tv[䜬{~#qwW٧Yt#(Q.?S)gf! # `ۦg):-^$Ҹgbz)6σA!Fqg;G|j6 oF/oԇ,ʹ "iRC15df/(g\sKm [e4Huk!r__mշIJSC1maȖ1Lً4aChfl 6ĝ|oLvDn'n\617e*sS튱6bp랸UnLMlSEMxK[V`F"VF)0mq"W"w4%1A}Z.W)X*HBɩnNGGG|=ub2kۑ9Nدlt]?^&<'oދf#ey&D?UF{3.8 %&Ur+X luQ؅ !-Q+z{#pbRщE픬/:;OU~tNj@"[SX9TabSQR@8,T ΨrZWy'gWA*YzVێtIfr@80Mؤ 'W8oKfZ@l{K/="iŌV,R{ƯOȩite_y#6gJXX"YK :"$mj$=Z=Ƭ2 R"fK~Ar =aKau 'jz16 -ḩGz%J]|ؿf N`jLbR a֞(>F 9;ZlOoQxh)NJx+=/lڛo+>4uui)/b1,a( 4yg!Iܒ6L?4= U+YMrp+ Ʈ|6Jf&r5d-(2) ὡrـ_ ʾY#=Ǿ7ȊZC_XfA+OD;^V>UY8 ȂkJcWf;bZEn9D辤>R,@J Yht2*4B.#Eƞ6)ohp#$|t2 ^.`:ŜKMI?.3wBGH%% ĉjLJ^]vWG}\镇I;og((J` ֥Sˠ2/?!󈃦˃q {@8:iK12da"(<)瓺*GL9ȭp> *D-f=c [Noӹ]SgEga ˂bNTYmJo`0mH&'ݴ VZ|6c6%'PKLJNҋ HBK]~_,.t8WMڛ*H nzo1۾W{RNnԸ?_ggXXvA4*l`.]xD+HKy Vgj/bxtȠ:/({$(3l汭D]ޯ jY &NXӦn1Nje3*+ZXU(F$ߎm69f}Co+9^[EPwU^b,wjd[nUMVuڕ(ʻz\X_>fO !4>tEˀ4Tk# XHf^dՃ4S˩Ԋugs^ Zwݏf|K1" |-~`iRJOU~}U/;R -ݝ&`VR( a rc =2U^Da F(&'3zv#4??\RI2ciHuquɠD츬 E. IYXL=@a$ւYT%т14a ZVC]d:Ș ܪ&/ir*8S'UAeMlѵn:tG1{64^z{_f)5S:M!+D=R'!v<}G+Η|aF DqŁ 5 ]*wVxQxd; t2XjT+>smGx f&TqVơEı=@̉yFYy{SA4c٨˻d&FG>HPѼ;aؼ>qL^DJ̼^ᴻ2Q }=6g^\kG_+ !Д00{dpt l㴞4Ã?IC̒v,6@yuOl-@ni1w \ٱQڢ>Nḟ1Yj^G4V?c%*u"D\R5LZ;؄kkY_@L ~vCW4)8aRgD *U] L4G)ÛEp]RGDu0ulwq+*"98MdCoք2/c~UHɾ'0膂ΧQ%x1_cYa d{WHz$3Ш{,8Y.c+c(q =AnD8 {=DISepVݐZ6u+MW0.eR[P }w sD `lM%zJU"s<Zz3Lf嚟8 8zH߳ؐbF⬷V99ÿiSo'bĹ~=au S_s"`ꜱWי م(qEʹV~2<F\4e~--n2J$w˴`V h ձ 2E'1x-hhTnb"Ӡ5Y˽,7(ܘzuFۂd:* ګ'3t`"CK[|GơYU,`|?u=U%i:C~%M%f0X# {Ջ upc̴}"Ł]ub`ùf0@ǂg' .%)t-]ޏ;3ME11x$jWd֪f=nmTqD?όD*Ҫկ\ q{7$(*0>ZCZ51F8SvǭɫfTG ٫2qOң;wp9 U5%K2>kqexFuSE ꬇ Hi~^jbrEM*\s5tpQC 9N.1:7cܰcD6vP6pIͲ?ee>DbrsSd"Ϊ߀AmR{1Uq~XpG'*kY]t̀8JXq(]@8=OJg&ҋ3mn&y G'Pe,{ 2v^`+R9HָT(1)+mM 6&m~X|5~4ّC4Z "f RP=kq;R05$cݒNī)qĭϭҫce$ 5o ?CVM Q^GK! 7y_/V(Ivj*\~ԋ*kNQޜG>)lN{s+Qu ;ʻ>[`C?EMRKV/O,R$B`ފ/o1fvDN (.1m!&9oD /w;&A.óbx4½umqb7DگAьz#xqc7ףoY*_K+}׌#!B́!2{Kۄ.&Vjw@i[6}.r./wbs2'1o{165OAx C{{ΉveXn|]`/sT WOQKud$vU.`! H,n4?$odXtU`dŊ pTsC"o˴\d*4bi EAl8"Ǖ[YPT@P&V=1mVt9 Gĸ~ߞiS@ԢQDvB2^7h-;:K7l)wZ0lڬ`|>l0}zyq F4a7^ ^"w4&ԟkW˽T *c'A Qʕ eX+6jvNZG@\HPV7)ݎ0#ݬh%S,5m!m <u+2հ^XP8Xf^\e 2i侑4i~2:CWe̅WOK! I &dKl%Lc0PJ.emԮA;u ?b KIQ1XvQr0e|.KQ/߀ˇ,ǑPZFg x8dpI_QV+qm~xPYC" QcCI#L0Is |f(X?F.·>VrZ(=.Y:2 CHf&2[P=HPxF+@M76B8NP@ŨNB*kYPG TeDNS{Eq[P; (}^~NZ XSM(LS`mp+D{~?ϰ65cQb+_ӝnGBf;;Iڍi3KEP܇ʷMʬlƼzܕ+bָfr=b&bVh]ѴS2R=ߥ '_O>Nkkn whY,L|])I u~zc~BcƯoť#Xa2|Z`h_. \z];IB=wlR/>z'ӌϕ n0pz*]2,Y/tX/dӽT⧡={_ xcE swx~Be LG0Qh[ [lZsPY?k.]Uop$'7 %u0ypi5pNI>GLO 6:wmT4_7xJT^_}Ww|#-jU%T uNy>)D]  rQS(X851KamxCDz$_RrPN,?W:wNcB=kL.kŪ6\64,aFe8} X w $03vwťZTSzH pV>n~dL_@fU^JJ-Sd5Xf"qMjkW/ze/ Ջpz-JֻsE*] VgO/GǔgF/ωu'v,r Z&&Zb '`||Q[nBGfP^ts9N{E4"4E<ߒo 2 lU/Fj&_@eSI^E-2uJ 7A?>My3 Q+s' <DXZ;Yk gb!M'4Hkq ts[65/$YԙƲ2c~b30UN]=`N tp:J6NZ QC*ru>i4>yȲsϩ Э>~=`nړf#MbcH^(2x ԥ/vgk{}5c_VL9m B sD2K|u(C¾!)()|k3@\Pdzg#-謎= wԙNdB.w?->AII.hT;ـQp)6,m2E=qƠ\{7B]'HP"@?Z`|~ƌMVFt}gb-1b\mϕҺqѮ`(L> .rbubAkǫa_6;Hm?+?vT\#^%E6{ֹE̬9et۶۰}N[P u! ^3Kt֗ujF" {ө_p ,DkU?2#\u`{'`wfq~̴.šO|ӱ j6tWQD(ǭ[o8AֲW>Ĝi0zYUʬeXzXө>٪Bѹ9GF-ĶlWS+v@`TL#}K$Ur _|`"nׅ٘7(Y\ p ?7J1[IANyjǒ3wޑ(U825 c,˂D) m RFa ءF>-Y~@Ɂ¤f$ .Uf%od6.$:sdT@VH4%si[E/ٖc-|6i=nW!XvDl6\}F4{=7^;}rjLF,LUqvvhaEvʷjIc  ?޽FMқ"q2J4$rBX0L֐C:[S'w}U~y]E7d+1hJD.f709)zXݽO :0%{9;I1B1 7)|BrZ}qΕPGֻ4Y%fkvJdQvPT**VxFqZeW饫S9 $wF7BeIA{r_KR֥5ښ^+l}6h $¶Ea$Z1o}67xN\G&}3O3a#:?)̯v{r|l +f"miKuJfӋ޹|/4g/['H^~l/(TGz7Ne$t#i^};}qfp!~ór:_D n{+(T h@8u.fn^:9G寍K`9{z9css~N&; sἝ_\2z5ӣGa&U!ATq{w]zҀws\qRql]C\t⿆עDBM(״wp4z B#r=+ӮJ4@#r?)2e5s㔊OEv%U&F).}t>'V o"ڑOF x/CJm~@EzØbX. dXb3C5<0^ޛPWg X'Sw)v8Ǽkl e4|\w%E#j36r xD(&G4B<-DqY! O'QsZ jMas,XdL渧~ӭ23RQG MCG'bU1iReVQ]H:F7Gר--!T䡴 A3g ~"vöYC\dz<2|,zbL%\vɼx_Uztg^b$OHZ-+VAi(pwƺuHa4*'+mm z,SbMdmJ`(|ww0]ЙJ2lJ`uC{q,bV0P@ɬwetZNRw%+ t< v?hR:EUYB\_gQy3Q1e :=VU*gֱ ut3Ft`Q;.rp:Y%+Hz2g/EV^yOwÖ\oj-pb"3 Ĉ/p,"%/ν1-"J9+j[n6zLKtb)B@f} =Ϯ&宜5×T>re_*?c7E8U߻T awnn9gV^`u/ ʏ6qXyQ)(})qV߅`G,g,qs+=4v7sHھ^ίcM*CZekмSh#`C4ÚzD}!㡖=mE=kϷ=i,B(y5j<6B"D)oEs(P:jCItme*UFÏt h {'!б)o\s b| yԋ1pi(uei$Qhq>mkFrhDCnȦۂYAMR A[ KUהK UJ0R?3="xYO7p aAJ0 SIɑu4йJ*'Ɣ)oWj9om#ݿe&C t*2ܶeLH5sԓ:s!(\% oWx^^1Y7k3SR^p?e]<%l' `1⪃rv|* ܒl"AsJ*8j~:V6̿žYCae/m k;AjoVԃOC9os"$㼪Ŝ#yˈ#"a~XHR_'C0wJߪ,paa;R{ B5&gYfaX}j+gHᘉ 룟.pm( Z&S+߰I:b??]aIR@\SwMCL5c,=+dDg?>+9v1 C<$]5RdydDQ(I 1O]1k8 P|pжSݖh~EM\P1h}A{oe/>9JI: aU?%0Cfdͩ2EYq+SYPV]+$BtN:Nx*ŌXGZNق2MtQ77u&3I'H [IgRm?2^ф N@ ˇ7LY3뼈]]y.x>&M/e@")*PL!'i帿V#r.p]8(WT8>&3 kIߩ:6Y9}A/( 3|HIJ*IIs20rF#mLR yx="PĦvMӽ M(=jp[U @kfyk^z'|?3ߴjjXkt(U*c$;badn[e_Ίo*+U+޾ä8&s5c9qxUZY'\zk~-mf?(!O|M!SJ.{Z9^¼^j@fE&~.qu W9JK73Pӌ24oq7O %}-l;E\=|uQo=oW7J^A0.aR5&#Y k0w9[߀}$:%mT3P4 JF"R;kz @S,7}˨h?gv@EHv a:: &l`]wu!|Tƒ㛞rs[h˛}XTBhEʩ1)jsTPr RpUYa T>M1/KjmϾmeathnYfѩGǚ2 <\y&':'\H18t.dT̻z4j} |0#i/|egKR|W1εu2`|rjk~s8Y Fm}}ʪ"V0CUK &[D'?6E]C$讀0#pC܌g\P<<3Q'eϯ+gR7PTO.敫_tCѴcƵ&lާ0 W=T~]/R9q"Q_8(|\ VYݬi$Rf\">,}w;Ê4nGJ=O g7cʮ5#(?7Lv[z"Bq"<`F2.}?gNrvLȿpv6.(]Jխk Xq9T^tqB},5FG?OVGW++OWQu #uyU&V]c.(N§Z6B ϔ^q1Aneqӆ}c)[&(5?ኾ醒z~VQC !Y |~X 2rG: D_"@^OA-ޝXn@P*x*:Uңp"?{r+9 㓝C6 VFDe6^.8! kIƼІ6r>pҁC9Nieo°w~`[@;ظ8"V *NALBXU`,1n={c K 腠. S7JQb(` pl/=maގh#?)}.B~x˘2>%YcحXp0ځFv\u5cwDqcDL] olRF &T ==ɭ~O=#rC_R뱘z A9eB&"pQBili1%哤/tjξV=fWUg7O~~ѧ %>NIo&ƙob=f!sE0\$ )$3Q>T_W ?jߍ~XE"ϗ=Ʋ֒gVmE/aH A<٭ w9;s,lRhF<-YZHQP@QKmj ÷NdZ >IvbÚ(_ oEs)!mE4ZȹX44l=xPUp1&eߋ:*_zouѳ@dE$ pFbf1;RRVC 2֡P*(  (Ay@;|,S84n4P<)H -ƃ& BN lMƅ㍱ 7sY^֜Ml ~b:>@{KoSkGv'@EiYE&TL-S*{\;WH ~+xEs1 y>0b~8]@ ifY}^-{RĮÃ`AGUZԪI^;tPV#kǮG-BگBF+lE;MٴsXQ޷V\*+Va,p2<נ.ږz^%H0\v7b?Ee؛2}<,9{ dUP;8]r$g&=/CI˷\"ҭ6W}d;Tr+O mF]{]Icñ^JdI!Ʋgt[FۚX=Ԗ_UoMni?>u\jY9pÂzCį#,C8PpfaM3kՌ+\RWQ;4l~4g`w[彶O]e.pWIDf{##7lA#| TG.GIPS Z A.bD9Ж :bXzWyǟ|/(XyBiBV}Z~Teݞb3z եvŵ%ƟuH 2"mQ7Ecseճ\.HyBҤ-tQ-YB8(iD]KJ`Ɛvcc?X8A^%N}]&2I]\@mQw3n& [ ̠ƃÅsP4]c䮱hNgnkǣƜK{rs(x[B=66vDa{㾓. ftf4X;5H 0֡f/wnvr8)>*ڗd>WLI NPK t-uZ )γj| 2&\\>cZ 4r1.PtńOz`)xd54T1H%CC"t ^$.bZR%@6m6'sM4cE{Oz,hPA"1/Loɪ9Z2.t#! Oe-Tɲ-*Wmor@mtR9Rɑo!tBke/_B5i`5l0ݴ,>p#hKz%|Xa{{:;U+98br)xOmZ. y' >=67#qJO̒`|4Ӕ+JHH2I@-P}1Q"bsMK38nRg€:h\~{rnĖWbqnkUχƷW;GJ !__, a6L3D2:v.Ö9w_Ҩh:'ȖUmq:~v"mi_/u'7=S;[3vsmӱfda& GH(%s-L\>R>j*+ְJng%Fh9`CoYr!3|,Guv6ef L|V$ݝl`Q}nUqgypEǞ=hq;EC9}6fmLuV""aWvYÍ$BE/T=HBPjp"e&2=uGM䚷x4ɻ+o D|EB\/b]7~S^j?z:]Q\c'+t񃃯 Z+ZcgkjXƞMWǢ#8) MVޗ7 dp-ъb5| ɂ͸M.Z!?躆G*W 5YUwԊe¾:S͖!iKkVzS91h_zwc(!ĆlgLNÐU)- ">M3,*Ǩ |YXWwPE._eYTymI2{:cf1U7~,oWϷ77LEg:rKքT9voS׫JE׾ncO~:JP.#[i[@h_nd ?xϦ^&L6>sמiGtc&n:h+::r@8YhcH!܌ysAAŗV'=&SDۺ혢I*9CwK=QS^у)ό+IRl/'0%6PgZs#Uv8̌G k lg ퟕakTMiu*oVK#ZN04֮KYYv_c;喟anv\R"$6y;/Df9( 2x[D<@[: ft:U8Ť!$&Pﭓ쭻v^{ _$5YtR{ UhGCc&Ϛ]sf:$ (۽QKrw ` vV6zWdFjB՚[^jX2ar^ "wvAS7ƿ5KءH^GZDqa"go[ J:Z smz%B)dձ:ڮL>Җ f290C/հ\2_H+}m͇4秔{6`h&؍Bb '(:5!M[GNP !NoATUKW"]h~.cZe;^64nx$V/fY"XHbMAQ!I-\ȑDeޔ/8 ykVvkCN_L$cуqV]CNFH8I@!̖5=u[A.?&{1fsG qUM"u'*=yWWBMS#61-IП-$ӳ!׎e0!وt=$s=̄^ڧ^W:+l+xD`ːw)ݰN~7 R^1XlK<񋜅If]O c(J#]Y ,8rH[ulXp ol#[ۜ*^S$5O7>iVo __U~ ep 1v ( qvu{"r#޻17WoԷ IwS)؅KVN-7Q >[Pn#(O3jSq]!a>APqv51^8azZ#$q(oml{W͠rJ %^a? (IH76[Ҙփf1PϜ{R֙争! /"{sB܅̄ ;ϓO?&wb*Bm70KGF,FG>Kq NQVI"dY8:b)" %aknAŖA@=^g|q[FTaprG2P1Ysޱ`g E+ vuU*$.Y&ǺrG;xCƿP(Lꐾ(ɠnBLy`]јyL1f,^s,LY!qv6e몁ufI`ߖ6 d0>dmYA!)Hv[Y.x\#7 uJ YRLAK_nNݮ6n.ifq_@skdr}!vnl< ǑPE#C!"|K^3F1D  9񭱐 /܈VkU KF btOxjh_+8|:s)% 螿4qk?yV{DU,4Y%\O)4亸e ,^/s4>e4`4g_9~Bl@SurvDL[u$r)A:N\̲jr6Nf+qnC鿧O ͽӦ&`khRҝ ܏ mb!tBuP;P ë.~nxԍߌck ' RmQ 7 =~|BMIT@9ҿ}P uD=aD>RL)FayA( lNjK9STGE`}N]`:"}aF(yQ҉q"̛Vt.u(^¶ٴK751kUG,Wy"e,ekzx g'+lH;Kd3O!G]\%n4ck_[Z sŁ# ~@W [FbtĎ$-G20)XZ˔LB/eVáa@|!+1gg=ptA r=4]eN svi8<6)U:y^ 8|V8E~O7B /Ämn!W}9aЙ(V8ax/Z 1FD},/яJ{&gEZZR>]LA$?m߭4i5 }95mz|b߬GaN*81:>_ʻ kr_О򜍂fh#x7tQTѾ--^n?[*óMVm\ܠv[~}[}Scg7m0KXO^D9fh$i@QWvmTh]s ҇_=бYZ&OPC񬶓28{Ѹ 9Ulx r2`c=֌RsΆɱtT$淑em9B@gP^XbacãDScc?)i ?Xqg!na:$)>fg٪/Z#*Lf;2P3A<0c``("XN#T'QN'BۖbZ˩PHY᪨B-l xlKG1N兆㒏qL"cQ ^Д;|! X]?}Sְk۽Wgw'OzRYdrT5!IAqzZ|] +J5۞Ub[ym0yAv6p"bO'6'Lpjcux[V$uU{={ԥнf#Y$$`!FVE2;yP)o=;7_ ׭z\0)6Go nvUdκ>>Wn&7KSwYõMr~ 3Q! $Y..D"cifD`(MhyrOԋ*l``? OjUz$oYTth xۻlRNZσZ"G;cYuƃz#&o̭5̆@`ǞkLO"iW}wƕɒZT!s]I Ɽhcިk9<lp,5P5nuIL1c -p 4ێ921@@޹[59ÜfP#$@g,{Z*D5Ro2uIZVr8gɢ:tw1OXllMX.0GpX}FL"N<t ;XOnbAջee@)rNíH1v۲3p๑c,btK]^:?"ZΉqAʀG+oF5 PnUZϞ7k'8hn%|ѽxT@΁Od%=N[Z,QWצxeƝnxޛTVSVb:jjV8ҞwwepM#'@%0.]"Ȱ-8ic|"V IAj5~m|_J=j FgbU΋R@N(9Я}NVPA @Cd0hpR^T#[ 0"߰ҝ*"GکnPQz^~ru-Ywr(?O4pt "ʏ>Y0Ur'Op?l,wZ'_4q[VnߑŶ:z yH'2PnwG Kx& du#!up/AwvZ4!g @Um2VZ$>> ]7s\g$H+qcH\U"K . ՒVeԽ3B1Ocp'&L|3XWvƔLYARbd]y/tjX"THY{ gU*nhg(= QpD@% p%_.j$wS]FA*H4.<˰6$Y޷UVg?L45Foyv B=ОD$T8,C_dEQ%ϣ1(LY '_ǯ31O8x_ߟ42ImNk)R ^*I f 3(7$ʤ7]"V9)#BmjpѢHZ*Jta ڟ7vH}4i> ]N8\{3(w ; ^=AboUERK,o[;QpFx\̰׋*K,mSD*P($5#]:2Yѫ ae_"s0ot-v܄G k%m!GVoG>OGxQU,HZ~lsu]1Wj0\QZ5Cʀ`C ە-=z+jpU, Z=V/-g6A}4~C]hgM_mAϷ73vO]OݢXn~3AǬONy (qu E 9g|9{ RW㥧 K/EhxKfHuBozhh`ąck (f' ΰ9Ⱥq=n'- ~wf$T"]-^$ݵo9r׬W zaa+{g䨹OBfKi]aw>{gf܈eL㢎tl[n7MwTo驪B#'UǏ[G(j0Tki-ق }]H~bnh(,^ۋckG'~`QDKOJDlY5Ly{ [ktðN  (]-yY.ݗќB=6|h‡*Z53- v"H2X1u"$:,m8*RJS%Qh+ m?ԑ2sF[?Bp]pzR/fY5?(u5ELFcGh 6A+uݐ«6)Jy@b,d )Od(%/:]2MuZԏ]e5,5_ys_^z[{b?r{.cO__aVuT_"Q1FSO%Qab,dx[61$zf`d` 71oɉUoY9r8rK/TBS𷻤u.ĿΜ2c+=)'JS,5K]Zc5l-`b9ADhGtfݷǑr 3C?dܴzq;v+E$ &Gh$ qX/0vUTcɎQH%'4F.3$28&W%Ku(6c 2Gda $nJa>)8$mאBQM(OPTig$M"oEKziq gh3;UuT j3D"oU)51US($=jpW2װ@IݹQe(~Z:^0:\Tsz W@"d9@k&[wĶ!!b(PD']IW9K}Ɣ=dyLR`XB?TP U~~4KaRG*aPgLuVhµ4v{!ϑal;|j춟%UWqD d\r^`"|Z|m#"VMbWO!9]E}OQz) 3(w)T@i_#=]Ұn:9 A4.;6373nȂXwl) )6^ʡl+14\ 4m_Q.3T^%;N]aZh.:/}bZMOlE d7hac-{)LE#ݹ@ la8XskyX>1[VBv;rvC02d:|ȖlQ'қ=)ز=O-\6gVx71|{gF.`_#5fNi6Qx}LpjE6WuHKV'2/=LyK >%r[4ImN/zZ뺉ژ}2i\JJx 1,ޱ׽r(5B1՜S_IK*r3 AqBI`|$9J}Ix2Ϋ_i|'g+Q(aM >O=#~(#^Y^Uh"lۑw&=FbXi096KK䭢| OFBB "##^K>XpV%>p](Z{{NWeHɅm"o燙A=g\.viC@bWrx?ڜgjmPFyQ̙ٛrŨSR nqlOE6S0 55D(LDԺ޴c>;}B M [ XM q3-2~4NwbR"y@YG 4z$Wd-aOÁ@m."k~wc-b+ܾq4YlqN u4= 3:7e Qx(3*doaRS ,к.1&0*7!5 \hN`SBBvAz`gyfGM oѸIe⒨2uQTuӷ>*QE9['nAc0MgK]VvfkuАM5T Vwx˯Y =}D߉<+X7gH73-B#uJ"r G~&*zA !W"hPɲau>%Ai0sNFw)Ir^<9-jUt!+ +Lx}Ӧ+Mݼ/j<5Ǖ_55LO)?RmDQc|O#| 1i*уI )I]D"QG Iej$VH2t{@E3UY"wCⁱ~ϷbGd?KD+t4}O3 :31IZD^"GKjWl.n[±NJD'.1O^RۣՋ2<24!Yץsj;B:Cu,p[UmR-WHybTڬhgwiC<@k#s@CiT꺼+XXNG֬HJcΒx8rNCbUZJF~S?XUќ@n[_/5+B4:]"|Kz4ͦ׌jqo$rQ$+AN-V|qfiµ6RSnU~o)F jO;U[2wd> ;Ii K#I E!BUI!H}?Ab Ňb3i*gD0S=Fb;KeI4+x2fIZu3ũ0Pju`6  Ww/tC_QZf$Mae`Jl&5uʰQta?@m?\dy*jRލ,9s X#.f4n"TC3Yd.(x KrYkk'Pb8K9dnD%g#,A+*K>/iSe~ Lnwp(ATwo9-WegsKpRg&_HⲚ^\P !/*/POķMw:-C>(A[kDRGˬ! ZC:Aq] ,mZXE0,4.ǘ"]wtCϨbY'.EZ>2u*,KH3kw9GyXQxjl̶vf,>37 - mS츤Y$}VXmyȵ ,r[4ftgi?1rגBjPX]s0q[0b0!I[iXΣtV^_KO8(AA9~LOm9ؠ9v]Z_39)=pl3Oz,7Ӣ}ST8>=W \Kac~M>]źdo pUGZX 6<;ۗoW9|nfJ{vnl*p[ҁeh^쐫E{e=1rGѫ.tSrbMxyACu^%#^^rH) q7!4UȑN9y1sY؂'ZRʴ < ~)kwWFĤgGKƂB*[ 7He22A&*~94}k[);"zZ~? ;U,0֚9rI9h7'2#AFske8"i޷uO?Nfۀ2I[]3JPɆ4o_up\&bm9kt" Հ홏%t&pi>c `džրѧ#|9 r$Yq*Ь.Qp G:Yh13ܛ 2'38 ӿM~+#. wVx :Gv^W̄|@fqPB >DpU)R'hS+Ɖrk*IKRM0?M=0sI82ɸA7M[Gzɪ?[gmd qU|Dҟ7es ֟na;y;[E?±9S6I}r zSP[zТHM mߗssj@|4>g+%CA1p Xv: U$+\.n՟ *Os2)fVWϨJ1j9CӏY-hJH)ͪxư=eD|tTkcxz !TrZ#g-@wL:w<a߀Ҙqn'7Z?/pV4/ͩa.}dvmY ؇)PZ#!G9#4:؀jʢ=E#I+LId`}8++;J_aM}BK1'S%M84*M>~P8N^ՋJqq+L-"#lAƟ,Þj/ [ؗZBl}"z!S[0Jpwh[yT3jEMY B=d WH/Pa >]Evn 8={ӿ=cNiҾr*=l%M,h4d cY@צv{`͹4`#v2 ; ?rƍ=7_ jv#gT؃Z62/i 빊 bt5@ 658^š&Gǚ{SpJGž׆׹NJhKYג@nFB #0GRQ]H,[_#~U(d?R4פYЖ[Ed}-`Q0Mw[fCr{fvb>M h} C1;g6HZ15򟥂1Ah ĕ$Ĉu <_z9BO ra8(Մ}B2BgD׭淭և;^@TD#$w`g6vOAҶl+(yl*ّF#zU !Z2s`~[mJh޽%wQx)+>1i奰USmoOR ;cCK1V?.دMRrɈ y;`8k_e+BCǸ~{OU1k;=32 |9.ܙղg9o,s?EV+ww7oqK!)V*90x01@ nz ':NYjaW{6ÒAOfujwVQCA%&ViDTɱKg_~>8p(ZB92cCk$]|\˜?AHJ5*-+̂ QY3uo#K6ꜩKv.brx3צA'.][nQH`Cư!bF8s54T".Χ0 (Rr# tz5Z4>v=iX8a鲱͞Ro"h)ƂƲ^v}VObѐZ0%c8dTE@'a'3ؙX>ZuL˺A@'h[{nV~lඃKԌxٷ ]}ت0&Vp"o0"Iy,ãys֩p¡Z-F3lr bGl&W!b9o4lghGRjEO3Cts3w_,X]0m('>0o_oZel?腀(a=?eV:fm)4M6Z<9,k;y@Mm&2FMG@l ŭIag|Lq[%1dZ 9 5tΜL~4NRhj@),Yؘά()tvʟ۝Mo|(}-><4zpù]Te 8-}avMoQDhVEU \H 1>ܐ%!R&i]:47H/Jn'l '\U_{>0ə'ПH5Ћϊ ޹4pg-zQ#h< 8#&_3Nk{s\`NWh nT" `Y֖1MiSڦNCvcRcD{uO}b6͛HOF\/[8`~(;O\Rг. fzж3f5,pU}vڞ478m\.f\\Ί֬1 ]F9B#<.$')LTydTs}åbws"o 2k8`>hWeRv%/1AeOR Ǚ e4@<;D^z_dHe];IWyav*ty@̾^wP~t(dAp5qG"a=̕AQg'>j!ykaCPS6 Ȯ#ߴXL,cf?P_!"5ꗣG(G>Sz1d /ivsIc >{yl>RN t;aU;a@U{>&U\QqAS0˖ I iN"*~ Й32_bItN6{ LJ6(i.؊+LE׀X @XHe&}\@G{z0Yγ7WziP B|v;5"01DhcX "VUS~̯F7إ]S=U ZQ e*)gŁ sy8L^~xyC+z?rCǸTǨ9tQ/* uS)ϧZ̢_O8 \ya-@{0ӭN`?Z6a@ o7\3k@m01-, "FkuNxUTpӟ扩 cDmbgzysB| s^>|jr2/T޵" W^31SUvX 5&N7*5OſpÐ1wkޞi|N.~8.HD'|w4`Wh莧Pe#m:;Ն%cjXs@ɻI`\e1꩟6$>DHաpsQ` /11\sp՝<oW$5yBU"BG;?RO=;lݰhT pӈ Jr .u=^E/r 7I|j1(hz*lJE8T߷Mh ,r`DǠ*^%YYࣽG{eov[MOdv5|5"\! #*GI|<,@6b iqkE *kQcsRa +U/M; cD!DO@7|yK7Զ[ͭǪk#L H)` cUx,9NC%&G\-<"[,N15\Rn.|X7LbcdK]s_2n =2 6L~~=Ԫ>X.V&dH9ƭLM~;W>Wf{꧹nE_2dMSޕO<>K5諚}%x=VRԵԂle?XV}K 9S}֌~ye̩0UY5"LCY=V_//{7 Ŭ>X5=FXc[AUok] 5JI>8>wxaiq[66^a3lw;>N0#F4A \C_jqf+H S&3E\@+EQ; (R=U%EӀPZ``(S\3gׄaDUIyxH^S#u`"*>](CQ >€Y,iNu$.XDm;ebg5 (vf)@.1D8#/nXfPГZHebelc 7 HBA1WqGNJJA~Zɀ.x{^  .ZU6"OxH" `Hf͹P\4^9OzGlnДX-[ٜ,N!f}ypNJ*˳w<n~Om@XDd;1qvD㿹!i\{,*% %k'J|ܢ~|Oj@f`<ЦDz#8ef< B"FNҡEmVwN>9c=+F+ɹEn %M:hv9!M6Ļ}3p1+\=[$Zpr5GmݕfjZ0, >0 m4\|'oIӫ0q8.^6O_c9!Cvi@rfaI#4&KA?>U8Pgwaxhg*Gn)i %dhw_u3 ,0}{Ǟm_oû *M&3,bewB;٥-4`f?H4LP~^N^[ m(z€9pƽ#JYSu Xި9~0uj/XO@P,BXPMxzzkV3$JGֿ7|s}!KFs-rUF2HA2^* [yMBk~$_AKR~g1"7⬟T"-B+M}9 QsߣK"JKqe ap[.pP{m9o"DVt@szht+E`Kq/>X2ÈoFPƤdDuooN9YΫ ,a~-ٵz@Q> mBA %n'h@|,'hdiħ7UՃsid.|]+h:9uITcg\3Ctͅ&:G۲Erƀ]iZC5K[mR75D!a•R)J6/M,ְK%r593?ђbkXգ Tօ,>4*}n{[B7ƁZDžU^` qLH}تwÉ+IJ3Q9),y ]vW&}eCtɤP9Wt[w1A; v2U8l!7voTyS 91K0x~qM-P^8P|6zۻ i㟟:pk}q{f_}.UoZo>{NE$ 8j8o6rpT3›4ulD)ևEX@N鶷:x[hݸz[ִt L]egQY~)Xߥ"ƀ[ Q(şs}akkS:$l$"֤z=Ye^f+CG`7OH˻bHςb\_ hjoaL)*IKXM"j\.t̩j??E\C1*(!ܘQÊ+?&łn&G\>3A31ݑH[6BBӪ,h)gn֩mLIw A,gj_ ;%i