python-numpy: update to 1.20.1

This commit is contained in:
Syrus Dark
2021-02-11 23:00:41 +05:30
parent d2b355be2a
commit 3d9813f223
11 changed files with 96 additions and 73 deletions

View File

@@ -1,5 +1,7 @@
--- a/numpy/random/src/mt19937/mt19937.h 2019-09-19 14:43:38.757883000 +0200
+++ b/numpy/random/src/mt19937/mt19937.h 2019-09-19 14:43:08.257910100 +0200
diff --git a/numpy/random/src/mt19937/mt19937.h b/numpy/random/src/mt19937/mt19937.h
index 1b39e0b..8312933 100644
--- a/numpy/random/src/mt19937/mt19937.h
+++ b/numpy/random/src/mt19937/mt19937.h
@@ -2,7 +2,7 @@
#include <math.h>
#include <stdint.h>
@@ -9,8 +11,10 @@
#define inline __forceinline
#endif
--- a/numpy/random/src/pcg64/pcg64.h 2019-09-19 14:43:38.757883000 +0200
+++ b/numpy/random/src/pcg64/pcg64.h 2019-09-19 14:43:08.257910100 +0200
diff --git a/numpy/random/src/pcg64/pcg64.h b/numpy/random/src/pcg64/pcg64.h
index 2a7217d..1c607f5 100644
--- a/numpy/random/src/pcg64/pcg64.h
+++ b/numpy/random/src/pcg64/pcg64.h
@@ -52,7 +52,7 @@
#include <inttypes.h>
@@ -20,9 +24,11 @@
#include <stdlib.h>
#define inline __forceinline
#endif
--- a/numpy/random/src/philox/philox.h 2019-09-19 21:22:05.822734300 +0200
+++ b/numpy/random/src/philox/philox.h 2019-09-06 01:59:07.000000000 +0200
@@ -33,7 +33,7 @@
diff --git a/numpy/random/src/philox/philox.h b/numpy/random/src/philox/philox.h
index c72424a..8e7b0ff 100644
--- a/numpy/random/src/philox/philox.h
+++ b/numpy/random/src/philox/philox.h
@@ -33,7 +33,7 @@ static NPY_INLINE uint64_t mulhilo64(uint64_t a, uint64_t b, uint64_t *hip) {
return (uint64_t)product;
}
#else