python3-numpy-1.17.3-150400.31.1<>,pgFp9|;_/{ 1O{O|\ >LmʜW,;*['DXmL8#,zpNL*v*X-e%s;_{7J8z [3v5ucy^xua]> 9z;SgN` 3/eis3,!zVʹ6K(th~Mk˧m%}j^Qbo=hݾOo1&ItC('鑸K wGmD.ρ깈?)?7Hnvz{%!j1v R>B?d # d :PV\\ t     H`(8(9(:z(>@FGHI#X%Y%\&].,^S-b\c]d^1e^6f^9l^;u^Lvfdwqxzy(Fz@PTZCpython3-numpy1.17.3150400.31.1NumPy 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.gFs390zp37ϸ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" fiww{#)q ; n78>'ybK KUBYh~xo<&' *Z +7=,b|R:J6 W'@J@L]Y*cE&% x0j )x( '(#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 and 1.19 in the PyArray_DescrNew function due to missing return-value validation, which allows attackers to conduct DoS attacks by repetitively creating sort arrays." by reviewing return values for PyArray_DescrNew. bsc#1236787- Adjusting if check for gnu-hpc, as standard build pulled in libblas as a dependency. The logic for standard and gnu-hpc was mixed up. (bsc#1195228)- remove "standard" from flavor check to build correct version for HPC- bsc#1193913 CVE-2021-33430 fix potential buffer overflow by adding CVE-2021-33430-bufovrflw-ctors-DoS.patch - bsc#1193907 CVE-2021-41496 rewrite creation of the exception message for Fortran files CVE-2021-41496-bufovrflw-fortranobject-DoS.patch- Use update-alternatives for /usr/bin/f2py (bsc#1166678)- (bsc#1149203, jsc#SLE-8532) Update to 1.17.3. Highlights: - A new extensible random module along with four selectable random number generators and improved seeding designed for use in parallel processes has been added. The currently available bit generators are MT19937, PCG64, Philox, and SFC64. See below under New Features. - NumPy’s FFT implementation was changed from fftpack to pocketfft, resulting in faster, more accurate transforms and better handling of datasets of prime length. See below under Improvements. - New radix sort and timsort sorting methods. It is currently not possible to choose which will be used. They are hardwired to the datatype and used when either stable or mergesort is passed as the method. See below under Improvements. - Overriding numpy functions is now possible by default, see __array_function__ below. - numpy.errstate is now also a function decorator - Both patches were reapplied: - numpy-buildfix.patch - numpy-1.9.0-remove-__declspec.patch - Remove BR of Cython (use generated source files from the release tarball).- (jsc#SLE-8532, bsc#1149203) Update to 1.16.1: - The NumPy 1.16.1 release fixes bugs reported against the 1.16.0 release, and also backports several enhancements from master that seem appropriate for a release series that is the last to support Python 2.7. The wheels on PyPI are linked with OpenBLAS v0.3.4+, which should fix the known threading issues found in previous OpenBLAS versions. - Specifically: - Experimental (opt-in only) support for overriding numpy functions, see __array_function__ below. - The matmul function is now a ufunc. This provides better performance and allows overriding with __array_ufunc__. - Improved support for the ARM and POWER architectures. - Improved support for AIX and PyPy. - Improved interop with ctypes. - Improved support for PEP 3118. - Also includes all improvements to 1.15.*, namely: - NumPy has switched to pytest for testing. - A new numpy.printoptions context manager. - Many improvements to the histogram functions. - Support for unicode field names in python 2.7. - Improved support for PyPy. - Fixes and improvements to numpy.einsum. - Removed CVE-2019-6446_numpy_load.patch, which is included into the upstream release. - numpy-1.9.0-remove-__declspec.patch has been refreshed to fit the current upstream tarball.- bsc#1122208 add CVE-2019-6446_numpy_load.patch fixing gh#numpy/numpy#12759 numpy.load() has functionality which allows loading pickle with potentially insecure code.- Fix summary in module files (bnc#1080259)- The HPC of python-numpy expects openBLAS. OpenBLAS is not availble for sc390: disable buidling on s390 for HPC (bsc#1079513).- add s390 to the ifarch conditional to build without openblas- update to version 1.14.0 Changes documented in release notes: https://github.com/numpy/numpy/blob/master/doc/release/1.14.0-notes.rst- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES. - Fix library package requires - use HPC macro (boo#1074890).- Add 'family "NumPy"' to modules file to avoid that different versions of this get loaded.- Add Requires for libopenblas to base package. - Add Requires for lua-lmod - Fix '-' in environment variable mane of modulefile.- Fix Requires: of devel package for openblas.- Add magic to limit the number of flavors built in the OBS ring to non-HPC builds.- Convert to multibuild: Add support for HPC environment modules (FATE#321709).- updated line numbers in patches - update to version 1.13.3: * #9390 BUG: Return the poly1d coefficients array directly * #9555 BUG: Fix regression in 1.13.x in distutils.mingw32ccompiler. * #9556 BUG: Fix true_divide when dtype=np.float64 specified. * #9557 DOC: Fix some rst markup in numpy/doc/basics.py. * #9558 BLD: Remove -xhost flag from IntelFCompiler. * #9559 DOC: Removes broken docstring example (source code, png, pdf)... * #9580 BUG: Add hypot and cabs functions to WIN32 blacklist. * #9732 BUG: Make scalar function elision check if temp is writeable. * #9736 BUG: Various fixes to np.gradient * #9742 BUG: Fix np.pad for CVE-2017-12852 (bsc#1053963) * #9744 BUG: Check for exception in sort functions, add tests * #9745 DOC: Add whitespace after "versionadded::" directive so it actually... * #9746 BUG: Memory leak in np.dot of size 0 * #9747 BUG: Adjust gfortran version search regex * #9757 BUG: Cython 0.27 breaks NumPy on Python 3. * #9764 BUG: Ensure _npy_scaled_cexp{,f,l} is defined when needed. * #9765 BUG: PyArray_CountNonzero does not check for exceptions * #9766 BUG: Fixes histogram monotonicity check for unsigned bin values * #9767 BUG: Ensure consistent result dtype of count_nonzero * #9771 BUG: MAINT: Fix mtrand for Cython 0.27. * #9772 DOC: Create the 1.13.2 release notes. * #9794 DOC: Create 1.13.3 release notes. - changes from version 1.13.2: * #9390 BUG: Return the poly1d coefficients array directly * #9555 BUG: Fix regression in 1.13.x in distutils.mingw32ccompiler. * #9556 BUG: Fix true_divide when dtype=np.float64 specified. * #9557 DOC: Fix some rst markup in numpy/doc/basics.py. * #9558 BLD: Remove -xhost flag from IntelFCompiler. * #9559 DOC: Removes broken docstring example (source code, png, pdf)... * #9580 BUG: Add hypot and cabs functions to WIN32 blacklist. * #9732 BUG: Make scalar function elision check if temp is writeable. * #9736 BUG: Various fixes to np.gradient * #9742 BUG: Fix np.pad for CVE-2017-12852 (bsc#1053963) * #9744 BUG: Check for exception in sort functions, add tests * #9745 DOC: Add whitespace after "versionadded::" directive so it actually... * #9746 BUG: Memory leak in np.dot of size 0 * #9747 BUG: Adjust gfortran version search regex * #9757 BUG: Cython 0.27 breaks NumPy on Python 3. * #9764 BUG: Ensure _npy_scaled_cexp{,f,l} is defined when needed. * #9765 BUG: PyArray_CountNonzero does not check for exceptions * #9766 BUG: Fixes histogram monotonicity check for unsigned bin values * #9767 BUG: Ensure consistent result dtype of count_nonzero * #9771 BUG, MAINT: Fix mtrand for Cython 0.27.- Update to version 1.13.1 * bugfix release for problems found in 1.13.0; major changes: + fixes for the new memory overlap detection and temporary elision + reversion of the removal of the boolean binary - operator * 1.13.0 Highlights: + Operations like a + b + c will reuse temporaries on some platforms + Inplace operations check if inputs overlap outputs and create temporaries + New __array_ufunc__ attribute provides improved ability for classes to override default ufunc behavior. + New np.block function for creating blocked arrays. * 1.13.0 New functions: + New np.positive ufunc. + New np.divmod ufunc provides more efficient divmod. + New np.isnat ufunc tests for NaT special values. + New np.heaviside ufunc computes the Heaviside function. + New np.isin function, improves on in1d. + New np.block function for creating blocked arrays. + New PyArray_MapIterArrayCopyIfOverlap added to NumPy C-API. * deprecations, compatibility notes, etc see full changelog at https://github.com/numpy/numpy/blob/master/doc/changelog/1.13.0-changelog.rst - dropped xlocale.patch (now upstream) - do not apply 'sed 1d' command to exec_command.py- Add xlocale.patch: xlocale.h: don't use obsolete - 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/shs390zp37 1738753705  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklm|      !"#$%&'()*+,-./23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@1.17.3-150400.31.11.17.3-150400.31.1   !!"""!!##$$$$$$$$$$#########%%&&&&%%%%%%%%%%%%%%''((((((('))******)))))''''''+,,,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:37339/SUSE_SLE-15-SP4_Update/8e4ccffb4bf995f8b0d7e9784d778eef-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]=bf1a0883611bee9f1d661c500a8ae36f1120740c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1fef406c125b3b699e6429523a425669a26c5d17, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1d40bde042810cc139670cb0d374c6332d0f78e4, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cd297b1aa8e6a2461fcf5072514f992415daa0c2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=551030fd6afc1e1843f7ec47dfc2f31bfaa77cc0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9d75df7818a9d0f785afd5d09b903cfb233fabe2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=60dec13fe02c86dccb0e18babc4ad9e095795cd3, strippedPython script, UTF-8 Unicode text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=32df6f7086597f903596bc5e1994234ef7294463, strippedObjective-C source, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=78d8b9d49b77180244c756d65a215cd7c802f5c5, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b89c404563ade66cbaa6d1964144238b92a85aa2, 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]=549e1d86ffccf43b70fa6aa13cd1bbfe4c8e8cb4, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6ef16732c8319af86f684b9d5704b64a9c3e35af, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c28a615d35731af0d8918da2bb24cbd98353d3d8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a2121eb7dfdb467a20c2e1c0d5b85bfcda9df147, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5d5fabd551d2096ee99bdbcbd4a685ea12897c6d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b5ce97d3599ff2384333eb9be68e6f27024fbb9b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=46c975b02a5e036eb590cc21f09ec08aa15c419c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ec8e35fbae51aa17e0f7fc6db5b43bfda403a242, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=02f8c3538daee80d21347598520131d07f726629, stripped  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEJKLMSfkstz{|      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[abcdefghijklmnopqrstuvwxyz{|}~ #$*+,-./0123456789:;<=>?@ABCDE    RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR RRRRRRRR R RRRRRRRRRRRR R RR R R RRRRRRR RRRRR RR 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 RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRIڗ#iutf-8400082cc0f26a7d2690f7890f2463df9472286eb87aec631f33a23f569beeda5?7zXZ !t/^]"k%a â]JTE8Sl}dE",淋N9CQ4lBC g9S4ޜN7# v`ws \bµofp#81e&h&`,yluUu/aVQ9t3h6:5"BXqyb#9m-V>~d!K~{4 Zo>.0ֺ샥rC آ+ wO F{ۯG(ޠ̢D&԰6Knd˨b`z8ߩ#<PqT@m FJplMݶԳ9+oB͂6-?-3*-&`.<#WE;hY ;EI3jLws᩟E3`.*9hYSl)9C6Z@|)üw{ר n֨rmܣA{}r„:x nUE/"`aAƱ%=Yem1! l,X}D]q//)E'qIMQA3;B-'r"x)6+M$o~QFYI7SYc1ז?f8XDxȮ[rdy։ )Uy=%<臦zU3FhowRE3L=#e P|nuL֟?H._  7%#@ %GH)clzsqOz\iq Ng+DP|c̑8ф *xJ uXlX-aw g[l[KunN_iǸ|IwAQi4&;Usɪŝ 5]nxL^46?OY+ڛWyVܲ̔?>|&nN9~ ej cNz[Ԕ>V݁_T#,Q },o oD W]#E;xwIzLmKz^`7Nx~J+"1T7kdlWP#b4cP[9ش୰uU^Oq"zH}f %Z'$Ԉ>ʮ+&K8zۇC=X=*&p!Ld{֥XeDzFb XVf!V2j:,+4G$a.ғ<ϳOJaǮ$s)3:+*~+zHY.8S;_Kl^k*s)Loy,MQ9X0$&u:#жx2e l[Z$rl ˔ t- Oj8pMy-@Hq#awTOnE2[즓Gv=9W87ɲy0N,"\#Z23Gr{NA<=G'zz(sڣb)Lv;{dNDV 2X1Əy3x1STºkԔZp*at29=ІfW2R953I {'C59^:%pN'Ό$zub#"q Xu79䆒RL2#m= m,Vw3|y'7ϸ WHr8ϖ/9߹"_Mu%a-I|!gY>kܢ^ *q6 S2pұ _[H^fj֯}(xS%\Į&RrOMVW@{1DpH8h~b]+$\zjmL0lf͘SqᏀ%8"t4u曶QbpL͛g95"JR&8ܒ,~]aI D( nx#OU($R5<>6@oz mPe}Rsd P@-w :էB#ؚ*-;vtcս@[p2 U;\ T9`!fSǝ!^;֮Ůmd7\մKDM(g91Go.qY2'Sl`6 2 JrW<~?(caEHT[ށ? ]NO,tǩ8EKix XDWW'g}E̻jb6/pGqKI L3l!@dO zLOi2;K~鐮Ġm:YUhEOU*_U,+g@ (%K{\arEd@qIAtK;]e\Ws&.'(D%{it9 RQͷtzdIfuBgJV9 7g%}V*bX_l8T0͒0]2ti%f4-9;(4kߌ蟺N/F@851+FJ-`#,fj|i48 [I5`=Jh έ9,F1$c칛ȧw Ba}.Ըg=i5ZIzgmmr#]sz+ӻ|6wvZ!{{JsQჃ]!l8v܀ ʪt%I_7ޔ؅}-rg|3WV5OtqWXX׀'݀k#\q>x xJfx)HŅ|E-TŻ!=:`e#A(#\X(k+ f 5 uؾq)֞z.V0G77BO<0xTzP`4Sc^,/Q%h*TLw ,hVZ!Sz W$&.qv GQbʫb9enH'EL_G,2{54'V Ha{[e, Ulhe?kh={n(m (w\u" Hr@K$A LoKdPB໬RpM~$ձHzbhP1R8^,.9X}"qu"L/p9Ԍf7)n#5mNZx~Zںl@:P~Ѐ 'X-+cDl%D X:8^;|b&(+IfL[inBYr'cf6&[.¿`] }&=2aacj>DE3؟7 &?M4CHvnê nwv!>%~LV;DҌȲ=# \~X tUvd8@"fzHquѶM"+? w<]r!/)m9}R7U+vo^MiHݹ&m@po}g)]cS]"Rf,Tiw~[EnI?n;u߷|&UUg[L^wKNk[xq&2PVOxv#I9w+X|*xMz0T@F%ȵap0>O^s`g'R|39=/˶5D0*4` LV%z73aC1  s* )틊#9 M=*9IHZ!GT AHB69~woc[s (A Rm*cWZSLGͷ]dHYbɲ; 5Lo8` zNMK1q3`o0_#ypޜՖMu£SzzQaϼ*d#ݧFg Rj}jEYfs@x<=LY [@`k=<Ρcv(I]NIҙ")@ ,K:FO0` Hj2?AI:~" [諲r Ázjcry;'JPU\bߖqDn|:ίn8o.]}t֤êYZat:Xäȫ5Goꤊ3=,.MA3o(@ħ<͐@2$:-K(b@7$62UkrQ0 }/_ySl7U;|sǕ_i-ihz~m4\[:J- i֣-!6oy<~7 ̅HHzs-j2Vyٕ&1Dypu6JXɑjZ -oHsGB-@L#H};8 !}\@SL;fgLZߛLLw µݦ:R '=Gwo稝ӘgohhJ#\i!߳ҥq~Im ;]HqF0;8P`'pԆp_uY zSTU`6X`!Y80<~cE(dަGI"ƕ{33 <[Zp-D+|HxoY3Ll1b 1' TTb9(K4dLf(r˥ Xp_k^kaXtN\\Dd75>G}+V7~ PFM9 (O[a? >n_Qx)zsAPN4FD/j{mtmm7" w,MX ɺK!U4ɚFUmL!S&5Oi?!ؘPgG?& Bk &,u )}YkS*ɻ&]у;۸B+KGe*|fԞg+Z'#A#_ORZŽt`s砺l 2у_wKOnK}k8p ®OȔ^Zխ8.UBo2KlCcd2TERԜY5+yTp駢(@5ŝTU#oC0*0u1_+,eҢd(l2]2f6pBgV*=X6US6cq\"K^_t\t$.8 exĆtB?t}+dac<30~KJQ Un=d1DOr7rĊng"1BV4/o^Ѣaw/}T%F[PsLԾNʉIvJ<=#7K6pr6-9O_FQ800kJ.je |Qr]#^UdIۜ>~Ȉ3} gS0̣-f&Knha\ĞJ w3pDE$ E3/;QD>tft)7H#@(ԢVՇF0<XhmV*J#t2P8I8U8D&w!;g A]o'8!p(0^%ϳ:՝z?'*wOYK} -g>Z>'|buMŜx]Uf/]5o7=8DSla^Wҧa|f\nEb6!4 1|eh4b3ģRGkEHl75hT&^cEZlF7%ʙ sF! ΕoL˗e1D=0pX z`#%gSa1G\ςr-݉ǯ(aHvn-l# Bʝ{:BC16nj9%J*;h<(a =C&Ah5@N*\]u?뇆Fk7@2 XL^+k1较~r1NrcOxȊ-TOyOU!]iҞ,e#J;dHE9Giީ9݆"SEF+F[C){ڍ;æƪʴ(w̶J-}'?|a4[ƔMS9\CWR!Ab@~`jcCR xw dž8F  00hd*0jE½{s۝ iҽΓi*{,cT^Ա[¢{IgDOX+IJarҝW6Hsm(RC]ƺ3+õ9 {}; .oq-hw+@HG?bQz'9s)K@1IHwzߟgNBSZ9QD NCCH^VkT"]{>, q BBQI 2Ǜ^k-ge.8S#9U 7s_O;r:쳷X@S t…ٌ8$\#b{IpҴ KD =vqцaY !#jZ^҂;U^-9?$5(Q~$$ONFAY1n&9ٷN$ޠEh>|֋I4vPӦFO1-^ʺ'U؍>I P!o쭔Ȳabd J!fv;0@)9[A#f*"B¦2 "l8O|-gb󮜞ER1gja:/9o{ڒbAw*$ož}毞?ݫr?/{ӌi ޛ׀(ϩ=ck \D GjhA MNLnm~t)z4y/K*( ]PV1d~PqbN6eᖷg?)+{'›\GǹzG$@h o  LJh ccƑ<kل^*c,]&VB?@oҖk}}ٶr:NHf٣oGĴS]6D̥(mw])Ej Qݜ`q =6h^(6LR`O0OZ)Kt2e`Me ';n6LRU}ڱt0٢گ5!i4El";d$!^xT44js٤KCwJ#2n!n8.}1N2%Ķ1T/;BvS\20%?SjQꈏG?O[_СdR)aq'j=>Rᔽ Tag*JWM.s唇v# wTub1[_8e=2tGu5\*^} ȉ23#ݾT BY36j*Bx,!VY><:6'lÛ0{&yu<?{̣v7+N-pHV9{5{?b>"U(jz]-< g@ɒ^Iu7q.|L˱6~SXtQx? ]y?wY.;J %-y<)oHʄvHLڞ18rң(V$ϱQ?gK%mCR}cwGu}Pp@v 3|Q7c^k[ڻ-i;.-DdWT=0};/Im͇uiT/|2"o%B/ vUo-G- :}]5jLun&J:?xwGպZKǞ)B yHQ&%vXh, cʽN;9ȪMf+Nm#/6vy_ֵ§g8bH-ܬӍ s4kM {Jlq@X7`AS5:7n5L}BJ_x )5p%!2"kuJrSTE}MȬzERE+PqowL6* 4†Kau#'0Tneđ inY6jV(ad{҉B>YrB'B_(s' G{BA@'!o،ȧl<)c>NB!{& 3.Aaa/[ރF$DKX?+p3Yog*(\FmON<21*u8Bn%MfgXKx+9}.:}O;0e۷,j"CG1_ nƿlTއ;iҘ23C4<'5{yitߒ0F}Iy*A|\E+ 7a!ۅX\b077L暼)O(:kVg@Z3‘sD֌"}1U#8PiO q ȋlg^+yE輀?IdhJ7 bNL+ꑭCy~w0( Nւ '[f4>C˷grSl$hК0~-pl^JdNr1ح͐ ;=Lԉ̄3e@~K~J]!ٲׅ^9Շ^TX; &ZoY)o h6pTB@ާ[;0rdeS.rs9eqC ȬH)oZ3 2u֣J8CvXy\e~L[%65*v6v9t2#i|LԫnC(kܼcС_c]f\8/Uq_'Wbn9c'ӖSQ{VDS#MXҴ[g!=3/.S]bw)݇w v-eHڨ>bLM2ЇzCL]ܹYu+B9(wJdcWyu}{?6T2Lvw}B0A-EݘJ, EI] fo|98DJNC/erԣ$Dc5C=g +Yu f{ cѺqwn熞v]NpafJ9|iG؟3Ik f<!r) WXW}Q|Y.BIvZ0;oE|ku^zA熀ᩢѯsߣ#`EL8Az0×3gUҡt%!2[9f޻( v!">Ww 1c:h*sŖo }bkɳ If:E /TS{jo ˁR8]QLyj`>n<(w$LO:Y2`lP ٚwVye=\ٱ:տLu_Yf?vO8kOҖunfcW[vu7 eg]H5 hv =kOgْ԰U;sd(-c@'3Ȉcv!4{1uJ0{᫾6,/W H(tzAݷbO$H:|FU71g"A6.,t/;޵R3qЋ~)S \Vs]WBv ajFI HXH 6?ڡUYR{v՜M–_{_Ck1xoW tC,R SF s+逎> &ő"oAlӅ->Pҡ? Fb1|9`g1TW TvNE dog4OfwO3"b]͂ ~!xz?\2u;'ӆ}m5²L6ó/ԥ4[4Wc輪 tSĥ1ũ5E3^nO T9oh)&=e/(`˻;uP3!dnAB~kI7Hf`uȤj< ]!,m-X,B _vDo-X>vh\QӀ۠1@nl*P@ǴU-e;gt`g<]=d͒g3ڰ2d7 wr\΅|3d75Bw],$y*>X^3ŒwAoĄn_o {"Zs#k.x|=i4Ԏxks462Y-Y2p{lt1A@j^ŶIX(g'y!w]s96_] w#ց=pU\5 |1\jIeIŹ(qs(Yfu#6I d5EzPftʳ.j^5GkC\ԈdhrB~-j31QrU,|ut'(&K J`5V_T}>QbtEzQOz_0Frrk~@KyVsO-Va(Y_ԓAx3O-]μV)ӝ XQ@PX˜nEVSY.v2tb>>+Y"ݦΒ,vdzY2jT m`^œ5F[q^Ozj;҆>4G5XOFq㆏QC&vׇvUX1 ]ق'[Wplzv`/^\6 +M^/Il~О"Ό`OB8e`W3II{XdOl7ZBuӭ4FwG4,> Q F*-LÙU3m5FKІfqK-<&w![w.[4uJ 0j㑲ɰ&bا([mAʄ{xG 4qJI#fx@QA%OՅCh.p_ź ѸR rF,(ˠ&E=V'5:omd}hא#9pU8f0 fhuJߥzBAU}s95oO ,MKqa4,JJ?֦u٧L2)|f,UUifIe@A#ag[DPSnwiנF.!#x1~K4j">2"Y|fB1kmbgÀE# HZ̞h''+7.L)O*oI#La{@4.SU\.Į].9 Qi PF^]?Q(@-h+߮Nd_PY;m0 ׅ)([_Yߩ`Iw0Fo*«kِ2qmʜ/ar@qlpߛ34D}Fy'"51i}G|BG-g@ ;Itz3vdMr1Ȗf_z57Cjc̳8O]D ܈n5u>Q ?ʹ\w^#Uj_@OsGhjIÿ]1Oһa?IZ9/99䮲)^cyL3NnLB A]>{ ŇC:^IgO'{IqÐ.$O:X=jX.{:@H/B/;#zYN߀{]&"tN2vӉ |*|恨Hl6-;b^=l)[ OOT76?:!wM3ZtO3+نx ,˷cq.jcgmV 1.J\0C$,$%m\GlP 2ʓ4 H ƣuE8~X[I}#x5\.a$h1/ ԩ#ܭ::a I%=_ K":]u%'֨s[اl6/yػ0s"d l^˿A:6y :-g^_`Qyah븯´ O3FO,mND9e Apx_RwӢ8xm\gu|14lgOfF(૗md->2Gyh"h_,Էr UJu72vvIS&h4;!:8ϒ.4Oѧ;(N3Il`FV[$$Zo <#6>wIrp(Weiv'-o0glZ`3͐iy%~KPwb4*$ CY7BQ,cyPq!9!oN [jî%Ue?K-ޭs>Q+a9DNwWRuS'q+%@!Ql`!=&˃l |yH߸AciW4^_cMD')AJ\o]9 ʺG6A cF@hn4K\@dvBm/?!M9 Ծr==3Io\T0yDcwjpzRb@""Y7c/EVAXT_Xz3REbގ1m$fCA1ĝ݋kmuӲ/br6&䛡Zi_F~_#7 {NY9pdV}5NϮTbJQ5zUP  D ey $Y(%?Q(-Ճu-bu&бfTpn͙2/A}DriL!nkS "RaJA]\QIѤ:"w sQ :SG#PwQ{4s%Ưs ڕޠ D+@ԑ,ΎMB$͊fS@ey5]ĮX_IF"r5V@),h}bx#0G>nw'ja}@9pYգ0m=:I  1 %?NSo`|:u"/V\wa$rGvވ7}nXӭ@S=R/TRYAO/cUyV'Tm:u_m+Z(N Tjz0(1]2OrL~RPk~PA3eWvwǃ iX\S~:t 233ZP&("_'\I"=1*erRqQ&p'sdG jW(sd4{rġ 譊޷p|mL7R=ȁ-Qca{Yn%i` @XCIZ1x&£V 9fςO;x۪+ +FOW_C(t^c6YAɗ# ifYIՓVRrə,z͍J!Mc='}Qa֩18yf/ҲXFrT5/Yuo^E [ڒmTڎEXCn΄WZsuIK1zjXd9vEe&l-A]80D^APrՃ L_jǏaO㵑B/~05d#E6sC5Lf`f$|P蘓6`h&{ F݌ASod?չW|To!-Qw3a[0}^~y *EٹUGu[j/E$ug9_%y3=\!8hǦ=؟hZ5VR(vƶ!\|t#KCV #NW9<3e8 %g ?N@}/8 !z%B<ȕ`['_"H*^Ԍzم XyzE_gxkl .x;Ʀ{GQ}m눆|?{ODRʟލ0 ;_ce:̃!j}e#yݧ.מm4$.[?g \詞ӎ_lf$}@,'Yf6ΉCoC#L 6 vVsSv ?%~0ёֳ%P_SQlv118_sL{LcM$dprX{o$H+7d)B<z{\찾| (l# g@FϤ(,ތ@ƙ&@GILI˾M `ܣ]CʊGf8QD+ZMZř㝇{NReuۭѕ(`OBUV~&SpwR@+dUϩEi E]C2eG?v+_GF:t'p[eáR!¥hhTmkhFlc4O]Qe^-/@-ApAGA&Uq,|[0I5f'tprBEhBzIyjj!d%Pg'2+-^v+H;.=\О7oJvC[V]fk2L J0$9byX8H#C@+M&B`ʰ#8T.V`wś2 11,VCWn!f8v0Ix++[yp\uId ϶ 5"۲3Px{*č,$:A9t['y4j׼GʀnkNyMt"/#^`[0uhQW>Qo.ڿiS+y*8K1A*=gUAKɿR%Y. nVަ CX)1} sW膤tO#J'>X̪tp>E=5ޢ^|]3$s^.`lTB f \1L__sM_ lI3(nDHM\b .Fc-_R8mUj@kYDԍEϑ`r?0s#\*YPza =_ALEvK#;7gVY+ Y1i(s8co\ZM FG^A W?WBO?kuJ!a( kVHb`$J Z?sJ+CdetC}R=;`p)k2XnLzGa]i9`!yϹOeu~j'Ѡ%W86\#J 컄+uB&cr5/);ͱF5U/;Y6=~TKD^gQֈqnkz> JAIcueY}DuO5hK1y:.ݯUHc]y먖!d&P~Lwݣ OR{PJO"2vIWr!QwKf U͠%]u`Lܿh ԏ)#?I>H#x'y;;+7 R[_4 jDAtOxB(L`֗&w3G7OӜF]|Kt/8{Sࢯa'8U*}N"̧ޛ5$} 7.J(C79AؔK4Q; oҢ/p[9M_#kd>\Q'/氌_ `,RSmh2mQc$WKh0S3!"|(j*ttJ |˥[gHrP"ĥq8ƼGDF1!dlsWW -8r{:A3_о`r]]r9'fgOnGf?Xe"G3G;+8|" @7.IP'LvmSPD کF;t=8qKyaN!`Ø괬TVj}4Lm?w<2ΚV2vL-P_:=_`:gE3j5bŭ^Uk÷ W\N6T>g|s0NXcEJ*~$/' l(ָtpJQpg,œr^ ;L;qS'ֹojD6#6̲`IV #%k+t" ۆ<*;tTLņUX!ǹ DzW z&viruEYÍ~1#mnVm*͏PmX]N%ր{e^= [$`1#cN^-VNc,Ɉy&Ydv?1=K]xwhCKUS尳ϿoEF#)cb=OjQ]!?fy@/CPa>+x/ۤ7Qt"~ <. ,_rBVq=KAK(S,N55Kg5V^ #׊ߍ: B=,mߎqA5db=RkL)Hcyd|DŽ!;wC`kh3^UUj]cR' q;9s.#SkSoYЏt4ɖr8"Q:Ͽ7xr뢣&cyZ({4Cdt3ġji0P/Ϥblvm+_*! k![j" q 1Ui80E`)md)=~h7ҢDpθqw$?±rg QַY, rmT7IRrFҮ$dp4=j&LGzU)(#I73ڼڊjҲ(c97-\c =kdmݓ巊6L-=Z+Q#%""rSo' @:SPg2zUмnyF^}& "7#+_էif_ 9xMt).CjҮhr_J Rszh)ĆPؐ==*OZ!dxb&8aPZqizrwvͥ`BfrXDI`5w:Niukݕ$tNKw%D CUh_NE㾑XRhrsP=Y:M80a0ÝArTfژ2a5gt6e^I0%h5>JʩKXI1?Ng$gEοxȳ>uS 3|I-u$?:^ꌤ͗B;clkgݪ'ht d* kg7F'z@ 8v!{УNzrt`Aoij/}YrThloC zʘ$#+z+ZSa|%ɒ)ƁĘkuY#y~ C2O8'z!+:ϙa@ 77؈VfidapY 4TV؈1bB`^eF/Ľc*&N)kl<հP5$tΒ0isŨf ޴Щ w82ŹK|B3^w F2u`ذ\nG+X !czH؋HvNLK#XXiܲW7 zIׅǬGz|c~[b7f^NxE*!$-vm|0lʪ>1,3TйE!:zqJp9( 9.03x6mkR b{3l\2q`v# =!4l (9+.8yμwFf;pZ.Ԑu.ψ'݁1r)gߕ&)$t;AieU0g`Ur$̵Vx"v4w  sDΙ <2)vذ*bsSfmRܢ}HGx Qa aĘeƉB"VV#Pm&PM^bEwu+If 2e%L8*NzָYLd@iB=~st 'n|kd pu13>{Z~} E.)E@,mm W:B:ffXI"e(a^qCoc}n8ĥSL#Sυ>X2)^`D+OEnṙcdeH@>ɨj3IFYsA'@{D|*FFU c@N ݿ7]% !7/LPXքFw,cM& SU|HYۧBV֐(G\*Հxa딑^P{PnА>Zj^4 U W!rO`R5X ƐI yw:rsKP$ʻ>0Gۏ$3GEhjb ~#CyiKd|{s+~ OC5."')V/vwu8Ö.&%)`7C]hl})D AO6VS}6uYAsIP9o L2?gW NɲB> {Y#]3x|EvZ_mBhnWvE# \Ҿyv-{)t*36DQ?;\-S7z+ʉ /b!=4c -  4awgV_uv1g;"KpME?q\gܡ+Mu VK؜y<N./fP$0u1]uOmzװs(#Q I&9Mi/7O'e/+iך%1hCPvGMNX,̴U5EF68=b_夆)DŽ2YIkXLS^+ (ӹ۹@-yWP4d37] 1t:# kq[2[qrj}sRzERyRyw ̩,K7 H֭BBX\DGq|>IDxQ"2)-A!F'KoӻRR%%'@r[n/4^VYX!>Bz-,r@zR@?KqLɚyvU\u̧_Ay5+0>6%C|!xtA'57;LT>YdYɎc&UA %;|6_|;{mL IȸY+x/XPz h8 ]9G`1Bx@A|^mM/ǃ=Uz@LИu!w)Z43"w0 0 ^{i[!]ܿ*TQXj6ɅSC[< 4-]pAXSƫON hZq<ό#|4 3 xy!InjT9}aԻ_Y,80[*Wf#ѪcQ_ #IFM}Yս谘y_H"Q#0#&Z {FLϱ }\KvȿQRD1ݣ.P~ij-#k)W1`%F/G3R™z-![`J븵'(d[RFEǖN>լ1C2yO{;Mױ <eBIFwیZm!b(@)G!$Eç1BxI+a>޹>ͪ2O ;jX?XBAXiQY2?E왑|15c :7H]IıK]0342Ԝ~dgり%KFbx79 ϵdN >%zsCVY"LYFatለvZl:vvZlv* oy'a$^V$^J maV!}4*'΄ :7W-okؿDw0l춺,wX4%` <0aymZ-& ɿNt*1^g&*o\Oxzǁ8Om.cJŨy7'-\C;Xui=b1 yHm59sp/gbmu naP⧓}\kwo r%w- j;+Ղtg US .5(13=JJX]E;wo^̵=IIp43 H3͢Ws 䕿GⶰbA?0]Sh.uMEʏÚG Oz ļnpЌmm\6Tiy _% mA*Q׵ ] TA>666<˽,ڂGfliӼu1<D b,Xsom!>:ǯJd}3/,zDO%_w@"lȃ{B %]d FaU"g3-%<ͿԂ=@| [Z/g¨MNj_= ,o[N'ՏQSIy|4g w?&@Ί)ghE,^s4>fR=Dn.遪ݫMqʙd5VF;u[HL H]0"!`a # t@7%#VoPTx◭e'TZ"ܣ#l5+P1l@].ÔfpC%809_읊5g@Y~HVL8DHy&w8|>{吃z؂Mt$/1(w%loh٘;)K@$R>;g>NQqzDŽ^&=kT3F&  $\(Ģ3x0?\}F|sElRkeX98*$[ .-"摟d`.^^L[ w5@iY&¦!K-O&˹ʲ9_x[sS9e=4,WvDLi[ jZYXl=SRfʨ~=j݆]8 `zM/vO=32 _)AЃż5K&.+ʘ o}-s{J`0hԜɭvՐu.TcpH\izۜPjoj =mtICh]BONAu炻gj1G녱w]}8AU0}m_vZ3U/ڮ-IlFxL{t_md8j͏~^d$K "3oz9ߋc`\T *$|&&1Ⱥɒ ! Ƀ)` ]hCZ(M31݇]8ъw)㫘,K!%H8m,.^]-BU1B!\L=*}9UM8Xr~` |UpJ(OBz@R6qZ5XηӅv݇nZ0J Ts%չqʰ-,8PrvӢTbz#w /C/V]^wFfhIHhme|`#&}q"p81Y~9IIkcB ͂M&61b0j0B˵v%eu%TS9 ޽VʜOLyw!#ɜ[29I ͠Wz~u8NO)!Fո1哇^xS0QzHi~äzZ>ʌTK .j wAeve()d^O|8wO^Zg |V7teneN@O o\9[+rC]ȝ`1j"ݕ` \ yHpV%ƇZ40ʸf Ǔ'.C8|t:3(R~Ԓ@7#Pju]}=Le̮ HR9>pm3NwGt+>4ʊ-ۅ>q)PL?M"?yEdhJ]4}Ks'c'I:",x菲vOV&ˋOR6GCmwq4io1boAS8c F>֛*ig-Ӻ{K=]ԥ?Ul(rZ׶5 ]A?þqya_yMY nR1eԔe&mB'ٮ"h0@u̜VboCTD)̤pɷѭsjhS)Ԏގbeb'Y|]@֬uQg!gI\g 0 @ hĻ?UQ S W3 oOj펲:6NO5Zp+,3#Dlo&:Ƚ+71۶~wՕoC^!H s;efL 2pC*8>Gķż l:*+#@DVr- Jʬcrg/ԚQ Q-1Ci/0Ώ ;z F[M`2ZTzx@U؊gcfsF˝)y1 "cThOIdVVem9%; 3${:jZ76WV fحa|Y/氟~*i AU0)5 rGٟ hM<.8_&Z"Sp!;n{ fi&pDA ><CǞ{gxTB5̐tTCFꮰ)N,'B_Jqx*8\] s>}g2^Vac{wNә ;yzا~{6-|rFV氁/d38jךϦı˰͢*NYYb.:Qȵ)'ñ{L6oal+u| 0\ KƸ ijdGyx7CMraYʒ*D3quS4X1HTq3iO_r:ˎCB?v"|ٯAn>TDY<~4CT>KrՊ5/OPO|u2U.ffq*;8H;d#n!KJVt?Ra26PO|be+57bAuz ^i &#wg&[JMoXNOb׽~Ba5Ym;74qfQjf_>tճn& Ͽ@|KG#B$> pXFݣѥw57n$,ĒVaP86`[]&|%/7Y41AP~3ݍ E5_;)ۀ i! ,KƂPUT;BdAa~m,☨__ p1J![C7f@QiqvwC=o":kqDuha_oN{e+iAxD/{̴Cdq˝JY)M Ot6,կ TF ^\ǖiS{ZP09u d! vt>ǣ+M1h^}nh^D#kP"G*'lr6I 7TO K6G'@3~|.qݶܘkBvCa-ߏOᙞv5R4J"/ܙ5Nov$ykf} 4cM@1w4n86I[f@Bط|]m3c}ݐ4Kn*/U`AA@/\'2ȳr]e#R9kfg}J4?ALu$Q(YQ0gBH}25e߶%quНwZ0^Bơ?CCr蝗Gyρ^/֩i[Ig,-MqBQvib;K9~[r; bTpNQb=jup#zHJ}O郐(Բlͽ@ҁO_'`'iM%XEYO\SD0x2_ jKFPJ uf Wx [tW<02\MҚ٧(|QzSbT crElbV9P6@рPia"_ 'ho#V?/R Mh4~ˇZWXTObȀٽXF"_@gE9P񺎯 r>5ҟ:EtIYzY?}K37u(P f[hfU"3]r"*7|'EX\r}g_NQ } gI Ll7VXE7P@8rx̼ E0~pЎ ú%Œ~C?!SZ/= FF Ɲ7;ɄC0+p_3X&c[Х{#dY,%R3! 0DtbN4l.?sv yx_q]{ D .θ. zACUc+CFJ?  kyvFuub,RpeϡLI uWC~oce#s_@XK>@W m>y"^U Ul8(r_Lw25u}Q̪Pb ,͸<,M|Tb1j㋗54$X] ķBQ"jമճW#Do]@SDs~ )5F(iak'*1xE̩ n25$o=) 7$7?=DmF6P)3Ej ]Ÿ彪Ɇ>&wޭ|?Rul7x%?{ xq"%#O/x 8*p:id[-3194ӝxwo9sP|*VDb\}]/׳drFPAkxٖB皃BF0 /9)dx`gwN`~n8o]$^yz ՜f舁eY}^5+V glտ[TG;n^dއu`L/4]Oi]R$]uE:v[$EK3 qw$cTt},;d@1wȼMFf\2r1 љ} [5;C ?dr-5>H#1Ŝ!6db$T9'NQ$irXؕvWKkxc){DΛKPSy~B"BO(\1ʤ'-GJªtXa0K"dܛ =O,hx_paϖ;k\`aˉ<ͣf, SZ_ >}'mxA*u?vŞ*B,r*_A%>ocf nYȑ}{b/$}ɑ[`/&L&3@w'Za$f&kX$8 aoؑ} yAy$zrZ⪐s0{@ee Зǫ o̚jy/aHXã®8N]ngD< ѳC梉b A>9FŐu/{B,[&xmB@0à 6;3 CɠGV+AX8.ۡeܛFÅ8mRٵ"-sv9?tm :H4 N 3ӎܷ5yO0MqY~zB4ٙ@ط1'`.ƛvdF^^I#Vu1=;EɲO(t:/e|9s?͘Boy˽ڷP."J9{bVI<6w]%۬A~ܗ >ʿ +6 l #msEj4P6;`~ךwg.!.䬴B餥2J6YÝ/'&7ǽ@#XKm5ѝ}`8LJ۶hcS<*W(636O~=GvZ\R CTVVr{s)sD0^!0aXn,_LQ[o[jxҺEa<n0p[?_\Iz5'ڄKԴ#_jڛa閞N材b&*n [=s4$xҼ_!XBDyDy%)Yi&f؊߬+n瘦)7pjvXwMVXG]̝ti rHX'5m\G{ گsT:WNjO:*.h0,٨?e5?PC= y΅Rz4ͺ̐h) ?:Onar ê`I7~bm[q5IL5D>.SzlM  ١C9$wT,rcn2 NH:Ee٨ޅ`$tqx"ݳ~1 h8P.kM]ܒ#FpH {MXN3 Y|S%(6MN IYcq {<~h=ynُ)[zq5ιhi\Q"76(z;B mԨ,ӼQ7SqUW5,|}5^|XYad@Lc2Ѹ}%i[; 1Fk_na,0D7uRB{KըT(];fS~d( 8X_s$ amȞB ~ȁgaGqFC ^O&{4HVd'&@ Ed- 9L\I#+EBU?\ō~؊v3JRh;1_CF-KK1 h^o}~!V=*zy:(!%Y .x*8.\9Іy2AAs)uV]p\gR]9[ }4&hou9YajŢ$T˄}@CenB#1~KIs<0̧Q lʍ=.B]>80dzp'4Uj|KB¸; tPf͔;b/:c UlL+ tAEYˎsql.vjJM*.;+rbffZwx!A;xinQJAՊokMK?6FEF@ q݆VytiQ@ 5;\Bed^ѕPQ1Ւ3iB phYt'I 29KLE >Dҟ PbV>N[7)Qi-kEa*^OUܠ;gkfiJuon{13o$&v{oČ4͠ !x /z@"}:j>HO8rG Wg ]Ss=r\bI6ف Tx\yZ)cXWd)kݮ\v6Q_g7?*Kf,2q,ШxX7*pZE  5Mn@B:MNN#~eV(メ:ϋݎڐ0] <H`Bs: Ȇ~t8|f~˷<[?+p 2Skzxܯ22N᧠)) (nop^9x|M.̑U .kKAW _欮 Fq2@*Y%l]1(:dTy̖L;UQ{wIO6g%G5~[:M=n^ z0 '-jX/Z36fũsljbHK64D;RrmP'-LQ7KOp_a9+bUyMT BC+:zuPYN4+ @$n!3Qy6՗ef$'vAYvoØkܥ`x  d D]bvJ(c \V[wR<`YIHa'6yJJz Ww8.֠,^ģ O`9E31:SZp|V EPlxϟ*|8R`VueIflTl뜢<:I C\e<{z8D)Uf1[KNLvo9kYq wQ!%u+g3. T`[r)gi9== Zgk> ϛYjQEД'wXW1~B[xKBnkyECKMs+.)KzDb|^vNо#vj;] EQo BI>,q\4[s`ٴh =c42]m}.X%t e!L8`]:A#+N^Ưt]$تu%Ae퇘3OzXMq,Mm?PVۻ[14~Y+^YrɔR$h arv Tqe~Ak2zhzyjՃ)/ĶTR(A(Ĵo;.ÀǣЀ扖:mܺ;|<!?YjBnp,X#lA Tz͗G-NwIAtxUFӆxN,=~gENP_%2 od9:܋<^ ED`/&:k,u=^G%{ʃcõPBS?lLL)0W*%0bV9NaֈR%_Va7ͺϲ[5̒GK75qۑI"jzkZP>ױwZ<ĔqAI)@VK.cn%?A-#׍TZ!fdvkt(%.1;G3Ħs\ZXub-vCS/OP((&0Y@ Ep-zr~70I,Wn< #p[5wZa cc[yRtq#㥹k,*~3L┮V/{_kM?9.l'\4T}p]|gۼ8.2^4 {eEʨ8gn";K7-[? xWD&4j`i Ls$]y,Ly[5 @Ǚ$;+)/=G[lPgUm&P&L63iLO qEcȋףq1x ~q\e$ g_޴-ZIX+&Jψ9ȵ/BM1Dp%/=Iu}~ !^"<=5ꠧԟdO7*0C>P]2Zm}IRFqtmQ5M2A'h7AE$04PKL !ҁ^c暤dq1yܸףqSBxV?.Vvm7Juay~W*`%!KG{ _5[L:8RdFkPwH ' e$y:1/68D  '}_2^ sf1$tHAn`u/:L|KYY!aRұZ &*X̾)Yf&]"yŌUC7+D~H+M X`!Po(B{B  g\0.,-FpD}AŎ"@ 듏o0}!" =\"$oCN <=0'KT8|cpzP7rފ6»T1)!枴6gLh:X.GhO*XdYé\t-~3,o+ljz;ȳeGl*km{Zg,mYtC82vb3 x{|}Hjba.LPvrK'< u 9f6&ƽ8B q$bF0w+AD^fx۩bg&ם_n|j M&#H^ 8zKU$1׹?P'y{xsD\@G&טf)){d؃<,fJDd&ͤ]N+]kٖk}qRxDs׎p-",j?lIgHs1@!)@aشoKArbZoW3,7!*=B UԩMY)*ue(nк0dQ_gl4#~m(6i%?\;# ƒa;9:Քdj#oH:gbوLJ<Ge{Wܤ/%)To=C{>̽Z/nې#qdnsO ܍suȗn;}Q,12t9/5WeD8Yng8lo3?h^{6{]w/|ʱFc:ѮSZ*Q=-S'E'3 7xNLLP6>鄿UAR'8|Fn?TOܸ5/ )̂yzx\ύxğ>3y(bXrv:ԴL~s74`dˁuL\Rƶ+%C̘Zˡ+WcT .s qג땕X!d% \"׷L{Y>?A1x_L3İ݉}5@r0ęrkިQ/_/h{>Z[y%tտ'v \&lvĽ N6I-J3sSҧE)"ۚϞij 'RϼXؕkLD &j|f|qZɖEnnآǸg'W{1{ z_[rt峤Am6͑N8fAC qn*iR48LlD jmUxjP ^E-r> =?޵7%aO%o31&~Q|~ސpM#i$֬챈0䃒vน]CZ[_c{S|7Ȋ2ZmƲn2hg}i3tgrc` #7ƫ7sLltZ[O'J[a^3TX =iLW+98G36IJBP:# MX1eZ!XqrdZ8`L1I7yP|t}bSVb?vdxpշ5do Vu}ݲQN> g{K)E0m(X|gh gON鶴tU05YA`4NUw5o_X#H6b\z9?IfӐD<ø=*ۡic_v1jKfF,;uYQd3Kn3*' yxAZ]-fs&'tڒBcE *s{*R(Sv {{K w#&wU-rN^u݂"3Q߱R@X@ 7 4Ry y,zl_ oZ 7뛎cJ7XCS Ul#*Qi0uq\߸*HgZ,kGcpF;7H\z(JXӡ_B)9ފs65^bNZnWԤYQ' ԠW%)raXJgs҄QLT${l(z0p(+/+1y2g| 5%4e^ 3QIfDG_5Ux^{;fyC iڢFo/(x9%"Sm}?MCPuv3G͓_f];GajXiX b[{&*tD 0${Z=o?ZQ024{ŝ}SpТ4ඣpP<8O‚i//EPXBoWB~Ez֡G?qFhD@0 ;Ǘ4ڭTpI8ãa<tsUJ>7FI_Z k+EbȂ.[.${Vld_~6ul&:7lu#jK3cwVYDןW2 [|3+Jְo)/=*;zZ駻YR*vVQoJ_ԏ28.ZWԕWMβeO~|Vv/,ArIy|;H1mLEm:~oS2\LF ាW,]'Z9-1FgT2ULD"Jٙ98yx͐iuBjK)*!5 yw0|4 z&v!\A\6;$5_ΝQ\,&U{|~͏q؏/p&Ƀ%YЋ7mSL % 8Uw 0)\읓˝KI9v&\kz7#gsɗRm~\遡%GgzeٟAOY' %iGZLq jJ;/"ɎH6_d`$W]#OU NUO1Mn>y.ςz.1ōg͍faAQ)+ܓ'hkfiugWTMgoe2ɕ` sQgvOŹl?wv[YiF%h\xNe; vuwܝA־O |=4׬bz[tot1+O r}T67>*k,>w ĕ璸t]pJ/wDgNs ÃcF@!Ho&ӾB׵!"mbiЂ@!!zKF& 7 MUJ),yʍ"T!n+Ou61 K|ٝopoլGyo_n 4fф\1fx̻1zwD+Grԫ~.Aֳں+`X_ʆ_``e.\ϯeҜ8@3 b:8g6-1TEg~/ r[h~UG: m`z5ZzZS]7 ׆a+x#5qQrlrOsp9}N-^jxzd%ܖ5f1͵yT " `6W,Hn&)_5Ũvbw+j6 ;!OS+WZf.Yƿ圊dWYf]Tf:kKėTJL*Dz}QVƈa^ҿs#FPC9t{LP-\ 6o \ ZZQ+: LR0Y:hVJ_**.Q/'jz2Ie8R0,ᓕIq؃5D-PSvE^DiKG~au-)Lor*13@gLcѝ}~ Ep"WCecYP" as9eI^11 ?gr ~@fp'C)6KB8 %s59xm(nuMgJL-]!@:v:_=1sN40=#C=q'SmjdtW}pp֜v[MG3 P%f$gybSl ѷ ftn#=o9Dw ynUH #KeVMS½fX9 ^&B2"  [wgjP4*,,e`tڈZȐQKU^H8jI&H .rbW#RbdVŞ?bWAfi0bkiKFW;4Лwjn-h~\ulJe0][?~rQ(+)6a n\SBB]9CYYoa"I80Zl?qnQkUk%po罝v`/xelv¤Us`mbSI&\RV=8p63;|wDeOS$*j; %+{N^/HtQ" 5!pdJ R_uv:=&գ5@ΌQ@YWZ sܒ$ /pN ~V+ $X0rT{oK+J13W E~$7.35M+LR$}yɋqQ;C,7UНҩ9hYih7%"-%XUNZfY?t4"~ء{i$C#4a«-3b9Sv9o'L2$k } rY cĚ1`*A=96K7/z1 un^wK@^Ӕ{4fP5ч_"mO})<˅@V_?U>˛}\CSE˫jp[b+DuS]\^`h2\̀%a5ː` |aGcP ?zzlXWG.nT@=򔞄 1襴:V4/L]tcnxYQ2#Nwݱ.MCORRX/9ZҎ6Xmw."%?ĕ <?U8D=?c/L]=?ѪFGn'k|A7oD{ r+u  ._alh %Z}wXY(~ m!Ւ6=_VϪpov](bE瘽zL.q^% 6B#|{/rJZ|80 p:K5)g..B6&w]kK[]6T" h$P$2`,b}Y ~z͙ͬT`E~lr!ǚ9/G}=˕(F7OGYIAQm2lױ LsX>o.@^Iiݲ?؎=B2xJOٌ̻F6z%L. `UL^,)NrT';%yl"Ro&&wO5=iWU>F*- Zbhd mЗ Ħ#0YV+|Y01>!1 r@9SP皊<R(M5 !D|zY&;πX#຀ws&i[cY n{Xثu; )1 6d P^,kiMioKc Vq [ 9y,YƤ}T#UŸs5(ړP_N@K~J?|,ͷdNp+1Ʃt98G@ʽ](\BCj2>}h&4uČ'oB`OjHGn΍)!˛KTAS>T$Qçy"c-yGM~&5[1)sR>eS U)͏jYA  v"|ULxYd:c묟3r܂X45Nm% lnF (k9X&ag#xE_E`]1W*$"p~wϡDNFpg$P$G#`eG{2ri9'2|:eWydUs X&n&#Ye$ZoId`d[6!-XnIZ=@Qi5C+7R̖x3tcM= N pR^qW[c)=U%V`t4Tl,vIfjr"2f?^;{W8{8Z$=.kvGiFVH-1U?C4 WD$C(~{\&1Rr:1U;T,'/';)IT4ه=45³$vY,}SC|M1x y ޤӚz0у$fJYсB=Q'UFǞ*ƺ\qص `k_(#6h؈,fz2/*]lA%i Y?hphݺQ̕ n*ހfe[L sArmm;H ؕc^̰=':HӖӰCPYopi<p9ƌƦʤȯSݘ5ǚ)4 RؽǢ]k}ζEg1hTi&ċU{*_`6c񴧙ݒ}\랽KADsJw8#?R ,9jҜ:Q2M"RSMP{69p].tYא 0%!sl4\`LOyu6h"}EZjD$b+_:&Ih2T<- Ó4,N^߂8zUHa-iVl 5K~yI;|K;qKӞ1C"~\ܬ@U[?I#n%TP9#uH:5wP J˕吋=Y׮Fs^TQb*̝[28''sŁ&MMsrPZS\R͆ yITlAdnHxCQ'pZ4i9gcD pڼ aSa I5kp,Ӻ *:-5H:8 7qb4}q4\^7ǯ<nw$;ɮI$;͢tzե.h%lpC4NHtLTv95 ~ gPryjwjL"~ d¦ pKʏǴ@G޺*m bSS\ ! eHqb~޳{uDUE޷ªS{=)[$,NE- -S '_+k;Yܣ-T2 ۹~uJ}U>qf%fU\W#VAV@VfHWq۶q6cC)h>U aJ]/cS >-sO-xA)ce!ޯOM:[-ݘ1Gl~F=Ed@rG|0 ibPǟ$DZz)QM*7^qm.tů5F_pdՑ2C0fHfHv̧nV'з}@-Q{3] /)'%#EBc:jdqp]~t;M03~2dx;Jj QTVOC\ɰ*&D&TT,d]+.fN-7i+׶oUFH2%1*{Lm.}@Ĺ7 ? ߼.W{9ݽNL6ߦ8ht r5R0KM#;RցNDٞ~f Yo102FY' 0=̅z /ur#cK%aBIkc;MFt,M:sVOZ%Hm E ^p'4ܗ)s7{աGqsm#zH&:K)q1 _^/Zv}(%e\ қQV떋(^R+ʪȚJPń&uc B{"I)I}(egSFo!{?=/fHMpmCox\~x}\ˆ7м >~eHż!zJ@9*tك L|:[>K<թ2[Q`QP| p6O#jXE ݆%`'r"*T g>|l{wC7!mLzH8Lݗ`8Wun^kžX<{0w` "u:3< z #ղBt4j#2h65ж&3Fϗ 6Ҁ_UxMdlv,sQ/x}oJ~8i`we)WU>|f=!r|1@F[7lDb&A3'Ɯ248\:{h-mKd41=|ĥSo<˖'26ޓ1N@ⱈt7 ?Eww~e ƁeBݹ4[#{ EK ~(SawMs7uی'>eWĜt@̐v۽q1>~߿fgR^KCMlu9O+ҷx1&m.7(aj_TO֓n<R"ȠKtd8u eEORQ&i$ԩ#iVA.*Vmن2>W(mTϩ"F w*N9 BPɗ2wZ(a7 r v#! QRD+Pg?$߁4 EQBQ/K7 ? sxH];_P0/bQOX1(NPJnykeUU~;{= t{o2҄R)'x1t)Hݘ?+ҀxMgT/8 =j-uUKIE.`xzLT;#ke+׻/grĥ+|w>4b͟|=cwFs5MˣtK+OUM ^fJ>>_IsEڕ WtSzZ30zʳO"厅%kEe~*/QUǨT"wħu%fqrTZ,\8C;k:3AH٣2mry(uXJt+ leVƈ'2jk~ @&8R !DrwbElrHސD;hv [)>!BqaYvV3W$F;&4#(3o5̊c4)E < Bp${w,b3>.$Han%)]şe؉AZP`& ̃urhLl,/`Qlzs陈>"Gir^**"߭PKRܮTHqdrfXxdӈu}ǎ U'@𒆼dܫX,̱QCS)aPcjkIfxؤ/Rest/=rVN5sfS\M;A0NU& (v y1qȼ<o7~`J&{҉ޑ_Q r?!&!U L][bHuYhFB };6"]6&Zdr{,{;*٤3Įc# SJݠh/:mtd}d ˡBf% 2Rh妣s|W ~WKpU(ZQ7aPu%'Rm5Uj,K2Q8 5QrV4%%+}Oi*>G{yQޔFv T?Hg۝(Vw3˰'=AS|9`˻EorCҵs)ĄМ) Tr Fz&'WȕɊ1)! / JbEgyy!4bb\ /y tN47 <{"ZY\5ʜL0U 2Jj2$:I[! 7M]ǖ!Z釃/^ 0xK};ڊb_p Z&:e>=Ԭ_&3V?Qu@7~,Ԍ"jf '˙j !r{DbV!X)?3ZC_92fP#<=dl.ק,< ~=t&1Aٱ/+a;.0AEcf2þ\(f8Cj޿I\1v Qx ʐ^WQa1"(^:HYoh/CZk9Z^K{2ApuC'q_Y3\t ^ѹ$EQԃQj&%Al@ZuhC#[)zl\+MUL%aD=]cʈ1>Ik29wK1+1]SȟqlzXJ5S:9'I{cp6Cum캴@Q?o>y0酦$zĉ^e6m4J@ڵ ցW@èt0nkZ4FK+isi펎#HzQvoE!q"67z.4wheQcꟂtKc j45<.RI?O)LC+k_؄m|uq#,@n:qܨ9PkQ[l(8b S`#3 q0!T2| YlBL(cIA1"6)%|Qp:6C [qF& K텎G˔'+ݶUE[X4D*؏*IMr89fD.+xQiIAw8_+p3JK ئ-v9@ܲvM;{b.B#aN|!,etjE=f5(UTk5 =FeQ,0 tL+R2oi XcW[u\@y~v;`|vh,\(Q(DD'܇K)s<%ZY 7|(8٠5.Z'c}"0]plZ&4U>zz/^kIHT[&M%bVnXֵA0O4ltRQ2[Q+.ffTx֕.;`3d8j\Yj.F  $^ i&88)c|! p.T2`#"NlƁ J)HQ;;#yګ7eA-`v^:RKtFӛ-_QXUꀃ.@ m/b$BjrU7J6i!MDn7-,$DB82R\ʪ_ l}Y$|4#Jf@Um`% Î AP(z}%"z"E~xnU0[:HމC[ȨlSશTǀ GE䗢(4V„-gdMfSk<e:"Ayq+xSE q^9ii|_n f1G'`|n2O#qscSYW211, ̅'#f/|:Y3/e7i(&8⚹s+>)q oK6,0P vۏ~szfjV>pUHth*U|s^eF{]WTlvVkLqK'^+j$K+Xn/ DQ)d4V$gEz#Aԃz= ʞ glnM>%LH+aFXS&9^teq]xI@ wRwoY;ls{}>Zb3-⃄fn"xgjҊJAjV%_S*%vdD#\"rzV~N*u|\!fa,f\"w*PYLV `0RH%sB;cYQn(q@@)L[`.yw&1ERN? JU~c/bևb\aZ{&Rene>eP]scbA|jy<ݴ̜(f0CӢ'<#q^ C0яfy) #DRrg_=,&$ϋS=g^;J)G(R̖2M@E+t:wYQ}Csu}:'O:ߕFYڷw x@wkk@cl_ kOYE Ha =Q_w+63S)S2:@+-۵zQ@t4G7|Lx"XRaOA` d%@i!j-2̥V1NFnW" 5 ~^8(iDCL(7n{*ѐ$[ YZ