forked from pool/python-pythran
		
	- Update to 0.12.0 * Improve numpy expression computation speed * Decent ICC support (fixing an issue from 2018!) * Much faster C++ code generation * Complete rework of constant folder * Support C++-time evaluation of numpy.ndarray.ndim * Improved omp declare reduction support * Allow indexing of ndarray by integers of mixed types * A lot of small pesty bug fixes in the C++ headers - Drop patches * gcc12-fixes.patch * pythran-pr1984-fixdistutils.patch OBS-URL: https://build.opensuse.org/request/show/1009771 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=8
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
-------------------------------------------------------------------
 | 
						|
Tue Oct 11 08:41:50 UTC 2022 - Ben Greiner <code@bnavigator.de>
 | 
						|
 | 
						|
- Update to 0.12.0
 | 
						|
  * Improve numpy expression computation speed
 | 
						|
  * Decent ICC support (fixing an issue from 2018!)
 | 
						|
  * Much faster C++ code generation
 | 
						|
  * Complete rework of constant folder
 | 
						|
  * Support C++-time evaluation of numpy.ndarray.ndim
 | 
						|
  * Improved omp declare reduction support
 | 
						|
  * Allow indexing of ndarray by integers of mixed types
 | 
						|
  * A lot of small pesty bug fixes in the C++ headers
 | 
						|
- Drop patches
 | 
						|
  * gcc12-fixes.patch
 | 
						|
  * pythran-pr1984-fixdistutils.patch
 | 
						|
 | 
						|
-------------------------------------------------------------------
 | 
						|
Mon Jul 18 12:24:47 UTC 2022 - Ben Greiner <code@bnavigator.de>
 | 
						|
 | 
						|
- Add pythran-pr1984-fixdistutils.patch
 | 
						|
  * gh#serge-sans-paille/pythran#1984
 | 
						|
  * Fixes gh#serge-sans-paille/pythran#1984 with setuptools >= 60
 | 
						|
 | 
						|
-------------------------------------------------------------------
 | 
						|
Tue Mar 15 07:59:46 UTC 2022 - Martin Liška <mliska@suse.cz>
 | 
						|
 | 
						|
- Add gcc12-fixes.patch in order to fix GCC 12 building issues.
 | 
						|
 | 
						|
-------------------------------------------------------------------
 | 
						|
Fri Jan 28 18:47:52 UTC 2022 - Ben Greiner <code@bnavigator.de>
 | 
						|
 | 
						|
- Fix errors uncovered by staging:
 | 
						|
  * Mention python-pythran-rpmlintrc
 | 
						|
  * also make :test-py* noarch so that no debuginfo package fails
 | 
						|
 | 
						|
-------------------------------------------------------------------
 | 
						|
Sun Jan 23 15:10:57 UTC 2022 - Ben Greiner <code@bnavigator.de>
 | 
						|
 | 
						|
- Initial specfile for 0.11
 | 
						|
  * debundling inspired by Fedora package:
 | 
						|
    https://src.fedoraproject.org/rpms/pythran/blob/rawhide/f/pythran.spec
 | 
						|
- Required by scipy 1.7
 |