Wang Mingyu
1737b8f5bd
python3-joblib: upgrade 1.2.0 -> 1.3.1
...
Changelog:
============
-Fix compatibility with python 3.7 by vendor loky 3.4.1 which is compatible
with this version. #1472
-Ensure native byte order for memmap arrays in joblib.load. #1353
-Add ability to change default Parallel backend in tests by setting the
JOBLIB_TESTS_DEFAULT_PARALLEL_BACKEND environment variable. #1356
-Fix temporary folder creation in joblib.Parallel on Linux subsystems on
Windows which do have /dev/shm but don't have the os.statvfs function #1353
-Drop runtime dependency on distutils. distutils is going away in Python 3.12
and is deprecated from Python 3.10 onwards.
-A warning is raised when a pickling error occurs during caching operations.
-Avoid (module, name) collisions when caching nested functions.
-Add cache_validation_callback in :meth:'joblib.Memory.cache', to allow custom
cache invalidation based on the metadata of the function call. #1149
-Add a return_as parameter for Parallel, that enables consuming results
asynchronously. #1393 , #1458
-Improve the behavior of joblib for n_jobs=1, with simplified tracebacks and
more efficient running time. #1393
-Add the parallel_config context manager to allow for more fine-grained control
over the backend configuration.
-Add items_limit and age_limit in :meth:'joblib.Memory.reduce_size' to make it
easy to limit the number of items and remove items that have not been accessed
for a long time in the cache. #1200
-Deprecate bytes_limit in Memory as this is not automatically enforced, the
limit can be directly passed to :meth:'joblib.Memory.reduce_size' which needs
to be called to actually enforce the limit. #1447
-Vendor loky 3.4.0 which includes various fixes. #1422
-Various updates to the documentation and to benchmarking tools.
-Move project metadata to pyproject.toml. #1382 , #1433
-Add more tests to improve python nogil support. #1394 , #1395
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2023-07-07 08:59:27 -07:00
..
2023-04-04 13:39:45 -07:00
2023-03-28 10:44:00 -07:00
2023-06-21 09:15:20 -07:00
2023-04-27 22:37:56 -07:00
2023-06-21 09:15:20 -07:00
2023-06-26 05:12:55 -07:00
2023-06-21 09:15:20 -07:00
2023-06-21 09:15:20 -07:00
2023-06-21 09:15:20 -07:00
2023-04-05 15:57:09 -07:00
2023-05-04 10:23:40 -07:00
2023-04-05 15:57:09 -07:00
2023-05-12 10:33:54 -07:00
2023-06-21 09:15:20 -07:00
2023-06-06 23:07:59 -07:00
2023-04-08 10:05:00 -07:00
2023-05-09 16:22:00 -07:00
2023-06-21 09:15:20 -07:00
2023-03-22 09:10:39 -07:00
2023-06-21 09:15:20 -07:00
2023-06-15 15:04:51 -07:00
2023-06-07 09:31:32 -07:00
2023-05-09 16:22:00 -07:00
2023-03-22 09:10:39 -07:00
2023-06-21 09:15:20 -07:00
2023-06-21 09:15:20 -07:00
2023-06-21 09:15:20 -07:00
2023-06-21 09:15:20 -07:00
2023-06-05 09:29:34 -07:00
2023-07-07 08:59:27 -07:00
2023-05-18 10:26:13 -07:00
2023-06-24 09:01:52 -07:00
2023-05-08 21:45:54 -07:00
2023-05-25 08:57:47 -07:00
2023-04-17 17:54:25 -07:00
2023-06-14 09:41:35 -07:00
2023-05-31 08:28:50 -07:00
2023-06-24 09:01:52 -07:00
2023-05-25 08:57:47 -07:00
2023-05-25 08:56:32 -07:00
2023-06-24 09:01:52 -07:00
2023-06-14 09:41:35 -07:00
2023-06-24 09:01:52 -07:00
2023-06-24 09:01:52 -07:00
2023-05-23 15:04:38 -07:00
2023-06-05 09:29:35 -07:00
2023-05-31 08:28:50 -07:00
2023-06-27 13:44:47 -07:00
2023-06-14 09:41:35 -07:00
2023-03-09 21:58:44 -08:00
2023-06-06 23:07:58 -07:00
2023-04-27 22:37:56 -07:00
2023-06-19 10:24:49 -07:00
2023-06-24 09:01:52 -07:00
2023-06-14 09:41:35 -07:00
2023-06-24 09:01:53 -07:00
2023-06-24 09:01:53 -07:00
2023-07-07 08:59:27 -07:00
2023-06-24 09:01:53 -07:00
2023-06-24 09:01:53 -07:00
2023-06-26 05:12:55 -07:00
2023-06-24 09:01:53 -07:00
2023-04-05 15:56:47 -07:00
2023-06-19 10:24:49 -07:00
2023-06-24 09:01:53 -07:00
2023-03-22 22:01:40 -07:00
2023-06-24 09:01:53 -07:00
2023-05-18 10:26:13 -07:00
2023-06-24 09:01:53 -07:00
2023-06-24 09:01:53 -07:00
2023-05-31 08:28:50 -07:00
2023-04-23 21:55:52 -07:00
2023-06-26 05:12:55 -07:00
2023-06-14 09:41:35 -07:00
2023-05-25 08:57:47 -07:00
2023-06-24 09:01:52 -07:00
2023-06-06 23:07:58 -07:00
2023-07-07 08:59:27 -07:00
2023-04-23 21:55:52 -07:00
2023-06-24 09:01:52 -07:00
2023-06-14 09:41:35 -07:00
2023-06-14 09:41:35 -07:00
2023-06-14 09:41:35 -07:00
2023-06-14 09:41:35 -07:00
2023-03-28 10:44:00 -07:00
2023-03-09 21:58:44 -08:00
2023-06-26 05:12:55 -07:00
2023-06-24 09:01:52 -07:00
2023-05-25 08:57:47 -07:00
2023-05-08 21:45:55 -07:00
2023-06-24 09:01:52 -07:00
2023-05-08 21:45:55 -07:00
2023-04-16 00:09:06 -07:00
2023-03-22 22:01:39 -07:00
2023-03-17 07:06:55 -07:00
2023-06-19 10:24:49 -07:00
2023-07-07 08:59:27 -07:00
2023-07-07 08:59:27 -07:00
2023-06-19 10:24:49 -07:00
2023-04-14 08:45:14 -07:00
2023-06-27 13:44:47 -07:00
2023-06-24 09:01:52 -07:00
2023-06-14 09:41:35 -07:00
2023-06-06 23:07:58 -07:00
2023-04-05 15:56:47 -07:00
2023-04-23 21:55:52 -07:00
2023-06-19 10:24:49 -07:00
2023-04-10 09:39:38 -07:00
2023-06-06 23:07:58 -07:00
2023-04-05 15:56:47 -07:00
2023-06-24 09:01:52 -07:00
2023-06-24 09:01:52 -07:00
2023-06-06 23:07:59 -07:00
2023-04-05 15:56:47 -07:00
2023-07-07 08:59:27 -07:00
2023-06-06 23:07:59 -07:00
2023-06-06 23:07:59 -07:00
2023-06-06 23:07:59 -07:00
2023-06-06 23:07:59 -07:00
2023-05-20 00:45:51 -07:00
2023-05-08 21:45:55 -07:00
2023-06-06 23:07:59 -07:00
2023-06-06 23:07:59 -07:00
2023-05-31 08:28:50 -07:00
2023-06-06 23:07:59 -07:00
2023-06-06 23:07:59 -07:00
2023-04-05 15:57:09 -07:00
2023-05-31 08:28:50 -07:00
2023-04-05 15:56:47 -07:00
2023-06-06 23:07:58 -07:00
2023-06-14 09:50:28 -07:00
2023-06-06 23:07:58 -07:00
2023-06-06 23:07:58 -07:00
2023-03-17 07:06:55 -07:00
2023-06-06 23:07:59 -07:00
2023-06-27 13:44:47 -07:00
2023-06-06 23:07:59 -07:00
2023-04-10 09:39:38 -07:00
2023-06-06 23:07:59 -07:00
2023-06-06 23:07:59 -07:00
2023-05-08 21:45:55 -07:00
2023-06-05 09:29:35 -07:00
2023-03-17 07:06:55 -07:00
2023-06-06 23:07:59 -07:00
2023-06-06 23:07:59 -07:00
2023-06-24 09:01:52 -07:00
2023-06-24 09:01:52 -07:00
2023-04-16 07:58:58 -07:00
2023-06-24 09:01:52 -07:00
2023-06-06 23:07:58 -07:00
2023-06-24 09:01:52 -07:00
2023-06-06 23:07:59 -07:00
2023-04-23 21:55:52 -07:00
2023-06-06 23:07:59 -07:00
2023-06-06 23:07:59 -07:00
2023-05-08 21:45:55 -07:00
2023-05-04 06:47:00 -07:00
2023-05-31 08:28:50 -07:00
2023-06-28 13:47:41 -07:00
2023-03-17 07:06:55 -07:00
2023-06-06 23:07:58 -07:00
2023-06-19 10:24:49 -07:00
2023-05-25 08:57:47 -07:00
2023-06-06 23:07:58 -07:00
2023-04-23 21:55:52 -07:00
2023-06-06 23:07:58 -07:00
2023-04-10 09:39:38 -07:00
2023-06-06 23:07:58 -07:00
2023-03-04 10:41:27 -08:00
2023-06-06 23:07:59 -07:00
2023-06-06 23:07:58 -07:00
2023-06-06 23:07:59 -07:00
2023-06-06 23:07:58 -07:00
2023-06-06 23:07:58 -07:00
2023-05-15 09:37:58 -07:00
2023-06-06 23:07:58 -07:00
2023-06-14 09:41:35 -07:00
2023-06-27 13:44:47 -07:00
2023-06-27 13:44:47 -07:00
2023-06-06 23:07:59 -07:00
2023-06-06 23:07:58 -07:00
2023-06-19 10:24:49 -07:00
2023-06-26 05:12:55 -07:00
2023-06-06 23:07:58 -07:00
2023-06-06 23:07:58 -07:00
2023-06-28 13:53:12 -07:00
2023-04-08 10:05:00 -07:00
2023-04-08 10:05:00 -07:00
2023-06-27 13:44:47 -07:00
2023-06-26 05:12:55 -07:00
2023-06-19 10:24:49 -07:00
2023-05-25 08:57:47 -07:00
2023-06-06 23:07:58 -07:00
2023-05-08 21:45:55 -07:00
2023-06-06 23:07:58 -07:00
2023-06-27 13:44:47 -07:00
2023-06-06 23:07:58 -07:00
2023-03-22 22:20:42 -07:00
2023-06-06 23:07:58 -07:00
2023-06-06 23:07:58 -07:00
2023-06-05 09:29:35 -07:00
2023-06-27 13:44:47 -07:00
2023-05-09 10:12:44 -07:00
2023-06-19 10:24:49 -07:00
2023-03-10 09:01:54 -08:00
2023-06-06 23:07:58 -07:00
2023-06-27 13:44:47 -07:00
2023-06-06 23:07:58 -07:00
2023-06-24 09:01:53 -07:00
2023-04-10 09:39:38 -07:00
2023-05-08 21:45:56 -07:00
2023-05-28 16:35:00 -07:00
2023-03-22 22:20:42 -07:00
2023-04-23 21:55:52 -07:00
2023-06-06 23:07:58 -07:00
2023-06-15 15:04:51 -07:00
2023-06-06 23:07:58 -07:00
2023-06-06 23:07:58 -07:00
2023-05-25 08:57:47 -07:00
2023-06-15 10:28:20 -07:00
2023-06-06 23:07:58 -07:00
2023-05-08 21:45:56 -07:00
2023-06-06 23:07:58 -07:00
2023-06-06 23:07:58 -07:00
2023-06-26 05:12:55 -07:00
2023-03-09 21:58:44 -08:00
2023-06-06 23:07:58 -07:00
2023-05-08 21:45:56 -07:00
2023-06-06 23:07:58 -07:00
2023-06-06 23:07:58 -07:00
2023-06-24 09:01:53 -07:00
2023-05-25 08:57:47 -07:00
2023-06-06 23:07:58 -07:00
2023-06-19 10:24:49 -07:00
2023-03-17 07:06:55 -07:00
2023-06-06 23:07:58 -07:00
2023-06-06 23:07:58 -07:00
2023-06-26 05:12:55 -07:00
2023-04-05 15:56:47 -07:00
2023-06-06 23:07:58 -07:00
2023-06-14 09:41:35 -07:00
2023-06-06 23:07:58 -07:00
2023-03-04 10:41:27 -08:00
2023-06-06 23:07:58 -07:00
2023-05-31 08:28:50 -07:00
2023-06-06 23:07:58 -07:00
2023-06-19 10:24:49 -07:00
2023-06-19 10:24:49 -07:00
2023-05-08 21:45:56 -07:00
2023-05-08 21:45:54 -07:00
2023-06-27 13:44:47 -07:00
2023-03-22 22:20:42 -07:00
2023-06-24 09:01:52 -07:00
2023-06-24 09:01:52 -07:00