forked from pool/python-threadpoolctl
		
	- 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/package/show/devel:languages:python/python-threadpoolctl?expand=0&rev=7
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| -------------------------------------------------------------------
 | |
| Sat Oct 16 22:16:06 UTC 2021 - Dirk Müller <dmueller@suse.com>
 | |
| 
 | |
| - 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.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| 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
 | |
| - drop python_executable.patch (upstream)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Jul 24 11:21:21 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
 | |
| 
 | |
| - update to 2.1.0
 | |
|   * New commandline interface: 'python -m threadpoolctl -i numpy'
 | |
|     will try to import the `numpy` package and then return the output of
 | |
|     `threadpoolctl.threadpool_info()` on STDOUT formatted using the JSON
 | |
|     syntax. This makes it easier to quickly introspect a Python environment.
 | |
| - Add patch python_executable.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Mar  5 13:02:43 UTC 2020 - pgajdos@suse.com
 | |
| 
 | |
| - initial version 2.0.0, required by python-joblib
 | |
| 
 |