Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11050434
D10432.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
101 KB
Referenced Files
None
Subscribers
None
D10432.diff
View Options
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -5,5 +5,6 @@
libm.so.6
libmvec.so.1
libopenblas.so.0
+libpthread.so.0
libpython3.7m.so.1.0
libstdc++.so.6
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : scipy
-version : 1.1.0
-release : 17
+version : 1.6.0
+release : 18
source :
- - https://github.com/scipy/scipy/archive/v1.1.0.tar.gz : 0291a2254d9a020af9b49ca648e8b41e1366be9a8a40849be9102626b2022422
+ - https://github.com/scipy/scipy/archive/v1.6.0.tar.gz : 51bd3c4799c545b8f11232a09cd824f99a0ea4daa6df612312ff40be11451ea8
license :
- BSD-2-Clause
- BSD-3-Clause
@@ -17,6 +17,7 @@
- pkgconfig(python3)
- cython
- numpy
+ - pybind11
- openblas-devel
rundeps :
- numpy
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -22,15 +22,15 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy-1.1.0-py3.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy-1.1.0-py3.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy-1.1.0-py3.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy-1.1.0-py3.7.egg-info/top_level.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/BENTO_BUILD.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy-1.6.0-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy-1.6.0-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy-1.6.0-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy-1.6.0-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy-1.6.0-py3.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/HACKING.rst.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/INSTALL.rst.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/LICENSE.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/THANKS.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/LICENSES_bundled.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/__config__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/__pycache__/__config__.cpython-37.pyc</Path>
@@ -42,46 +42,73 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_build_utils/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_build_utils/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_build_utils/__pycache__/_fortran.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_build_utils/__pycache__/compiler_helper.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_build_utils/__pycache__/setup.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_build_utils/__pycache__/system_info.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_build_utils/_fortran.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_build_utils/compiler_helper.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_build_utils/setup.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_build_utils/system_info.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_build_utils/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_build_utils/tests/test_scipy_version.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_distributor_init.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/_bunch.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/_ccallback.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/_disjoint_set.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/_gcutils.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/_numpy_compat.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/_pep440.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/_testutils.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/_threadsafety.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/_tmpdirs.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/_util.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/_version.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/decorator.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/deprecation.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/doccer.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/setup.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/six.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/__pycache__/uarray.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_bunch.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_ccallback.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_ccallback_c.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_disjoint_set.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_fpumode.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_gcutils.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_numpy_compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_pep440.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_test_ccallback.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_test_deprecation_call.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_test_deprecation_def.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_testutils.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_threadsafety.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_tmpdirs.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_uarray/LICENSE</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_uarray/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_uarray/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_uarray/__pycache__/_backend.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_uarray/__pycache__/setup.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_uarray/_backend.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_uarray/_uarray.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_uarray/setup.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_util.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/_version.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/decorator.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/deprecation.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/doccer.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/messagestream.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/setup.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/six.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/tests/test__gcutils.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/tests/test__pep440.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/tests/test__testutils.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/tests/test__threadsafety.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/tests/test__util.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/tests/test__version.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/tests/test_bunch.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/tests/test_ccallback.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/tests/test_deprecation.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/tests/test_import_cycles.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/tests/test_linear_assignment.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/tests/test_tmpdirs.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/tests/test_warnings.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/_lib/uarray.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/cluster/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/cluster/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/cluster/__pycache__/hierarchy.cpython-37.pyc</Path>
@@ -94,6 +121,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/cluster/setup.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/cluster/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/cluster/tests/hierarchy_test_data.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/cluster/tests/test_disjoint_set.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/cluster/tests/test_hierarchy.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/cluster/tests/test_vq.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/cluster/vq.py</Path>
@@ -109,6 +137,42 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/constants/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/constants/tests/test_codata.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/constants/tests/test_constants.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/__pycache__/_backend.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/__pycache__/_basic.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/__pycache__/_debug_backends.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/__pycache__/_helper.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/__pycache__/_realtransforms.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/__pycache__/setup.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_backend.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_basic.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_debug_backends.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_helper.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/LICENSE.md</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/__pycache__/basic.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/__pycache__/helper.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/__pycache__/realtransforms.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/__pycache__/setup.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/basic.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/helper.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/pypocketfft.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/realtransforms.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/setup.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/tests/test_basic.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_pocketfft/tests/test_real_transforms.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/_realtransforms.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/setup.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/tests/mock_backend.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/tests/test_backend.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/tests/test_fft_function.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/tests/test_helper.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/tests/test_multithreading.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/tests/test_numpy.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fft/tests/test_real_transforms.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/__pycache__/basic.cpython-37.pyc</Path>
@@ -116,7 +180,6 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/__pycache__/pseudo_diffs.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/__pycache__/realtransforms.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/__pycache__/setup.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/_fftpack.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/basic.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/convolve.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/helper.py</Path>
@@ -127,6 +190,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/tests/fftw_dct.c</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/tests/fftw_double_ref.npz</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/tests/fftw_longdouble_ref.npz</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/tests/fftw_single_ref.npz</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/tests/gen_fftw_ref.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/fftpack/tests/gendata.m</Path>
@@ -141,9 +205,10 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/__pycache__/_bvp.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/__pycache__/_ode.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/__pycache__/_quad_vec.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/__pycache__/_quadrature.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/__pycache__/odepack.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/__pycache__/quadpack.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/__pycache__/quadrature.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/__pycache__/setup.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_bvp.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_dop.cpython-37m-x86_64-linux-gnu.so</Path>
@@ -152,34 +217,41 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/__pycache__/base.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/__pycache__/bdf.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/__pycache__/common.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/__pycache__/dop853_coefficients.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/__pycache__/ivp.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/__pycache__/lsoda.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/__pycache__/radau.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/__pycache__/rk.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/__pycache__/setup.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/base.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/bdf.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/common.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/dop853_coefficients.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/ivp.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/lsoda.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/radau.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/rk.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/setup.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/tests/test_ivp.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ivp/tests/test_rk.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_ode.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_odepack.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_quad_vec.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_quadpack.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_quadrature.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_test_multivariate.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/_test_odeint_banded.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/lsoda.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/odepack.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/quadpack.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/quadrature.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/setup.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/tests/_test_multivariate.c</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/tests/banded5x5.f</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/tests/test__quad_vec.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/tests/test_banded_ode_solvers.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/tests/test_bvp.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/tests/test_integrate.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/tests/test_ivp.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/tests/test_odeint_jac.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/tests/test_quadpack.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/integrate/tests/test_quadrature.py</Path>
@@ -194,7 +266,6 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/__pycache__/fitpack2.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/__pycache__/interpnd_info.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/__pycache__/interpolate.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/__pycache__/interpolate_wrapper.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/__pycache__/ndgriddata.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/__pycache__/polyint.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/__pycache__/rbf.cpython-37.pyc</Path>
@@ -204,7 +275,6 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/_cubic.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/_fitpack.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/_fitpack_impl.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/_interpolate.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/_pade.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/_ppoly.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/dfitpack.cpython-37m-x86_64-linux-gnu.so</Path>
@@ -213,7 +283,6 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/interpnd.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/interpnd_info.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/interpolate.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/interpolate_wrapper.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/ndgriddata.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/polyint.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/rbf.py</Path>
@@ -227,7 +296,6 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/tests/test_gil.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/tests/test_interpnd.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/tests/test_interpolate.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/tests/test_interpolate_wrapper.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/tests/test_ndgriddata.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/tests/test_pade.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/interpolate/tests/test_polyint.py</Path>
@@ -253,7 +321,11 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/iris.arff</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/missing.arff</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/nodata.arff</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/quoted_nominal.arff</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/quoted_nominal_spaces.arff</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/test1.arff</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/test10.arff</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/test11.arff</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/test2.arff</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/test3.arff</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/test4.arff</Path>
@@ -261,6 +333,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/test6.arff</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/test7.arff</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/test8.arff</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/data/test9.arff</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/arff/tests/test_arffread.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/harwell_boeing/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/harwell_boeing/__pycache__/__init__.cpython-37.pyc</Path>
@@ -368,6 +441,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/matlab/tests/data/testonechar_7.1_GLNX86.mat</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/matlab/tests/data/testonechar_7.4_GLNX86.mat</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/matlab/tests/data/testscalarcell_7.4_GLNX86.mat</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/matlab/tests/data/testsimplecell.mat</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/matlab/tests/data/testsparse_4.2c_SOL2.mat</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/matlab/tests/data/testsparse_6.1_SOL2.mat</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/matlab/tests/data/testsparse_6.5.1_GLNX86.mat</Path>
@@ -419,6 +493,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/netcdf.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/setup.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/Transparent Busy.ani</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/array_float32_1d.sav</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/array_float32_2d.sav</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/array_float32_3d.sav</Path>
@@ -484,11 +559,21 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/struct_scalars_replicated_3d.sav</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-44100Hz-2ch-32bit-float-be.wav</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-44100Hz-2ch-32bit-float-le.wav</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes-early-eof-no-data.wav</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes-early-eof.wav</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes-incomplete-chunk.wav</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes.wav</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-48000Hz-2ch-64bit-float-le-wavex.wav</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-8000Hz-le-1ch-10S-20bit-extra.wav</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-8000Hz-le-1ch-1byte-ulaw.wav</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-8000Hz-le-2ch-1byteu.wav</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-8000Hz-le-3ch-5S-24bit.wav</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-8000Hz-le-3ch-5S-36bit.wav</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-8000Hz-le-3ch-5S-45bit.wav</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-8000Hz-le-3ch-5S-53bit.wav</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-8000Hz-le-3ch-5S-64bit.wav</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-8000Hz-le-4ch-9S-12bit.wav</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/test-8000Hz-le-5ch-9S-5bit.wav</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/data/various_compressed.sav</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/test_fortran.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/io/tests/test_idl.py</Path>
@@ -501,6 +586,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__pycache__/_cython_signature_generator.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__pycache__/_decomp_cossin.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__pycache__/_decomp_ldl.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__pycache__/_decomp_polar.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__pycache__/_decomp_qz.cpython-37.pyc</Path>
@@ -524,12 +610,12 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__pycache__/flinalg.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__pycache__/interpolative.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__pycache__/lapack.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__pycache__/linalg_version.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__pycache__/matfuncs.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__pycache__/misc.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__pycache__/setup.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/__pycache__/special_matrices.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/_cython_signature_generator.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/_decomp_cossin.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/_decomp_ldl.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/_decomp_polar.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/_decomp_qz.py</Path>
@@ -543,6 +629,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/_interpolative_backend.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/_matfuncs_inv_ssq.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/_matfuncs_sqrtm.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/_matfuncs_sqrtm_triu.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/_procrustes.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/_sketches.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/_solve_toeplitz.cpython-37m-x86_64-linux-gnu.so</Path>
@@ -563,7 +650,6 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/flinalg.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/interpolative.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/lapack.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/linalg_version.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/matfuncs.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/misc.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/setup.py</Path>
@@ -584,6 +670,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/tests/test_cython_lapack.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/tests/test_decomp.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/tests/test_decomp_cholesky.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/tests/test_decomp_cossin.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/tests/test_decomp_ldl.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/tests/test_decomp_polar.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/tests/test_decomp_update.py</Path>
@@ -591,6 +678,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/tests/test_interpolative.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/tests/test_lapack.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/tests/test_matfuncs.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/tests/test_matmul_toeplitz.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/tests/test_procrustes.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/tests/test_sketches.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/linalg/tests/test_solve_toeplitz.py</Path>
@@ -600,44 +688,17 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/__pycache__/common.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/__pycache__/doccer.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/__pycache__/pilutil.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/__pycache__/setup.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/ascent.dat</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/common.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/doccer.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/ecg.dat</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/face.dat</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/pilutil.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/setup.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/__init__.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/3x3x3.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/3x3x4.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/3x4x3.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/3x4x4.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/3x5x3.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/3x5x4.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/4x3x3.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/4x3x4.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/4x4x3.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/4x4x4.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/4x5x3.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/4x5x4.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/5x3x3.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/5x3x4.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/5x4x3.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/5x4x4.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/5x5x3.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/5x5x4.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/blocks2bit.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/box1.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/foo3x5x4indexed.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/icon.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/icon_mono.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/icon_mono_flat.png</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/data/pattern4bit.png</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/test_common.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/test_doccer.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/misc/tests/test_pilutil.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/mypy_requirements.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/__pycache__/_ni_docstrings.cpython-37.pyc</Path>
@@ -645,12 +706,10 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/__pycache__/filters.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/__pycache__/fourier.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/__pycache__/interpolation.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/__pycache__/io.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/__pycache__/measurements.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/__pycache__/morphology.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/__pycache__/setup.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/_ctest.cpython-37m-x86_64-linux-gnu.so</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/_ctest_oldapi.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/_cytest.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/_nd_image.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/_ni_docstrings.py</Path>
@@ -659,7 +718,6 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/filters.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/fourier.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/interpolation.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/io.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/measurements.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/morphology.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/setup.py</Path>
@@ -672,38 +730,50 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/tests/test_c_api.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/tests/test_datatypes.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/tests/test_filters.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/tests/test_io.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/tests/test_fourier.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/tests/test_interpolation.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/tests/test_measurements.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/tests/test_ndimage.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/tests/test_regression.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/tests/test_morphology.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/ndimage/tests/test_splines.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/__odrpack.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/__pycache__/__init__.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/__pycache__/add_newdocs.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/__pycache__/_add_newdocs.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/__pycache__/models.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/__pycache__/odrpack.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/__pycache__/setup.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/add_newdocs.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/_add_newdocs.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/models.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/odrpack.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/setup.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/odr/tests/test_odr.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize.pxd</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__nnls.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_basinhopping.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_constraints.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_differentiable_functions.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_differentialevolution.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_dual_annealing.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_hessian_update_strategy.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_hungarian.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_linprog.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_linprog_doc.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_linprog_highs.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_linprog_ip.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_linprog_rs.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_linprog_simplex.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_linprog_util.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_lsap.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_minimize.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_nnls.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_numdiff.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_qap.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_remove_redundancy.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_root.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_root_scalar.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_shgo.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_spectral.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_trustregion.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/_trustregion_dogleg.cpython-37.pyc</Path>
@@ -715,7 +785,6 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/lbfgsb.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/linesearch.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/minpack.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/nnls.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/nonlin.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/optimize.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/setup.cpython-37.pyc</Path>
@@ -723,16 +792,40 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/tnc.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/__pycache__/zeros.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_basinhopping.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_bglu_dense.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_cobyla.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_constraints.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_differentiable_functions.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_differentialevolution.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_dual_annealing.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_group_columns.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_hessian_update_strategy.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_hungarian.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/constants.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/cython/src/HConst.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/cython/src/Highs.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/cython/src/HighsIO.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/cython/src/HighsInfo.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/cython/src/HighsLp.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/cython/src/HighsLpUtils.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/cython/src/HighsMipSolver.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/cython/src/HighsModelUtils.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/cython/src/HighsOptions.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/cython/src/HighsRuntimeOptions.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/cython/src/HighsStatus.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/cython/src/SimplexConst.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/cython/src/highs_c_api.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/highs_wrapper.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_highs/mpswriter.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_lbfgsb.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_linprog.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_linprog_doc.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_linprog_highs.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_linprog_ip.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_linprog_rs.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_linprog_simplex.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_linprog_util.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_lsap.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_lsap_module.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_lsq/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_lsq/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_lsq/__pycache__/bvls.cpython-37.pyc</Path>
@@ -754,10 +847,20 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_lsq/trf_linear.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_minimize.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_minpack.cpython-37m-x86_64-linux-gnu.so</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_nnls.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_nnls.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_numdiff.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_qap.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_remove_redundancy.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_root.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_root_scalar.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_shgo.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_shgo_lib/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_shgo_lib/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_shgo_lib/__pycache__/sobol_seq.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_shgo_lib/__pycache__/triangulation.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_shgo_lib/sobol_seq.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_shgo_lib/sobol_vec.gz</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_shgo_lib/triangulation.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_slsqp.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_spectral.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_trlib/__init__.py</Path>
@@ -787,6 +890,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_trustregion_constr/tests/test_canonical_constraint.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_trustregion_constr/tests/test_projections.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_trustregion_constr/tests/test_qp_subproblem.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_trustregion_constr/tests/test_report.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_trustregion_constr/tr_interior_point.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_trustregion_dogleg.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_trustregion_exact.py</Path>
@@ -795,13 +899,18 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_tstutils.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/_zeros.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/cobyla.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/cython_optimize.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/cython_optimize/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/cython_optimize/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/cython_optimize/_zeros.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/cython_optimize/_zeros.pxd</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/cython_optimize/c_zeros.pxd</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/lbfgsb.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/lbfgsb/README</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/lbfgsb_src/README</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/linesearch.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/minpack.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/minpack2.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/moduleTNC.cpython-37m-x86_64-linux-gnu.so</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/nnls.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/nonlin.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/optimize.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/setup.py</Path>
@@ -809,18 +918,23 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test__basinhopping.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test__differential_evolution.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test__linprog_ip_clean_inputs.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test__dual_annealing.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test__linprog_clean_inputs.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test__numdiff.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test__remove_redundancy.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test__root.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test__shgo.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test__spectral.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_cobyla.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_constraint_conversion.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_constraints.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_cython_optimize.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_differentiable_functions.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_hessian_update_strategy.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_hungarian.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_lbfgsb_hessinv.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_lbfgsb_setulb.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_least_squares.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_linear_assignment.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_linesearch.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_linprog.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_lsq_common.py</Path>
@@ -830,6 +944,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_nnls.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_nonlin.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_optimize.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_quadratic_assignment.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_regression.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_slsqp.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/optimize/tests/test_tnc.py</Path>
@@ -863,6 +978,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/_peak_finding.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/_peak_finding_utils.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/_savitzky_golay.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/_sosfilt.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/_spectral.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/_upfirdn.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/_upfirdn_apply.cpython-37m-x86_64-linux-gnu.so</Path>
@@ -879,6 +995,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/tests/mpsig.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/tests/test_array_tools.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/tests/test_bsplines.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/tests/test_cont2discrete.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/tests/test_dltisys.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/tests/test_filter_design.py</Path>
@@ -886,6 +1003,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/tests/test_ltisys.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/tests/test_max_len_seq.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/tests/test_peak_finding.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/tests/test_result_type.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/tests/test_savitzky_golay.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/tests/test_signaltools.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/tests/test_spectral.py</Path>
@@ -903,6 +1021,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/signal/windows/windows.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/__pycache__/_index.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/__pycache__/_matrix_io.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/__pycache__/base.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/__pycache__/bsr.cpython-37.pyc</Path>
@@ -922,6 +1041,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/__pycache__/spfuncs.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/__pycache__/sputils.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/_csparsetools.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/_index.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/_matrix_io.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/_sparsetools.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/base.py</Path>
@@ -935,7 +1055,9 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/__pycache__/_laplacian.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/__pycache__/_validation.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/__pycache__/setup.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/_flow.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/_laplacian.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/_matching.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/_min_spanning_tree.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/_reordering.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/_shortest_path.cpython-37m-x86_64-linux-gnu.so</Path>
@@ -946,7 +1068,9 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/tests/test_connected_components.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/tests/test_conversions.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/tests/test_flow.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/tests/test_graph_laplacian.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/tests/test_matching.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/tests/test_reordering.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/tests/test_shortest_path.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/csgraph/tests/test_spanning_tree.py</Path>
@@ -1040,6 +1164,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/linalg/tests/test_matfuncs.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/linalg/tests/test_norm.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/linalg/tests/test_onenormest.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/linalg/tests/test_pydata_sparse.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/setup.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/sparsetools.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/spfuncs.py</Path>
@@ -1058,6 +1183,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/sparse/tests/test_sputils.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/__pycache__/_geometric_slerp.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/__pycache__/_plotutils.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/__pycache__/_procrustes.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/__pycache__/_spherical_voronoi.cpython-37.pyc</Path>
@@ -1065,16 +1191,19 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/__pycache__/kdtree.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/__pycache__/setup.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/_distance_wrap.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/_geometric_slerp.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/_hausdorff.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/_plotutils.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/_procrustes.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/_spherical_voronoi.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/_voronoi.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/_voronoi.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/ckdtree.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/ckdtree.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/distance.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/kdtree.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/qhull.cpython-37m-x86_64-linux-gnu.so</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/qhull/COPYING.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/qhull_src/COPYING.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/setup.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/data/cdist-X1.txt</Path>
@@ -1095,6 +1224,8 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/data/pdist-euclidean-ml.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/data/pdist-hamming-ml.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/data/pdist-jaccard-ml.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/data/pdist-jensenshannon-ml-iris.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/data/pdist-jensenshannon-ml.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/data/pdist-minkowski-3.2-ml-iris.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/data/pdist-minkowski-3.2-ml.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/data/pdist-minkowski-5.8-ml-iris.txt</Path>
@@ -1112,27 +1243,44 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/test_hausdorff.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/test_kdtree.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/test_qhull.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/test_slerp.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/tests/test_spherical_voronoi.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/transform/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/transform/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/transform/__pycache__/_rotation_groups.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/transform/__pycache__/_rotation_spline.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/transform/__pycache__/setup.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/transform/_rotation_groups.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/transform/_rotation_spline.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/transform/rotation.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/transform/setup.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/transform/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/transform/tests/test_rotation.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/transform/tests/test_rotation_groups.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/spatial/transform/tests/test_rotation_spline.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special.pxd</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/_basic.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/_ellip_harm.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/_generate_pyx.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/_lambertw.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/_logsumexp.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/_mptestutils.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/_spherical_bessel.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/_testutils.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/add_newdocs.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/basic.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/lambertw.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/orthogonal.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/setup.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/sf_error.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/__pycache__/spfun_stats.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_basic.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_comb.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_ellip_harm.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_ellip_harm_2.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_generate_pyx.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_lambertw.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_logsumexp.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_mptestutils.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_precompute/__init__.py</Path>
@@ -1145,6 +1293,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_precompute/__pycache__/setup.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_precompute/__pycache__/struve_convergence.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_precompute/__pycache__/utils.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_precompute/__pycache__/wrightomega.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_precompute/__pycache__/zetac.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_precompute/expn_asy.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_precompute/gammainc_asy.py</Path>
@@ -1154,18 +1303,22 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_precompute/setup.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_precompute/struve_convergence.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_precompute/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_precompute/wrightomega.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_precompute/zetac.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_spherical_bessel.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_test_round.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_test_round.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_testutils.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_ufuncs.cpython-37m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_ufuncs.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/_ufuncs_cxx.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/add_newdocs.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/basic.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/cython_special.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/cython_special.pxd</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/lambertw.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/cython_special.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/orthogonal.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/orthogonal.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/setup.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/sf_error.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/specfun.cpython-37m-x86_64-linux-gnu.so</Path>
@@ -1176,24 +1329,33 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/data/gsl.npz</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/data/local.npz</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_basic.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_bdtr.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_boxcox.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_cdflib.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_cython_special.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_data.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_digamma.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_ellip_harm.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_erfinv.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_exponential_integrals.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_faddeeva.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_gamma.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_gammainc.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_hypergeometric.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_kolmogorov.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_lambertw.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_log_softmax.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_loggamma.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_logit.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_logsumexp.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_mpmath.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_nan_inputs.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_ndtr.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_orthogonal.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_orthogonal_eval.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_owens_t.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_pcf.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_pdtr.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_precompute_expn_asy.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_precompute_gammainc.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/special/tests/test_precompute_utils.py</Path>
@@ -1215,9 +1377,13 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/_discrete_distns.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/_distn_infrastructure.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/_distr_params.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/_hypotests.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/_ksstats.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/_multivariate.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/_rvs_sampling.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/_stats_mstats_common.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/_tukeylambda_stats.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/_wilcoxon_data.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/contingency.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/distributions.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/kde.cpython-37.pyc</Path>
@@ -1227,17 +1393,20 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/mstats_extras.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/setup.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/stats.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/__pycache__/vonmises.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/_binned_statistic.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/_constants.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/_continuous_distns.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/_discrete_distns.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/_distn_infrastructure.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/_distr_params.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/_hypotests.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/_ksstats.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/_multivariate.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/_rvs_sampling.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/_stats.cpython-37m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/_stats_mstats_common.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/_tukeylambda_stats.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/_wilcoxon_data.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/contingency.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/distributions.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/kde.py</Path>
@@ -1263,6 +1432,8 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/data/nist_anova/SmLs08.dat</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/data/nist_anova/SmLs09.dat</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/data/nist_linregress/Norris.dat</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/data/stable-cdf-sample-data.npy</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/data/stable-pdf-sample-data.npy</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/test_binned_statistic.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/test_contingency.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/test_continuous_basic.py</Path>
@@ -1270,6 +1441,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/test_discrete_distns.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/test_distributions.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/test_fit.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/test_hypotests.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/test_kdeoth.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/test_morestats.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/test_mstats_basic.py</Path>
@@ -1278,17 +1450,16 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/test_rank.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/test_stats.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/tests/test_tukeylambda_stats.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/scipy/stats/vonmises.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/scipy/version.py</Path>
</Files>
</Package>
<History>
- <Update release="17">
- <Date>2020-12-26</Date>
- <Version>1.1.0</Version>
+ <Update release="18">
+ <Date>2021-01-23</Date>
+ <Version>1.6.0</Version>
<Comment>Packaging update</Comment>
<Name>F. von Gellhorn</Name>
<Email>flinux@vongellhorn.ch</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 7:02 PM (2 h, 30 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5801807
Default Alt Text
D10432.diff (101 KB)
Attached To
Mode
D10432: Update scipy to 1.6.0
Attached
Detach File
Event Timeline
Log In to Comment