-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae3881b
commit d808c9e
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
2021-12-08 Serge Guelton <[email protected]> | ||
|
||
* Upgrade xsimd version to 8.0.5 | ||
|
||
* Performance fix on np.dot with transposed parameters | ||
|
||
* Raise an error when no specs are given and we want to generate a native module | ||
|
||
* Support more complex transpose expression | ||
|
||
* Honor quotes in config files for *FLAGS | ||
|
||
* Add pythran option -ftime-report to print out the time spent on optimizations | ||
* Support isinstance when second argument is a tuple | ||
|
||
2021-09-08 Serge Guelton <[email protected]> | ||
|
||
* Fix performance issue with assert handling | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
__version__ = '0.11.0.dev0' | ||
__version__ = '0.11.0' | ||
__url__ = 'https://github.com/serge-sans-paille/pythran' | ||
__descr__ = 'Ahead of Time compiler for numeric kernels' |