14
0

- update to 2.2.0:

- Report the architecture of the CPU cores detected by OpenBLAS
    (`openblas_get_corename`) in `threadpool_info()` and BLIS
    (`bli_arch_query_id` and `bli_arch_string`).
  - Fixed a bug when the version of MKL was not found. The
    "version" field is now set to None in that case.
    https://github.com/joblib/threadpoolctl/pull/82

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-threadpoolctl?expand=0&rev=5
This commit is contained in:
2021-07-19 06:29:22 +00:00
committed by Git OBS Bridge
parent f6bfeb9289
commit f07c0fc060
4 changed files with 16 additions and 8 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jul 19 06:27:59 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.2.0:
- Report the architecture of the CPU cores detected by OpenBLAS
(`openblas_get_corename`) in `threadpool_info()` and BLIS
(`bli_arch_query_id` and `bli_arch_string`).
- Fixed a bug when the version of MKL was not found. The
"version" field is now set to None in that case.
https://github.com/joblib/threadpoolctl/pull/82
-------------------------------------------------------------------
Fri Jul 24 11:21:21 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>