python3-numpy_1_17_3-gnu-hpc-1.17.3-150400.28.34<>,x̉dp9|1.s8z 8kp?y(rFSceqRؙ'FK%&dWmc)>7eXW pw4SC02rд9ln%Mwf bwb |1tp>fZ 6sWI",}mRm#e֛q5zJScxk_ëU: ?]ߕ8:|߸ǹ9D#"W”wxFMZJwkmf2 a(=p>>`?Pd& 3 t  -J`fl      (n$h(8&9d&:&FGH<I"tX$Y$\$],^R3bbcc<dcecfclcucvl wwxy$z LCpython3-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.ds390zp316:SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/Pythonhttp://www.numpy.org/linuxs390xuw{#q qT X8_'<K KvcYh~x]&H K[ L37^Ms$:k6.x'ak@7m]Y?*df&% x0j *30( '(#7YTGê@.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큤dxdydydydydydxdxdydydydydydydydydy]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 modes390zp31 1691942278  !"#$%&'()*+,-./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-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.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-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-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:standarddrpmxz5s390x-suse-linux    directoryPython script, ASCII text executableASCII textpython 3.6 byte-compiledemptyELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=32b40da7498ab15f69ed139448517ff6a663d60e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b8f0bad553f55cd44d6dc4d68a9c491d49bcc50f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=04c19da45da69855e46e51ab181d7fc11525f1e5, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=bad9a99a6d0c2af8dee12a4ea0f76e86688570d6, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b88216abe253c55356cf37df21fbda02cf25e937, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a7ad1827b1a704d1613ef50fdcd85d6163a34da8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=38b30c59ed916fc317c6157af1710cd3f424a7e3, strippedPython script, UTF-8 Unicode text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=29ec8cb174f1f1f691ca7b1eab4dd984aaa5da64, strippedObjective-C source, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=24cabd0344daa61b9a8b13f1ad65f979523274bb, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2d372cce1be9db3525e38be93c9e6aa1471e6c10, 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]=9cdb59352e56b2071d3ee95cfad1696738268f5a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=955d637d6b6e61ab92a7956cbe29383644f2ce74, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8ce0fd2d9b8d5a883572b1432437bce9d20e5bf8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=10fa4338500879d2660e30929874a254cea889e9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1ffd43edee5d889eaff399bf48f10f8617a3eaea, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0d8fa6f7c95cf10795526b08aba4e6f873d588b8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ffce5a152e77ff6fda2865b9d617c2c00c6081e0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c36a18d27e327501e3d3cc0479c59a1e337cfaad, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ee634c1b9714f297a54773436e56cc73a002f4e3, stripped 9AOYcmw $    RRRRRRRRRRRRR RRRRR RRRRRRRR R RRRRRRRRRR R R RRRRR R RRRRRRRRRR R R RRRRRRRRRR R RRRRRR R RRRRRR RRRRR RRRRR RRRRR RRRRR RRRRR RRRRR RRRRR RRRRR RRRRR RRRRR RRRRR RRRRR RRRR RR R RR RRRR RR R RR RRRRR RRRRR RRRR RR R RR RRRR RR R RR RRRRR RRRRR RRRR RR R RR RRRR RR R RR RRRRR RRRRR RRRRR RRRRR RRRRR RRR흒g׼ބutf-8aed0fc88f635c86ee95e0716441264ad04c2470b4c8f4d6a72ca22307034bf3e? 7zXZ !t/ "]"k%ia â] DYEh&Q| wMMtT|_-K7^ Ygľp~d㧪1cV{ +-Zz[.!IˢɛNkZt8p! H]=~H`$;A$Hz/yPƀOuz4b )UZ:~~Ry5`n.=SPcWe7h5´r5hAؿ' v;h|SHFy o} `}%  K!P7B HX?Yyi;_!{T]Q˨jqڏQTs 4 Gh$oL=zjE/s1#^UUelO^ka2yP Dflrwh` <7 r3@='{ȕzDlX&'<^|ՒgQ@*cb⌤O.} {1uJtq9Sj*CN#Kwy?%G4eF+nT _hEXv e)/IGD '=^tZ/.cCOKX @e,`WԌps8q"ݾ+IU`v\}òVSw\~|r:2 MwA)Lʂ%;Uݰakl/6S(ʰ<_fH7|v?ޛAUku.le^8u jʼæ}%t(c{zvqٞFe@~H.8ZF?~L;km&%J4czu#Ė\3L!mJ:Ẅ́He 7(9ڏ+6Y,=f֤纘 Gn"\[!#N2M>.o^ʑ6 v=?J|@rMv<`+s4Nȸ -c#n@.o_n(`<b[?iϿܢ6ώ{\:݄UR=1IiXVE/'(JX.2Ōp|_&Q&KBVǬΔD YȓUc}ƍ.C_!q^|H6-_`wZ7 ro{] u:#1Hͷvt65j/ǦS K\,w':<= g쬱M1꽿1 ra3 H^1ybaX?;U/"R*RL`Zm#M+҈JxM#IGbo[FcTAx"~H]fjm/N ](l\=|ӝrdmm93;tΑg@tdK[ 7Wcy4>5"&o``kD[۩/iƖDm9@эV lz_l  :@v.g`K!lIF=%w n̍l$J(l =py >Cja mJB ?xH(YQ jՐk)9dwrt#Cv]ޅ4#-*^Uʥ:`yгVv\U,pٍqO`jCn槱74x/Wn gގ-RK~ (~@00)zsxDj1VpKQv;f3/za1LFo QC%2o)s0Fק3f`ݘ4q'Iz ::7}R4QxJ o3?kUϟޖk]f+S#x5AA۰Q@s,hVEDE"mAG'( $/7+0Eu5d_pbu5x3;*;zO$}~u_߸raF= S|`$Ng-޳Hp/"H3=,c,`Dcp\F׀٫v"b *5 "8V l*#Ӥ%V4iD7 ,ӇnsjD8=KW D#EDJn]g޻6޵J)2c& zP9eE[|wwThݴ~W榾Yhm=J{P!@o|t5=} H]ŐSq}2iϘkΟ|?jB#u~7G sX j#4)J1m#NT酑]͕O$ӧ!>[z @:HZ0Z ܡ]~>_ػewy|5!Ɛ02֘oR_^h̔z:y(>ZR$V bD0=QODaH5;_daBWR˖β䍽SzfIPQJ=n#04?/QhS$9[VvRv !铘v8(_xKxk},+~ڧn3d*a%T]EgvlɿgsǜmPVvx>8_ӇP۔J~ {NiW(iB?{a9~&M΂YQ=q3f a T;ʍߙNQΰ/kĈ (7d_#O@#^)m2Z}&?P^PG않/=>u017II+LV 7kLp"QIQ6(fq=>td~_tft֪Wܶ'RG|Ed6ԣ2?AmxՒg|x1 {[ߡ$$\_e`% WUJL {o>>jlE]cj}^! I%6IL)Z{%Z>tML(y`,T{(1E tOY'ꍻFA8AqS){3ˢY#A)och/|Mmc胮~zKϥb02̃}q(]\72K:Gѽ=d-ChH%Īfc7C` ~X)zi5N4YqPkBûa7Յ*zU9.hZM1B9 ``_s H(ȳf801֭P)fQE^{]dLjZ'xi]]avNYXpڻaxrHG%n;fhXArcVՠ~?Gticq&:ȟNLdbl mF^ _R%+T޾V_t@ O[D F _Ҁ&џR9|a4t[ eʫ Pyx;{bH%h\R@ 1YЕceѸtE/M]4cSd`Bpԭ?@p 3Y{҄DYľ?l;,$!V1] s[Ő>xKKCH,;ԝ+ExH ,Q1]nC .`͕@(UچJ,_; M6:l]IP>C}ބjsȓ!Juc=j4*N@VJ(-TG&Bn#P eZOOw}F|aUwRSNt`p:kdp űP97W]0TKҚsφ¹:Ǧ :z ;LCb71!,?@#xݏsׂ@j#6C Qmr.uԵLmQ~{׃LXCՋs9l;NRC:X5h;I#Zg!#?(*2 H(P_XpL+voNӜB+#ͥ@%Ibxk4RVG#^,ed#X!K +P7޸H}OG#,_yFXbX?qy.0cC\W؝Cvy4Q+JWT/ڒ{_[&vo5\W3DIla/~ S1a}~''蓱?b ">=SAnKHXK)S`$7jǺ!Tj>˗%Fo_<3Ԃqྍu✲2k n#f3m~ttbzKzœa*yn<-2, Qrm8:^3 N)# SL0L!sS[<U+=CDJpj !T?B)w:P,)0g5! Z& (Gqf7 d `܀&+)yn1(ѿF2 "\~;)-݊<7J̓]WXnVq0/~) ʓ4^Ã/1OLpưS܍XG1*Fq2e@Yu KLD $-7~s8 a+GZtf|ē93v362)!Q2$t.Hg0+yz]n(xH{N ,!3W&8_q4ry<ߪP/rk"-8Ӎ\6>B%yR2a+%X gy` a6NZ}"<{4N4%7jظUy&0:YevӶѰI|7Ɋʨ9ň (M=߃! /,7 a"J!ŷYGu+oUʑ>4i㹹i gV~ZϕX;oc1EM&%s3 XD#ӭ]J?wMd'Ք-R* ;#խ~[#v_ ޝ|owD? /ʮÁӎckOt`yVN%F /IKgh m=;v.,AL'ݏ%:}]&U iHWjAl+/h1ZaFқ3.K,炷ԏzwىM> MtC4LUDk} A:tt݉x,N%mFdJXk0rnFup-!4J>wpj9Z;k b8vZL #,VTlz8tXGa̅+ e==jbVdؒ.v( |\2*QCܚuS +"iһ7󳞷ٕ$T=٠NezauꈵRfgdij=P yk0d1:3fT<=]* ˭ֺTd˝}ټ?ރZSs\k"cTd@A^F_)F>(CV%G㥭u'zOàcQi.D+lu2#/S%M-2J:SJ&/E2\ooCAPi1@ dY5G6 ęŘh6@~;GG Vv`CYH~9Ŧ9>eHhZ<长w= )MC*3dPA6¢BFߏAl\PZys׳bLˇb\Ԟ_q/w)BdS+asL? 1|GRSa6OU2e_!ے 0 tJ{1_ZGb\_k۱qoKֹ٤i;\֫1C߷ӵlFXüחveN9ȼ.BbHwuw å=yJb"/7x=ɩJt/%V+ B03|hCfs%L]ḂBrmYRGj:; b_Ăoo˰GhU Gj 7(a@1?x~׸_KĕiY`|`)MuL6|+8,q4/*ȢNpB꼉ѐ%̌|H7]0$hP߬X{' Y}zpbBov ˙&%$m~%_3┌ D*%.M d a|ı#g"Jc|/j+zRO~x䣑>?zeԷTܫv&nTgE@1rNU %)r?6_^f( ̒΅e>:NOnTD-^ԇW[I8^ݐF8FǓJ05?@$98k\_۩Z>CgҀecUCrj>; 7([xFYʥL$FI` r%lGT6Mb'zn2G˴!`N(> 5 ؗfh՜x4Ns\UUJj$S{Zoź`e ၉{2 H\?U&Mr7}})9'T ʀ&[}H԰[/LoO,_l #C'A՛pW>9[3`raӋc Ie_*82K]gmJ>#pIXrcA*ig^Y{ИyI2}a$އ +{-扷7j 梂VRn5o% pszNcޘn FyI&Y B@-r9 z wΆF*KW#b1ՓU1Q/6"_ U `G(̔Z̮]*:@܀e?AzWLHw9NM&Ч;B4$}%Vl Dy=2V?sm禝O-Ջ-8Ge4,d}Nַ u9Hbye?Mv+` +]H/]p_k!/#*m 3l yXv9~R5=+3qQO'*tX=^uP]wZ8PٛMy;g [. '%  ł&'xo D>`!?qI#m,8٬@s0OH,}&nw!y@6=䇪% AME5~$$ LhrSyU3316 fW. {9x v>&VCFF!P5 kKd)Δ. ƞm_IM([B@kk ɎhE,j@y9ZA,|8i >LuKT; &MX~0Fr/\|a"to'bk(ڈπM# 2Q{hZL(+GieT FkǒY1ӌSxi =$2 Z|kEMts27A[Bp#N:ҁfD Dd'\7n:<bDz.v>y1 a‚,HP~Nu[u24~oQ9c/GKF]Ejo$bl鞹zU|gd"h6Hb%t'`YrTkxJC. gfsكN̆o.b8D!@/Sֹ(m;e׬ejphfqMk'r"m0)DJ6v[{D@̰}Bó$\v\zMlpR{75JA mPG8ެĀ^)*==ȍK@wz`̲>o]?Li;L4C7oW!Z]: ECU8gƤW=S޴ކ:vN8u$~ f)f*/.loTr5\bSER) F 7g_Hn0"qR' Ф"`n0.:S2`Pk]u܌P8loƹj9Cլ+Wc;?<[ mb2"~8*h!tiTGfNz>s[c#Hy2?pn ,k? V퉷Ul"0/& n|H^흋K.3rלu nZjݥ~=c 6jf'<`d+Jvdd"^nW I & K$l~DAwC:0ȋs쵁+ 3jVIZfWiiq1*rO1pXq:Ay\GF«<K5|{fo\8QvAqTi!R+,oK'Rd6H&CJ4wkf$asà` $\I$d ăj6TZ ::$[V~F/_˟a3$ſRB߂Soh[Cg=1x2: kqYXFVab@+"6GhV0|{8+KN!]JB,Vt7c5&Gyrk_XwȎOVFsu x-àEO.9JL }"n>R*_w6Iݶŝ}q%4I~x9H}ٟ]eײ-􃹋noH %Od8Iio$`"<HUp ?~ñ,_.2)ves"pJ̤xe)Mgʝ0EQ,Nx^9C7vMΏwhsyh_^]W<+GRc,Q[^8`&?7Q2)hhA_+煰 Yl?IdaOkyØNcc>!dI "P*\vlZ)lU8Cc}$l{u]%b[~ tGcjÂt)ЪXl~mCѷT/lbZ)) $ML^~=tumr fME㽹 (toHox>;@ geKR+gdyQA~hF:@W yƣ}3X$1obC vdۅ `-.*8*62*?n> r" K#*S[Ϯ1? ;Ci2¯,IUƒ W,Q],Ѯ^sE4yeᴾ(ъ QrC*XBɮYZx>'U ho(44d\/ߌiZdlB[4ʣ2 _xCZqZ=jUzE/Jl1#&x@Xwj*8a)J^c4J1,~ Yn">er$+kN^3Ȃ6)Zf͙(-WM??Ul?er'&3|M܏cn/a$1g vJRGw N6Ml`&5ԏsl$P/5 %Wh"Q#NuiwpǃBU`s&Q VUKI)iQREըFn?ѻɬLb+}$)语0lZq&B܉l3E~|g^ mdzK\ Szr ƝźYKS+:YiqS^ްI7i4,r~0 ϪHF7H2 gEa'PB-!wZxjp,X}|37 Z>(nliwNdkC a#4TYɾcِki\{ZvVNj.TI0b>D߱K=%b7*m ^AuP$c'aNvKb"Pz븆4QCSk,\? 0ydo `ۂ IV8xl"d`;qTiGIp5-Qk )gR!SfC~]qu淁o@{X9 6m͇uE_x/%g/ P hmz ()wc@1u;+*=uJ~Mc2^1r4, 's#[ @gx)%h 5G,0\KqzgXwXG;u$o\it!u=,R˺U (*NIT'H[BT!)_`0 *z%pdaӴJ1%"ٷkUGn+R"m#LZDMgK$UgE9rWL!TǟÀP@xN,T T,z[%YeBG{?S}|ڠފFd npuq!eANc.%\^cSًSDd:Ym:,g X>)G@s,eLa3z9svV]sPBR ƀ_凵C&./TCk 1X U/JH5CQ\:# E d'%<7~3@#704;=ƷC>4Dܺr@sJyw3-Jf܄q3 #<}̈́ɞL:E va/+.:TTMn1OBd\ ΋i PFvNT;rS8#oElQ2H05-u-eqV宓c]k FIs#ǰ@GZ~Z]BR%#3Ue68IsZ,0^ mp0`&\-Nm٪HsS y5&"8j__AUОf{e+2Jt$AiEl]Z9!OKڥQ]dg4'2%<ۦtx笕Jė9pN"]L0Q3@ IoUWM:N^Lm]UA"ړ*m`%)'S6ֽxd6faXyAFvpj6(!^6I'C1bʷ/_ဣdݟ|㼵:/;LevEXY9u5ؚ˙( zEڽ"uߟ_M7(j7bO0Ƚu7q?…!Ud"X=|#A'm#rd$lz?*5Bb$a&bΡ{A& WLxѹ~9,*(QqTXu0hSZ296 3SXe6 #3QX;_޻9.&N& o{ȬC|φ uoOp-߸eSj{9O*]Y4xژt*8 G۰.9 }(/Br{q',?= l%grv z-(I4gн : ֝{v0mQD.+𠽌gd^ o.E߇桴tcznY:.v: 2WD^uQ 9w]݌ЙᢺsFu )YʷX@뫱UJJźs}H#ۙkWkd'T{T=&M S5`qgE%E38|w C\ &o~vTFWIl PiC3a,?,Ɲah} 1N`8(ڄBu|6ƞF׃qꓢ%+QxDXec\+j*4mm Ft~}RY%Koq/n{jB̂NbU|*dž<>Ϳ᯷RN2Od B$`U7ىdvw hm&9!KPaJ$ _s:zLv 4v_.N.,EIq``Xjv $|äpmYI:YnK:>w!)? FrЏI ̾y6#zku]PqEvg>^|jϜ}@bDkirmKjJ q!C稠dCUV3K4"P1BDjY21OcuӾh.4)+/\%ɂ;Q?yꪹqԈ-ٔvuG'oј:Pyī3VKV=# j'xEo;,܎}!yW< Rּ,!{M{ܴ+{/^JS묛m~2]Ch&7ŧEL*n?~VJ@#R?[@])W9.KUߛd((=%@)F\-޲!9g#=mOS3hqGNith$dyOoj?K LP(2SۺA"2_a@D#jEy {p[${ovbָzo`PվA_MyŨ" 1Dg^@h9HF}ѤlJ܃ޓeLm(e ?}k/(ؒ$Nwz[=6x(RPc g1C"@bXRﷆ@o:(Bx IcP&v;iP®~Sؠ v_\9#J߀#9rQ:ٿRm)!SIi4p/)o~Wm3G.gX;0w.\]NQfY3w`feм嶵k,LeM9/ਨy>],Q|?8 "#0 )A&Q2OYH)+G\ɇVv]~JK^OD6lQxBDjS--[1on)GƉvx"QU}4Tg>b~bdh_W5|-g߬yĕS,lQN앳2Ϡ-?p.euh( ӆ$;?\,nӪA7!jmמ2l,+rY 5 }g<ee شsW6l0iZ-&*W{/}\Qe\vUbO?QCP%fal: ;˰yӓ`y_*A@|y?aTނ҇ }[7w轀u K㋝:\ yz)]ZP:`ZL`F \'T^"|'_Ҏ8ybz@ڼXm^C1QJ򝊄&R;7ɂi%y:!Bm{n6h `RNV]xsov3#/O맗ݯ Rt&,VCtul';dkc|c11"Nt'a׿-knFsﯙu]*9-5 }U^N pQiK bc`tͲ&ͽd4BQw6_C'-[Q.?ݰsKsۖYp JtNw;"xn줂mvZpɺ7F#C"vk K2gTষJ.b-Y$OW <T}Nl~,Iz'DLI Y;Ob uѦ)Y[qBX0u%$ VP :yA]QHf+<~u]tJ]Xi} E崘]@[N x'*QcOV&P:7t7抇hGqLR'-ZR@ 8(&]HIA$ 1ED:005q*{reVׂEcx]ը @oS LSgݚe,Ř7ko`|̸VLRFCQ;#(<y_4BR?/f&Jdީ;K ]aWo85[˫ATz!@=]ł^jZ-=xjUmo?OkqbuՂқ"w-p+{X|p4d&ІJtǷ#͈fN_~V[ŝZ=z$z8Mi߄ ]0h'R]bEV5U_[ MuP5F! z\}ehƸ1[3,(܁Y/} :g1a|m(`=9]Oێ|:Տڛz#`k-3 |J/o(Im௳{iry+*Ls̞'힬+'@HGݭ?6B7e1z{r1',°WcQyAWTm" rO*zY)*f V[xj+/|u 0zo;ۘ]$e+v@W2|M jd<<# gM$_ba'OhF4P 嘜}ߖVSw:5W=l_zQ+@f[=%y ?BmRpynkQ ou0sqxkOpFIJJ\.A$Zgh*ߡ\stK;i]*Z 3kkޥ;"T h5dZǀIJSr\t'\dn#ಅ2KXO3%W(~aQj*Z;&V~o7əh;{iEjշf2Eb+ԧ^ӯ߬3 y 8nb 6l/Wz [6e6u$ \ gS!j#!#0~ 6 0g1KjNaw-ʫ~Ͳ}QvD\j8X Pf {?x1*q;\!8"6 I)(֖pj~I X>8;#`tEJw>lYN(R[[X,4 @wz70*-|GP}Q8?w*0\`z1t M;%,"J7w>w0sEr,m[͒X) H/K9&Dr"gj #0Og(fҤ OX@BLA# |yjiYy>Th֛4A|{Y8tC yrs!!ɪCN1~>,}!grKץk]yPґi軘$%z%cFJp۱&/h~V Мų"ILoM鯵:NikT4HNL{<=`,'ZеxsMx3#{Sͨ&(l'}+0ך9~ĹW~W֎ $qRՑk63nذa2\d(biݽ@yO?)UP@?Td}A" N? UVIGV- *ĝLG )v3\*Qbk rڊ\ MTО,swnCK OD8_|߰BygyQk2VP9/cЯ>i6$ ,1R탲sz oJãX^f㿜+KUܾ`%N9-*=a,'&^{SO+o+{rrs+:zPdv$Mf]ɂ b/S3dm!WQ5& _S*0u5`2ӉIF:{"t=UYR δfj-ØLELM݇X>Y>w:]-R1WWðU$'\&`ʙu>x@4?֭GHGF(2SKԙ'=5ۮ9y=0xGBcjPSY̲k³F)vJɚ_\$"O{ʡr8`1VPh\OstyÐ!n}8W]"Od!EÙ*csmnA}ͭ[?wv@W*֒ˁ!T\P ,RLfwKhan}f337yfڴ vGUgFh h5ZоuHYIt}1m"-l*7~s١HDˁ; b9fea')ENnYnYs=jO]VtJ~{%}y/Q`Q7U}ȹK$}X Юn[I$v4D3 "΅@s0{<s0}‰OóGI5X#R1w|T^_r(Et@GS1W!^ks\!Гv")%3'њw>IbM>;-;QVJ(]n\ ,B` edS 8I'&U3HaGfQҨ2qW>z2*WJ|UlC%_|dPR, wn,fT:GL m< xм$M?KY4:)LةjVЭzC/^wu@O>rTBRvw~V!0AO D/5lK֬>5Eg`ln$"0($X%vh&UH5 L$5y^E~9}v'b GM^oo9D8pISѢOa/~O?*xNrgT I+4o-ה,Gg#ű $D`Ȋ|UUs6+&x$1SX6o.?Ժ}б=_dTɄ~K<hlП/]ΰQ 7Cyܪ o8ZDti*.?μR[Lwepvy!@&Fw"&n)l}oO̞*=2l/|Ϳk.{dj}Uhi#ݍK8iCqk辰 {w.gQ(i, B;5|ڐNM94$|d^eZ7k͎LDIƥpY`X$Tn.-/oM^IUЋ)٠KhՕ =0G} ye g`ڡ^ @w䏨*/蹌7F xYWˊ#>[257Cikѫ('e4HJkT]#̃>w#y]׷H ed)i &|Iݻ76}F(2lm,MTzS=򉧞&4^U~W$nagLEpgPAj3l<_`t#&4`ޏMY;ghtң_R^yD\-`K"»% LK" d8,J)P)'BF"\2{8]hnM01Ӫ!dž0wUk%@j|RFzו%]4=Oo`&LQing3'Q^ڎn ;%gɇ2=#GгGSho]SLnDHVm{B? n2w c6Sq#o#[-T|´ k#E0#R [38sSR_FR||A9r̝]Ж3/O@+,W蟢mqG$gEsxJFlr~9(67bi(R:M&y^=`ЍDsmue[o ~܃C kQ ΋ cxrr.iOd}^nuyҞS x*'{Ѭ@ο6AY.M'DG򰦐FO^ܷNX)9[Q-ɖ:nx rfrF첂A+ QRk? ka; E7rٶt:Z .k8:o'ye.5V3Z]`AKO1ϨruC+]P]45gH21#d76əq5Fmpj+W zZ@ a;ؿdd]\xPS(" G>} jB۬k e;H8S4-0O̲6C;cwsG6᏿Yͮy)IDfz[fb L\ċh_mzYf[k\2s$ Gt-u%„kv1;bZm(#(AX񆨃wLHp;=yZJu'+vѩu e xbp>S'\{w2e#()7[L . j5LܹO֗h~7fp6i"behLҺN"Pm5{kyZClϾ~Rpn+l}=sNo|x HO-1Y(H!,t(,Kk` 8 ]6K+loQZqXxo>Ӂ}kjsM pTD@ 㴃v ʥo*~{]|2y`Duy#拷 +"fgB֯2if!+ӭ0D&n\v_"Xn v&?wuJ!aAL0/V&ޠ9!"$<>2TSKFdiS78H{W1D&_ThkZ0d x0-"rME!hqo l`g/X۵7nP!nV?&(t~bA 㿝ksmhX4'X}ޝ9 oմ8SJ{lCQоu$/V5 xC'~ei9 5 Z EI ܘOs?0Pn':ou K(wCJCDCpƘopULx4,_ʶ}ė}br C ҆ќT#c7vo-ЈRT>4Zi+]l}X (cᨇ"^6`+d4D/cw}P"Ү|撶lqqTv뜘'჻ڪugE} O} mV`_ZLKhYΚF>A"ƼuAּ2FgW.~܊VOJ) |R$`TV@ϻ;*oٳAɛ&/އ,dLҗnX`j^Ʈr<xj4I~֮yg3ƫzWeN4Y>ɞܷ@@8^n3PO{hci-c?Hpd4)揈ۚ]t#09+~ zM9 ·G:eVq'1jb /"-meNkg7 `!n>r$ěv\ }K, WK 7ᑕ)O wVuAkBN?8:B&UA^sUS_ߵ )@qb;tMÈm]xcZ&W)lP#B_ #"{FLkt9o:ӝ09U8Ќb'r_l8kST+L`,}1Eʌ>d笏 /BBt3oF M6vp6r5 "ZVnFr3Ѹ?ONg,&o̤|!NagN}q@cwK_%~1jAͶ Xw/k$G]1) xTs~auSRA-(:F_^i3u\;6e֟P<衄$fTnɲG|缕~7">S$I]722!eJ!פvB|y#QJK3+Mӣ>N*4 ^t:ФDL<{?ڌ%"  T4ThJyXRGia! {/S@~eօ,v*P3^Scl4z_[=Y2ӢX( A.Pv!ĆUx6\ʭ 3᪠Xcu-r~Eݗ :8IhPwX Tanrs'&*l3MPu;~m;tOiZA^F ,@]+'>^P0!8Bwpx\P(|.B١s2FGYwʛո252$|UDsW7, ub˺y䚻dF1ci;7Z ˘ \ƈ ~c ?Pl}Ta`lD]m/_ME܈p}/'XKǒ׈9BR+YCԜ*e1 %%C.?)'40j,w(m>0so,G1AdD%Ơx{lN&J p'ŹD@FYGK]ZB) 7R `7cvlKIhش?7Oƒ&2?<,,Jo4Η50hkq~V/ISmn0'e3m8l_^ғDwyR.)ws[PH4ܵ]P'g{X idgw$qw#C@7D+՜zP*P>#:;IKa[<=[n?-ylB m=iJO:xcmH.b/;W^V}\*$ xϵ3hlC*To=o+Hح0; خW5;Y?6/ܶ~?cT/mX(VMꐊÌlr-{B KbsL{+ve?6-LIˠ FRauraV/ pݜda8cUJ]Mop/16L˼?ANΎՍJ 66tAo!k 3#Wk'a9(ډRgJUA6$PjvN fxA͗kREZD+8L~q'q?묿!ƫRIMb)1-!,B|b#;!hoot^u\^|cVi+{ՌRЋi5k(Pn"!F2lI,gEyG[iG4kEiL Ƈ[6A-ҖπiZ%#4Ɔe,Az,c|0xyw%B JjoΚq,YEm<9i j ܩ=EIKU^/!>\zKLxVo,:<= *dLfmu5(!,FTS3XQ45ީK N ~+^MSwj~2$-QϐGU -!nc);:@=NܧCjT6cm(*0&zUPbJYh.y1ܓ\$Ȼ2|@3%7M6zepxU2,j).!2&!sH3\?ɛ+rh+9u kE=J`< ēDn'K7! 6b6 8'h\*~q+nոv(嫻b0?".WUW 4'RO#K{DrE_USPU0`^eAwk TThrY ųZfQA2q0#:.6.LΘ+>j: 6x@66~Sk \q7\&%a=v037hh;Ӝl֞ſe=^}Xˡē qOQh%B{o7ŎZE}IQUIJ0SFi=7Gd@wW !?Yy.:Rg.x74nt`CM5V7l3ZJǦxݗu a( ܅դA޹B{e66.jDEIRa(׈9o<tGhCxk|Gnmy㏇K!  8,DEXMWySE"{i Mg"D]rJ]T)A鍚!П'a`FƱ}7wLhBclEg7}/p bEhX+0,84[gS/,Z/g-^(X)1׉(XK5*ԯᖱ~t\Ӆ|z}Wsw$Gd߷rxS)z@Z` O#hPUʫhxD%Il/T`}+NMW=ZI1 kdci[uJJɾ@ "?Qf1tiI8~+^PU+/E[#l?bʭ31- B!}O @s!>qťcTm3R`2ЫYJeծ1[XuB8AQӬ/>Bυ$~?_5 #SII)=VwcX4P\peq{ 18GO "cln*y(|2 O<.lO=WLβ`Fy=D[ .8^@Ϳ%n#"B+1Iltm| TYR0o%FdI IP=ޟ8ZnfLQzSZE1hOF M`J'Pw[ʑr5-PzCUo$U'q4&vҎAIY`8ДGj=% KX)ŠKخC Qr-t:(ʲ ~z fDrV )3/G$#A/! YKE:pW&xlykwX[&;WGJ~'C_މZ~NN= ։1sӚ%X^.OݕZ:9QIUy`g$,cUƉ'R%p؏7:bH|Z"7*;aWO1IJ1oH,]S >Pm6`m.ZמC[Ǝ2# {~YGAN#e/(:UOdl(SќvE C6ZU4Fyf4s g֐S4 gQH毴aΧсUD@**+oLPI ? 6xH[<M,̑OֺxˌDƟiMAw!h$MRW{⡘x9=^eK&w ƅ?M yǠg zvoLi^۵}~4#߉׃)kchPמ!TɆ8b +,$|_-w%yV{LZ+v~nȎ~MB!:͈EOufS̙4c.oqQF#P z'cq\ m<8QڋZg,+7(3S.&QRC׮y?*}K8mfq 9nw`x*g4_lNw 'gEhȏ֕^r1o0Uj0c;֏IcH5 3*-v||e IJpcY]ݨ$J^|G#j`A1_е;4bz`<_Ҭ,+*kPː"A=2tx!7<(]cb{֊p>kꕾ7!  7sߤZ} iNt9'JbBnp""3' G.;bL+J28&X?yy^ $1QXx7wSa&!QMjlOk?Zݴ"Y7}i$  jC :K2g0q9(Ri2~3k0Zu75fle;|${ry6uB-?Ph[1곲0Dnwea;҅{Dd}4#)4-G]ĽveV#`\5F+*t*ִ* t{6=m[2x[S V/e\"6h#nATe0dQwihź})`Ĩ 6O YRp )MPMgOXvŝBjC!,7JW8f [v7לUITVuEsCxrފ%"&4}sB~]R 1lZܱ|6o3w"TGkTw .ag!ذ}2w ipb{%UEaH 57k;Q Z8 ~XHqSIs"wrTWbhfi$a @R:kw`v/{-djb H7,KQ"o9dQ(O>VdV6O;)ׁn>"C8y;u֝f[닽5F] a61#|cK4ʄ]N L$xI8i=sZ6lk\PYeڤFSanE FLbJ΋RkοnCP+ffKf˗CW+VK=1w@ew6ʎ:K@Jش J;1ce%( ZEUa?팹m2Kd9i6%X'P_v(B>޻WqkXqW{tk/uTDK֟\7@/D.ٲmMvN|rxs~& #U%Ҷt\椸U5BԘkRxeUqpΪ%g{`hU7nx}1f ҭ?9=qXĝa* ,jP%?q"勰t|K[ ל;5)yx^WZ0ѴiJ}hy0c!P&-sEG;Dߖ2rI!vkz~9 ESpd( :Gߔ!z 1Ϻ#'&P)dۮ1`d-X?muG,tnurǓ ms lɗ\ۙ>ybgZ?הQ=YFցAEB3uUlEdt>jBVUݫ]"ڃD AO:ޟB)dzs rƚA"{ _x ` :+G':<"zvրz&yXu˫U)J& pVw bOacn K盭0r`=&#Le&5ܿS$<(d3*#6O>!oV&2cix kX/q:YG0GEdӜCVnNUn}ES%;g[q,Asg*}\bOoMؕ鶷 l!^>asϢkŎyu!ӚJ- MYf`>p426/8wmJQwR?^@3>wq^72:8 lMڢZ;'4'$xHxC<X+K” AKhɿ)3w L )KH} (40NP @sth[G] TN9=x;%Mŧv:OXK6*a5g>X8DJ(Ekc`vI҄>6n1Bl *E8)Q[LEVNeT!lhc_%"s :_Or Fu 4oE&]ZZ $Cq(nSbnLRQy^e='ZNhWQI{*\pgo[}\1Iu``>lb^D,'388us]g U&ZJ%X^X_`R V} |0>'}!y{Xʔ 4XVX9%L\l*sOoqkV ? z[ 4{=zG: ;P:=l";عי174tIhhq胳'ANiq tXNgR#! .s\[KWW{5M7jKJ/30 q@;A6(+.8.LP_UޜЁTs+-ʭLB4 l0l<01T˻'3Y4:R:Ts2l/(vbi~r82⃲oFw#_2S#LkC^kns|gHO$b655U*0+&5[pvK?r8XЍy3pҒ#6h/Y5%<8"įc&ri_i]j 9ݹ<ým$TY]]: Spoa[*!/F kCrkj>!mvh&q;m-'^|s~k x|e g`Bs? ,AV5h| ,V;<5xKޡUt4i4#(^+/j#.k>"~agՐػIJ` `Ay5{ Cy<>o5NqCLouȯ70#q\*ӯc2٘2՚G24ez;JB RH0\2m/āy|hE_Ujr^( nEg3p ~f Żʆo>:+gZbtrm)(qcH=\3uI_ GucXtW;JM5e` Uz~k#VE#fu'])tu̕/xB|@: XyQ~?n,AqEg's!2VQ.O%w|*g)st=⿓3W|2OY7iݔHF𧳷Gﳿ}@9w^Y)1l/N)U O&/F`cgF (anu%$mi"bvTH0FBI~_z!cn#h՝UHk_G@KbK\R ^dH15&rJiȧ:;9qXD!^٪pfHqXf! y%~Q98^v_9*6 :.?U E`!u2Yt+1zk]%J>c%qzPDYy#"uĺY{^yY 8s~?98yeQi%Lk؎ 6YX.8"@(ͭj/ E3֬&Wqy9Y\h^̐+DqYd /xGzؖ4stmL,g+ji鷏PҼ}V;d7^αJ[Kwy+̯P&45لc@cCnCFqJTOK=Yֿe R_3$ "wByuY6UtqB6qUc{@-+kBB'&hvY㈶-g\QjT_LG* λ9(O/zV3QΩ%0xC! BwX/?5䊪3Y b}֝46C|oBAAӴ > {ەc,[ۥ6S{Ѿn '[SF1Pu"α/p@AU.\HjJPsfcNhHğٞdᙇc8QKô lGbQ q?XV> #duOm}ރE`q<ڷ"Dr{gUA~GQsL^v2@b\Ë"oOxEj9:KҲ;^آ4txl>-ra[{>0G֢KE / x Ƚֳ?(HUV65{DC=\20$!a(IOy򴎁[Qs$ՇaP;`6y!%MʂL`4_܆䮂 *V%S߱x!‹8u*wsڐ(QDP~8U:qQiA=Λ 䞪ӣxutUgt.ΗJ< -t-&pO3@y@fYdI;Lّ 6ƎP4{T;g6)Ap:y!~4J"$cYְKzX^gH 7 1 Jjpki~t'p0йVL$cZv{JK ׽ZذiDžkC?jIegX V'9s&Y?I;hULjMib–e~L8a$'\}LB<ӹ$ gDG|,se`&7c6W?wٝV&! I(u|<إ 0l$ S\di+[w卞=CKn;F<9C}kEb˟} >Q5V<1s9ڊc.no/=ENEOʛwvt@9znY ~xP VT--ڎq3V2Տf1/Ν8SpafsՊv UӈZ-5֤"qay d#TSw;% ;B왔a) R%9m(KZ{x?XzR鈨g(FcY:w#Ҩ78-_NTb~Wg=pT$Z2ȮÚ 0au: fĞȸ}?^ۦ<ݘŢ:8pFP*~Q!FQز7$EC}"?}֒cbk6Va7o.Jӛ><(v^1>dJFrugc[b^gFoOjHߦ[yW{|~rq# gU{)._,F2>s]|oqҌ®𤋮 Єz- =/v66_C6Xo|!.a֠jJ qUCv|Os}񁓕&U⦏Qj0AVH.2L-m0*/Z ë/|\_ $N?\g 4Oqӝq󘲍}v0\fM'KgkU,`k= 8-{HKQ,hMǽ) b_'cp]nRQ^5eO;[GY~|HG߆kԭN ,4G+7TEuqۉCoڎ+a]+}  D #Жwo&+ykXߴAoqW7b(v 0! Gaz>WUۑ9MbHa!%?ĜOk]xަڶX46|qu{xQG8K9aOK(2X(DziF+]:0bIG(*Fr+#%'m8ƨN nQAx;?pmAF[aM~㊂J(h 4Tp_ƿޢL5 %nR{rE.\&@6wpc:GZU,t [U7psKPI]'ageuEwo)ja69FK¤Fppd3CZ%w k}}pA([OґK9HyEҞ{}|_K~k"FW-'^p׍7Dn~\b>?']+<{sjb@t *MRo`^oA.w:?f@1y=e)-0XS+\;;o_6qDW=Pb7#UZ V'K{g$l|WSԒkR47kcEv/R.Xq@3&M.p)m. F^e>J)!tRFZXm…^o:+;;3z:F* R$NU_s/?i c{Nn9/gk{>&{|kP$H1=+;cpvRq7EdQwl7XVmkoy  k= dx1$X-_.>n.=7l ^(Bvx#BR Nw3څJоseJ1oDUvlC)H8i|< 4C1*t_;1ox Q}$i2ki-MFxFN|>r~h&}uy٫Tƅ@1"Q]7Dm,y#lg…(&NdOhZ:=x@ɺzXff cݕȇ>p!PɁ-ϑQC"nluOjyL{QJzdv D\7MOn'?x-ũWb4 w{ 5 wH|JSQ^O0k8SLq lE87"Bg9K} 5A*2!1CsGD~rJ-iJ/7V0F 5T{l%y4<76 گCPnO7lE42,EaT'Ib&CPY]Mn#|MG45Hq }.LE_0O \hO+Lz46n! 5\5˜751ƨ '[ 20G4Qwp9LGr$&( }n+ ZicDŽF`^k|#2x0MAתwnUx"amm8Xv~)x@>ؔRj_vCxc+ӓJ0]VhSO`4x''`mB p _@Su{Ђ t=1_:ϗHeM9yu=TrC_eWR( e!hvRStXw</r:'H>'J[a))M'BA9}dI8exF,V];l s`^ljD\lH@Yq%Lvv(خ*Ȼ3+ociC0tpXO; cƷ;k\Ce<9䷩s0;q:;ۈlZEZ=ӤJ ;>`Ѐ=>$ts; kʟHKFy o|-\PZ3 lQ`J,aN ajΑtRA-qu5civ,xtqP tsUJCj݁u"fàrEXЭ6m qFa &[> R> /j:0\zPupeժ5h\HStn2e$9wꍜl_Lfsp W~ 5̀aT"Y&#{0CPR+|! E N(bX\}}1c<*pO@ v!j i@|,dT,9[r]I[\SAo5y$A*+#^VRSn@Ou6i$ H*Hi@Z} t9Xv<ةPR8݁%!}ι1\|)֭C5>ݕ+%iwkVOM@F~_t %;'W1uYDa ̪6Ljp`ԋ}8M7\;LxVv*? hFT ]VBɍ:/. CLlG=fHiA: fuq2 88jÆc>l1q3B:ޢ)U()UFFϛ OCtzpdI+)vjsࢁ Lxwt6YM ^tD)ξ QP %6Uy}rAC{pbPy)j@Plov]E-D0LJC SLv˥`l!ԠƂǴr ʛ3uB7[.Xs =QiUohJ;gkmP`օ pWcEfrֶ+1 a!2'un%vd/mq?[pSX Uc%fG\T?I"aoc}XAq;/-bCޛ|Oɭ_ MsIe<Yoز}/1!fcâ# ( C n(jS A>Ds?A9篹I$,nAwrxջI=噌 (gJ+/.]ywl0aUqvu YC<;<5YN/1ܤ,D +3NS޾`f{C8[oe˴)d cX̤:vJ98^ٵB\lghJRI&u@9P@l_Kvkj3I7d1sܢ&畎X=[6㕛lnY A:Np̙fS&mt5dz B׆ w<+rKڿUsB)Ӌ~sn iplqqD51|&aJO8ۜ,TQƒsCFn2лL r^kr &h҆U-?]A XB^ Yԟ%Lr 堕ݦ*!{&b׹|V]ZnPf s@^W1Dy^_Э!@bsQ5áh7q'4oԿjJmg mf| TtP p˒#@qL̆M^_ 청7%kYWtZhNiwbe K x#Ҳ 46?Vץ\拪%޼e,?CNr tx'MK 05?^4Ow?0q,)[p$nu? 6Zyp J'pcK ,db_MN% UY[jtt׾޲<9PJ4ctf6k2*)s"]~\">ܚ[f;Ns?Dn=6>T$bi~WjOje+};sÍ+(XLa.$ zcq VL8(;UZѲmT:xxI:>N7Z_7ˈ DEћgk͖6V3K|{}ܼU]!ͲWkD2Lyiq'[L1D\V'+aF{?KiVF u(d/cg+JznZ!*o'c h<(7d v:jLJOP=#8Fٞ @ 4NxѺOaq \CԞ>d;a[e1ѕƉy{b&g 1m?ˉPGV8 [n]>ky:!'nw>_K>`Q^ӟ1:_oB_o͒ ?K늯jXV3UƓtU;̼sȞz4X-;/cHcY!1br2EA>u.mblimŲEGW3>XxJ6\9>T:1b!t IډIl4 _>H}v4>m6;%8=b6`[w11M[p!0GKVY}n2 ۬IsB!@D5M'[d"M}ЀExPS^6 /tsY75iVzO)} (u^w.e͝sF\ QUIqJsz;UIlHqD~y}Ah毝e?ü_epbq**) t *Ra-:#^:Sߌ ku c/rrmFuvvn_j #aq)@U-K,KF ~E9b$m7H]Lé3RzaN"׫0&PPS_h3Kcb.Z5l˜^ڍ0ș`i繾N&Vɀ4&h7 w8WNp Edq=_Ӈn=vp< 7M*@0Ԙ_  u(Q~uz;.'85@`L-ɅE$Mq)LGb,Q.y!$W{J#XD]j$dOs+N˦yt'ڨIkglpH˘P~MR4\[sq4O?3;mֵUan;ESP  0ZXR]UҌg4|.RK u`9g-$խ7wy2tS5̨P;@$X p-D0 b|_ӼVn$MJxZ^^~s}bE%+ O#ڦJ(ncL)*چ`]zńM<FENjVgus/VK8S#CxOfEࠛTXG٣@8ozd5%x>n|r*9pP0??R1_鋒4<^D0fQ+ǵXr: y2ݞjKf^%ՉE~׋q`Sms@6n1v7MjLC(4 yWnz zsrcr^xx`T(H,QU7CM4+, (7P,%/#4{C&ktl&\tnճ*!b1 G~+t'-E*܌kx,tVsݶ1Gy|zl LZ!9c('-:FtJ \h>pXHiLs!`ʘ8ByH]U֎ѢGW6}X3C笼 Fw ^dx+U\Ka.Vg93ToU郂/)9|d>}᣺N9Jj w8v`1F9xz2r²46+e㨈6*-s%` $p>mF1^DH7S_x82ylט 9'_l2Q:e/rN{UJSL|]]yړ>KDuQzNT/q贾#A#âWaI H=x]EbCʤₗz38^xƻJD!\+w{ 7"Lk q#I9,6El(ߜVˉ]N]9t(h^]) qi!޲?J6Gx?\Nv/j`(E`+?($`Yڊ[ꝰ7ï n=`Atav|&.sr*\tڃ|@ M8%;]>wz1F\OxΈ;0 >h1 EL7Ќl>ۆO)'5i7׀-\.A^i#ɜ%S& 悖ɡF%Dgro'nb|$}JmĩICW׽‚Řoe_3wӲ[ݿ{Ƙd,NJQEA[m]*G[J/9ÀR7\ג[IB![4ЬIz&W:T`XGBLWr Km=ґVZqڧ s+U^x:qupnPMlN.| X?gC瞒'^%6-:E}v%Dұ"d4Ǔ}~1Z)ǭM)Vs0#yh7S6yFa=ONg :PtK P\)yIMCP}?A륦Ud]/sZ{WUo.ҴA7gzOw5Q2idǻM3~j2Jtl 0"6뼏 YuGnH]'@Qo'v$R57MXdzyj@Hx,l\erN[_A`xrrUKuAn4[P`=Zqp-(~MˡJlch>R -p#qȰ\R(35\8Iy;e?URgB?1 ,G *.~߀]݃wVH3!9~¬7Z]`Z̚Ῑlykf {Ns,`^>DI8 ҇)gH kboi1 C$O. A6q+3id[ORk+lrw0+R;Pj0$A}< 1Z\SŒ~*|<ӎʟx0KY~ry%Uxilj/cnqY'oc,x53 ԐU(4'U7åQ^|CYC-qř2>3-#Ԕ2h0N^јJ:/{M)rpsL %驑N+v f탥M!vG8˺S*ܤȦ0PxlوQ],YQ2Ng*]geSR3C~nˮlKReJ4=RR:*9k'_ _K-=2ɮyS& |MhF  :IK>6pzY{~SBLRH%!Nޅ$3= {n f*TN3 /:v%`4v(*'ܓrQ1?o]frw'г슥RɄc=nֶ@lYWԮy ]#g _`>%X*N[nv]7Y%vb'QKqY(576]E?Q䎲{\7~@c-<\~ oPu`-:拏^?:ŃFNDAo f5(c4cM1Fi!@MnzK֡yjߛo/VM*'sb{2DBWPmVkRM3Bط"6a>of-AÝdAY†tğhRT JK>.m3qvùi I2Ї [iJ0uVڗ~&]- &,' ҇eʮ,-t%a6C vV Ivx+}= qip̣1szIEsY@O G6{FA?䙀 X'd~EfÞpg 0'Tr Lx$"MM.a{AMyfg@bN!Rr,n: R%OU3N̞{c1x|\X]_`{\.T-"19N:Ե98j/<ITZ$fp U8G,kV&G>zN"K=d:e/-Nr ӮM&xH2Q`1)hrÅ]bChRCsWp}ws+Aw@Vs&#"Qhɳ?,}`Eb:#L~ǥ4fA>#\J.>sMB](!]epEW*xPniZH"GDu([ЇVZq-lheTL?6y2G5k6t;S9ƍ& hU)k TU[<#uO v?_ЄrIҶQZõF&KR>u 鰙lX)ftMw lxиf{ӀeAf:Fn1=<~8[dg!vTda tJ(vREW {Q c0ʪHϽq~GuQ0*t ό8; Nx><̇4ۮ8~L+%$tvnB5ݣoߕ~ٲQ K JJ>YЌ0PDEH ?L'B$7اAaj [o& -u.#]+텬*Qt{RT +WvJ |i|+]QGy􂻥RU!ȕ2phJ-yBG=:Z$m-|)e\{/2{`aVÞeGXTYN"2?7Bj}sK ʏ+6ƃ8UUY8\j 8_h_cU~ћί K"I/VŅH;$b YZ