- 24 Dec, 2018 1 commit
-
-
Orivej Desh authored
The current code fails to compile with: <source>:3:54: error: invalid operands to binary expression ('enum E' and 'enum E') const enum E neg_one_class_29 = (enum E) ((enum E) 0 - (enum E) 1); ~~~~~~~~~~ ^ ~~~~~~~~~~ This change reverts to the code that was before #2186 but silences erroneous GCC warning enabled by -Wconversion (which is not a part of -Wall). Fixes #2749
-
- 20 Dec, 2018 1 commit
-
-
Robert Bradshaw authored
DOC: Fixed name of .so file in userguide's numpy_tutorial.
-
- 16 Dec, 2018 1 commit
-
-
Paul van Mulbregt authored
"convolve_cy.so" -> "compute_cy.so" to match imports used in this tutorial.
-
- 14 Dec, 2018 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Mark optimized abs as being nogil-safe.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Prevent dynamically multiplied tuple constants from being deduplicated. Only the constant part is considered for them.
-
- 12 Dec, 2018 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Prevent repeated initialisation of constants that overwrite the previously created objects without cleanup. Closes #2750.
-
Stefan Behnel authored
-
Jeroen Demeyer authored
-
Stefan Behnel authored
Fix sigismember() declaration
-
Jeroen Demeyer authored
-
- 11 Dec, 2018 4 commits
-
-
Stefan Behnel authored
-
Charles Pigott authored
-
Stefan Behnel authored
Don't try to use imap with python3
-
Charles Pigott authored
-
- 10 Dec, 2018 1 commit
-
-
Robert Bradshaw authored
Still requires the more conservative __index__ here rather than a possibly truncating __int__ because this is used in a context where floating point values should probably be treated specially. This fixes Github issue #2752.
-
- 08 Dec, 2018 1 commit
-
-
Elliott Sales de Andrade authored
-
- 30 Nov, 2018 3 commits
-
-
Stefan Behnel authored
Reduce warning level in MSVC again since /W4 turns out to be excessive (complains about constant conditionals, for example).
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2736.
-
- 24 Nov, 2018 10 commits
-
-
Stefan Behnel authored
Increase warning level in appveyor builds (could also use "/Wall", but let's see how spammy /W4 is).
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2731.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
jakirkham authored
-