Go to file
Dominique Leuenberger 6d02075779 Accepting request 925765 from devel:languages:python
- update to 3.0.0:
  - New object `threadpooctl.ThreadpoolController` which holds controllers for all the
    supported native libraries. The states of these libraries is accessible through the
    `info` method (equivalent to `threadpoolctl.threadpool_info()`) and their number of
    threads can be limited with the `limit` method which can be used as a context
    manager (equivalent to `threadpoolctl.threadpool_limits()`). 
  - Added support for OpenBLAS built for 64bit integers in Fortran.
  - Added the possibility to use `threadpoolctl.threadpool_limits` and
    `threadpooctl.ThreadpoolController` as decorators through their `wrap` method.
  - Fixed an attribute error when using old versions of OpenBLAS or BLIS that are
    missing version query functions.
  - Fixed an attribute error when python is run with -OO.

OBS-URL: https://build.opensuse.org/request/show/925765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-threadpoolctl?expand=0&rev=4
2021-10-20 18:23:37 +00:00
.gitattributes Accepting request 781864 from home:pgajdos:python 2020-03-05 14:01:24 +00:00
.gitignore Accepting request 781864 from home:pgajdos:python 2020-03-05 14:01:24 +00:00
python-threadpoolctl.changes - update to 3.0.0: 2021-10-16 22:17:55 +00:00
python-threadpoolctl.spec - update to 3.0.0: 2021-10-16 22:17:55 +00:00
threadpoolctl-3.0.0.tar.gz - update to 3.0.0: 2021-10-16 22:17:55 +00:00