Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10851553
D6655.id15953.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
30 KB
Referenced Files
None
Subscribers
None
D6655.id15953.diff
View Options
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,18 @@
+name : python-joblib
+version : 0.13.2
+release : 1
+source :
+ - https://github.com/joblib/joblib/archive/0.13.2.tar.gz : 1a45a4d8d3728245a941946e0741cbfb7822c5a91cf5fbad3b3efbe2b27050ae
+license : BSD-3-Clause
+component : programming.python
+summary : Computing with Python functions
+description: |
+ Joblib is a set of tools to provide lightweight pipelining in Python. In particular:
+ - transparent disk-caching of functions and lazy re-evaluation (memoize pattern)
+ - easy simple parallel computing
+
+ Joblib is optimized to be fast and robust on large data in particular and has specific optimizations for numpy arrays.
+build : |
+ %python3_setup
+install : |
+ %python3_install
\ No newline at end of file
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,262 @@
+<PISI>
+ <Source>
+ <Name>python-joblib</Name>
+ <Packager>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
+ </Packager>
+ <License>BSD-3-Clause</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Computing with Python functions</Summary>
+ <Description xml:lang="en">Joblib is a set of tools to provide lightweight pipelining in Python. In particular:
+- transparent disk-caching of functions and lazy re-evaluation (memoize pattern)
+- easy simple parallel computing
+
+Joblib is optimized to be fast and robust on large data in particular and has specific optimizations for numpy arrays.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-joblib</Name>
+ <Summary xml:lang="en">Computing with Python functions</Summary>
+ <Description xml:lang="en">Joblib is a set of tools to provide lightweight pipelining in Python. In particular:
+- transparent disk-caching of functions and lazy re-evaluation (memoize pattern)
+- easy simple parallel computing
+
+Joblib is optimized to be fast and robust on large data in particular and has specific optimizations for numpy arrays.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib-0.13.2-py3.6.egg-info</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/_compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/_dask.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/_memmapping_reducer.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/_memory_helpers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/_multiprocessing_helpers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/_parallel_backends.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/_store_backends.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/backports.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/compressor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/disk.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/executor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/format_stack.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/func_inspect.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/hashing.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/logger.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/memory.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/my_exceptions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/numpy_pickle.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/numpy_pickle_compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/numpy_pickle_utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/parallel.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/pool.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/__pycache__/testing.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/_compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/_dask.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/_memmapping_reducer.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/_memory_helpers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/_multiprocessing_helpers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/_parallel_backends.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/_store_backends.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/backports.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/compressor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/disk.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/executor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/cloudpickle/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/cloudpickle/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/cloudpickle/__pycache__/cloudpickle.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/cloudpickle/cloudpickle.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/__pycache__/_base.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/__pycache__/cloudpickle_wrapper.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/__pycache__/process_executor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/__pycache__/reusable_executor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/_base.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/_posix_reduction.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/_posix_wait.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/_win_reduction.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/_win_wait.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/compat_posix.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/compat_win32.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/context.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/fork_exec.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/managers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/popen_loky_posix.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/popen_loky_win32.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/process.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/queues.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/reduction.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/semaphore_tracker.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/semlock.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/spawn.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/synchronize.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/__pycache__/utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/_posix_reduction.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/_posix_wait.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/_win_reduction.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/_win_wait.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/compat_posix.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/compat_win32.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/context.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/fork_exec.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/managers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/popen_loky_posix.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/popen_loky_win32.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/process.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/queues.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/reduction.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/semaphore_tracker.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/semlock.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/spawn.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/synchronize.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/backend/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/cloudpickle_wrapper.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/process_executor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/externals/loky/reusable_executor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/format_stack.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/func_inspect.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/hashing.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/logger.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/memory.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/my_exceptions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/numpy_pickle.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/numpy_pickle_compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/numpy_pickle_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/parallel.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/pool.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/common.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_backports.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_dask.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_disk.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_format_stack.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_func_inspect.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_func_inspect_special_encoding.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_hashing.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_init.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_logger.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_memmapping.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_memory.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_module.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_my_exceptions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_numpy_pickle.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_numpy_pickle_compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_numpy_pickle_utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_parallel.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_store_backends.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/__pycache__/test_testing.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/common.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/__pycache__/create_numpy_pickle.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/create_numpy_pickle.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_compressed_pickle_py27_np16.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_compressed_pickle_py27_np17.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_compressed_pickle_py33_np18.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_compressed_pickle_py34_np19.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_compressed_pickle_py35_np19.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np16.pkl</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np16.pkl.bz2</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np16.pkl.gzip</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.bz2</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.gzip</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.lzma</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.xz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.bz2</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.gzip</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.lzma</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.xz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.bz2</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.gzip</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.lzma</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.xz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.bz2</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.gzip</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.lzma</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.xz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.11.0_compressed_pickle_py36_np111.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.bz2</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.gzip</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.lzma</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.xz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.8.4_compressed_pickle_py27_np17.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_compressed_pickle_py27_np16.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_compressed_pickle_py27_np17.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_compressed_pickle_py34_np19.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_compressed_pickle_py35_np19.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_01.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_02.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_03.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_04.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_01.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_02.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_03.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_04.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_01.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_02.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_03.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_04.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_01.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_02.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_03.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_04.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_01.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_02.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_03.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_04.npy</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_01.npy.z</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_02.npy.z</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_03.npy.z</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_backports.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_dask.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_disk.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_format_stack.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_func_inspect.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_func_inspect_special_encoding.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_hashing.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_init.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_logger.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_memmapping.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_memory.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_module.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_my_exceptions.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_numpy_pickle.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_numpy_pickle_compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_numpy_pickle_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_parallel.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_store_backends.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/test/test_testing.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/joblib/testing.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-07-02</Date>
+ <Version>0.13.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 13 2023, 2:14 PM (8 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5829461
Default Alt Text
D6655.id15953.diff (30 KB)
Attached To
Mode
D6655: Initial inclusion of python-joblib in the repo
Attached
Detach File
Event Timeline
Log In to Comment