eqc-models 0.15.0__py3-none-any.whl → 0.15.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- eqc_models-0.15.3.data/platlib/eqc_models/algorithms/alm.py +782 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/polyeval.c +250 -227
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/polyeval.cpython-310-darwin.so +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/rcshortestpath.py +3 -1
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/shortestpath.py +4 -2
- eqc_models-0.15.3.data/platlib/eqc_models/ml/utils.py +132 -0
- {eqc_models-0.15.0.dist-info → eqc_models-0.15.3.dist-info}/METADATA +1 -1
- eqc_models-0.15.3.dist-info/RECORD +72 -0
- {eqc_models-0.15.0.dist-info → eqc_models-0.15.3.dist-info}/WHEEL +1 -1
- eqc_models-0.15.0.data/platlib/eqc_models/algorithms/alm.py +0 -464
- eqc_models-0.15.0.dist-info/RECORD +0 -71
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/compile_extensions.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/__init__.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/algorithms/__init__.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/algorithms/base.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/algorithms/penaltymultiplier.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/allocation/__init__.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/allocation/allocation.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/allocation/portbase.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/allocation/portmomentum.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/assignment/__init__.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/assignment/qap.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/assignment/resource.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/assignment/setpartition.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/__init__.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/base.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/binaries.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/constraints.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/operators.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/polyeval.pyx +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/polynomial.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/quadratic.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/results.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/combinatorics/__init__.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/combinatorics/setcover.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/combinatorics/setpartition.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/decoding.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/__init__.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/base.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/hypergraph.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/maxcut.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/maxkcut.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/partition.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/__init__.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/classifierbase.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/classifierqboost.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/classifierqsvm.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/clustering.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/clusteringbase.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/cvqboost_hamiltonian.pyx +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/cvqboost_hamiltonian_c_func.c +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/cvqboost_hamiltonian_c_func.h +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/decomposition.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/forecast.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/forecastbase.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/regressor.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/regressorbase.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/reservoir.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/process/base.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/process/mpc.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/sequence/__init__.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/sequence/tsp.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/solvers/__init__.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/solvers/eqcdirect.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/solvers/mip.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/solvers/qciclient.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/solvers/responselog.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/utilities/__init__.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/utilities/fileio.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/utilities/general.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/utilities/polynomial.py +0 -0
- {eqc_models-0.15.0.data → eqc_models-0.15.3.data}/platlib/eqc_models/utilities/qplib.py +0 -0
- {eqc_models-0.15.0.dist-info → eqc_models-0.15.3.dist-info}/licenses/LICENSE.txt +0 -0
- {eqc_models-0.15.0.dist-info → eqc_models-0.15.3.dist-info}/top_level.txt +0 -0
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/* Generated by Cython 3.2.
|
|
1
|
+
/* Generated by Cython 3.2.4 */
|
|
2
2
|
|
|
3
3
|
/* BEGIN: Cython Metadata
|
|
4
4
|
{
|
|
5
5
|
"distutils": {
|
|
6
6
|
"depends": [
|
|
7
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
8
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
9
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
10
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
11
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
7
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-z01k5hqc/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h",
|
|
8
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-z01k5hqc/lib/python3.10/site-packages/numpy/core/include/numpy/arrayscalars.h",
|
|
9
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-z01k5hqc/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h",
|
|
10
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-z01k5hqc/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h",
|
|
11
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-z01k5hqc/lib/python3.10/site-packages/numpy/core/include/numpy/ufuncobject.h"
|
|
12
12
|
],
|
|
13
13
|
"extra_compile_args": [
|
|
14
14
|
"-O3",
|
|
15
15
|
"-ffast-math"
|
|
16
16
|
],
|
|
17
17
|
"include_dirs": [
|
|
18
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
18
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-z01k5hqc/lib/python3.10/site-packages/numpy/core/include"
|
|
19
19
|
],
|
|
20
20
|
"name": "eqc_models.base.polyeval",
|
|
21
21
|
"sources": [
|
|
@@ -48,8 +48,8 @@ END: Cython Metadata */
|
|
|
48
48
|
#elif PY_VERSION_HEX < 0x03080000
|
|
49
49
|
#error Cython requires Python 3.8+.
|
|
50
50
|
#else
|
|
51
|
-
#define __PYX_ABI_VERSION "
|
|
52
|
-
#define CYTHON_HEX_VERSION
|
|
51
|
+
#define __PYX_ABI_VERSION "3_2_4"
|
|
52
|
+
#define CYTHON_HEX_VERSION 0x030204F0
|
|
53
53
|
#define CYTHON_FUTURE_DIVISION 1
|
|
54
54
|
/* CModulePreamble */
|
|
55
55
|
#include <stddef.h>
|
|
@@ -1161,6 +1161,15 @@ static int __Pyx_init_co_variables(void) {
|
|
|
1161
1161
|
#define CYTHON_WITHOUT_ASSERTIONS
|
|
1162
1162
|
#endif
|
|
1163
1163
|
|
|
1164
|
+
#ifdef CYTHON_FREETHREADING_COMPATIBLE
|
|
1165
|
+
#if CYTHON_FREETHREADING_COMPATIBLE
|
|
1166
|
+
#define __Pyx_FREETHREADING_COMPATIBLE Py_MOD_GIL_NOT_USED
|
|
1167
|
+
#else
|
|
1168
|
+
#define __Pyx_FREETHREADING_COMPATIBLE Py_MOD_GIL_USED
|
|
1169
|
+
#endif
|
|
1170
|
+
#else
|
|
1171
|
+
#define __Pyx_FREETHREADING_COMPATIBLE Py_MOD_GIL_USED
|
|
1172
|
+
#endif
|
|
1164
1173
|
#define __PYX_DEFAULT_STRING_ENCODING_IS_ASCII 0
|
|
1165
1174
|
#define __PYX_DEFAULT_STRING_ENCODING_IS_UTF8 0
|
|
1166
1175
|
#define __PYX_DEFAULT_STRING_ENCODING ""
|
|
@@ -1383,7 +1392,7 @@ static const char *__pyx_filename;
|
|
|
1383
1392
|
|
|
1384
1393
|
static const char* const __pyx_f[] = {
|
|
1385
1394
|
"eqc_models/base/polyeval.pyx",
|
|
1386
|
-
"../../build-env-
|
|
1395
|
+
"../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd",
|
|
1387
1396
|
"cpython/type.pxd",
|
|
1388
1397
|
};
|
|
1389
1398
|
/* #### Code section: utility_code_proto_before_types ### */
|
|
@@ -1593,7 +1602,7 @@ typedef struct {
|
|
|
1593
1602
|
|
|
1594
1603
|
/* #### Code section: numeric_typedefs ### */
|
|
1595
1604
|
|
|
1596
|
-
/* "../../build-env-
|
|
1605
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":730
|
|
1597
1606
|
* # in Cython to enable them only on the right systems.
|
|
1598
1607
|
*
|
|
1599
1608
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1602,7 +1611,7 @@ typedef struct {
|
|
|
1602
1611
|
*/
|
|
1603
1612
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1604
1613
|
|
|
1605
|
-
/* "../../build-env-
|
|
1614
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":731
|
|
1606
1615
|
*
|
|
1607
1616
|
* ctypedef npy_int8 int8_t
|
|
1608
1617
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1611,7 +1620,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1611
1620
|
*/
|
|
1612
1621
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1613
1622
|
|
|
1614
|
-
/* "../../build-env-
|
|
1623
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":732
|
|
1615
1624
|
* ctypedef npy_int8 int8_t
|
|
1616
1625
|
* ctypedef npy_int16 int16_t
|
|
1617
1626
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1620,7 +1629,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1620
1629
|
*/
|
|
1621
1630
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1622
1631
|
|
|
1623
|
-
/* "../../build-env-
|
|
1632
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":733
|
|
1624
1633
|
* ctypedef npy_int16 int16_t
|
|
1625
1634
|
* ctypedef npy_int32 int32_t
|
|
1626
1635
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1629,7 +1638,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1629
1638
|
*/
|
|
1630
1639
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1631
1640
|
|
|
1632
|
-
/* "../../build-env-
|
|
1641
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":737
|
|
1633
1642
|
* #ctypedef npy_int128 int128_t
|
|
1634
1643
|
*
|
|
1635
1644
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1638,7 +1647,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1638
1647
|
*/
|
|
1639
1648
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1640
1649
|
|
|
1641
|
-
/* "../../build-env-
|
|
1650
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":738
|
|
1642
1651
|
*
|
|
1643
1652
|
* ctypedef npy_uint8 uint8_t
|
|
1644
1653
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1647,7 +1656,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1647
1656
|
*/
|
|
1648
1657
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1649
1658
|
|
|
1650
|
-
/* "../../build-env-
|
|
1659
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":739
|
|
1651
1660
|
* ctypedef npy_uint8 uint8_t
|
|
1652
1661
|
* ctypedef npy_uint16 uint16_t
|
|
1653
1662
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1656,7 +1665,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1656
1665
|
*/
|
|
1657
1666
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1658
1667
|
|
|
1659
|
-
/* "../../build-env-
|
|
1668
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":740
|
|
1660
1669
|
* ctypedef npy_uint16 uint16_t
|
|
1661
1670
|
* ctypedef npy_uint32 uint32_t
|
|
1662
1671
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1665,7 +1674,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1665
1674
|
*/
|
|
1666
1675
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1667
1676
|
|
|
1668
|
-
/* "../../build-env-
|
|
1677
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":744
|
|
1669
1678
|
* #ctypedef npy_uint128 uint128_t
|
|
1670
1679
|
*
|
|
1671
1680
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1674,7 +1683,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1674
1683
|
*/
|
|
1675
1684
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1676
1685
|
|
|
1677
|
-
/* "../../build-env-
|
|
1686
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1678
1687
|
*
|
|
1679
1688
|
* ctypedef npy_float32 float32_t
|
|
1680
1689
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1683,7 +1692,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1683
1692
|
*/
|
|
1684
1693
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1685
1694
|
|
|
1686
|
-
/* "../../build-env-
|
|
1695
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":754
|
|
1687
1696
|
* # The int types are mapped a bit surprising --
|
|
1688
1697
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1689
1698
|
* ctypedef npy_long int_t # <<<<<<<<<<<<<<
|
|
@@ -1692,7 +1701,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1692
1701
|
*/
|
|
1693
1702
|
typedef npy_long __pyx_t_5numpy_int_t;
|
|
1694
1703
|
|
|
1695
|
-
/* "../../build-env-
|
|
1704
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":755
|
|
1696
1705
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1697
1706
|
* ctypedef npy_long int_t
|
|
1698
1707
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1701,7 +1710,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
|
|
|
1701
1710
|
*/
|
|
1702
1711
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1703
1712
|
|
|
1704
|
-
/* "../../build-env-
|
|
1713
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":757
|
|
1705
1714
|
* ctypedef npy_longlong longlong_t
|
|
1706
1715
|
*
|
|
1707
1716
|
* ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
|
|
@@ -1710,7 +1719,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1710
1719
|
*/
|
|
1711
1720
|
typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
1712
1721
|
|
|
1713
|
-
/* "../../build-env-
|
|
1722
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":758
|
|
1714
1723
|
*
|
|
1715
1724
|
* ctypedef npy_ulong uint_t
|
|
1716
1725
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1719,7 +1728,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
|
1719
1728
|
*/
|
|
1720
1729
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1721
1730
|
|
|
1722
|
-
/* "../../build-env-
|
|
1731
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":760
|
|
1723
1732
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1724
1733
|
*
|
|
1725
1734
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1728,7 +1737,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1728
1737
|
*/
|
|
1729
1738
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1730
1739
|
|
|
1731
|
-
/* "../../build-env-
|
|
1740
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1732
1741
|
*
|
|
1733
1742
|
* ctypedef npy_intp intp_t
|
|
1734
1743
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1737,7 +1746,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1737
1746
|
*/
|
|
1738
1747
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1739
1748
|
|
|
1740
|
-
/* "../../build-env-
|
|
1749
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":763
|
|
1741
1750
|
* ctypedef npy_uintp uintp_t
|
|
1742
1751
|
*
|
|
1743
1752
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1746,7 +1755,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1746
1755
|
*/
|
|
1747
1756
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1748
1757
|
|
|
1749
|
-
/* "../../build-env-
|
|
1758
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1750
1759
|
*
|
|
1751
1760
|
* ctypedef npy_double float_t
|
|
1752
1761
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1755,7 +1764,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1755
1764
|
*/
|
|
1756
1765
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1757
1766
|
|
|
1758
|
-
/* "../../build-env-
|
|
1767
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":765
|
|
1759
1768
|
* ctypedef npy_double float_t
|
|
1760
1769
|
* ctypedef npy_double double_t
|
|
1761
1770
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1810,7 +1819,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
|
|
|
1810
1819
|
|
|
1811
1820
|
/*--- Type declarations ---*/
|
|
1812
1821
|
|
|
1813
|
-
/* "../../build-env-
|
|
1822
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1814
1823
|
* ctypedef npy_longdouble longdouble_t
|
|
1815
1824
|
*
|
|
1816
1825
|
* ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
|
|
@@ -1819,7 +1828,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
|
|
|
1819
1828
|
*/
|
|
1820
1829
|
typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
1821
1830
|
|
|
1822
|
-
/* "../../build-env-
|
|
1831
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1823
1832
|
*
|
|
1824
1833
|
* ctypedef npy_cfloat cfloat_t
|
|
1825
1834
|
* ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1828,7 +1837,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
|
1828
1837
|
*/
|
|
1829
1838
|
typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
1830
1839
|
|
|
1831
|
-
/* "../../build-env-
|
|
1840
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1832
1841
|
* ctypedef npy_cfloat cfloat_t
|
|
1833
1842
|
* ctypedef npy_cdouble cdouble_t
|
|
1834
1843
|
* ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1837,7 +1846,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
|
1837
1846
|
*/
|
|
1838
1847
|
typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
|
|
1839
1848
|
|
|
1840
|
-
/* "../../build-env-
|
|
1849
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1841
1850
|
* ctypedef npy_clongdouble clongdouble_t
|
|
1842
1851
|
*
|
|
1843
1852
|
* ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
|
|
@@ -2327,22 +2336,22 @@ static void __Pyx_RaiseBufferIndexError(int axis);
|
|
|
2327
2336
|
#define __Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char*)buf + i0 * s0)
|
|
2328
2337
|
#define __Pyx_BufPtrStrided2d(type, buf, i0, s0, i1, s1) (type)((char*)buf + i0 * s0 + i1 * s1)
|
|
2329
2338
|
/* TypeImport.proto */
|
|
2330
|
-
#ifndef
|
|
2331
|
-
#define
|
|
2339
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_2_4
|
|
2340
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_2_4
|
|
2332
2341
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
|
2333
2342
|
#include <stdalign.h>
|
|
2334
2343
|
#endif
|
|
2335
2344
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
|
2336
|
-
#define
|
|
2345
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_2_4(s) alignof(s)
|
|
2337
2346
|
#else
|
|
2338
|
-
#define
|
|
2347
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_2_4(s) sizeof(void*)
|
|
2339
2348
|
#endif
|
|
2340
|
-
enum
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2349
|
+
enum __Pyx_ImportType_CheckSize_3_2_4 {
|
|
2350
|
+
__Pyx_ImportType_CheckSize_Error_3_2_4 = 0,
|
|
2351
|
+
__Pyx_ImportType_CheckSize_Warn_3_2_4 = 1,
|
|
2352
|
+
__Pyx_ImportType_CheckSize_Ignore_3_2_4 = 2
|
|
2344
2353
|
};
|
|
2345
|
-
static PyTypeObject *
|
|
2354
|
+
static PyTypeObject *__Pyx_ImportType_3_2_4(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_2_4 check_size);
|
|
2346
2355
|
#endif
|
|
2347
2356
|
|
|
2348
2357
|
/* HasAttr.proto (used by ImportImpl) */
|
|
@@ -3045,7 +3054,7 @@ return 0;
|
|
|
3045
3054
|
#endif
|
|
3046
3055
|
/* #### Code section: module_code ### */
|
|
3047
3056
|
|
|
3048
|
-
/* "../../build-env-
|
|
3057
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
|
|
3049
3058
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3050
3059
|
*
|
|
3051
3060
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3056,7 +3065,7 @@ return 0;
|
|
|
3056
3065
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
3057
3066
|
PyObject *__pyx_r;
|
|
3058
3067
|
|
|
3059
|
-
/* "../../build-env-
|
|
3068
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":248
|
|
3060
3069
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
3061
3070
|
* """
|
|
3062
3071
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -3066,7 +3075,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3066
3075
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
3067
3076
|
goto __pyx_L0;
|
|
3068
3077
|
|
|
3069
|
-
/* "../../build-env-
|
|
3078
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
|
|
3070
3079
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3071
3080
|
*
|
|
3072
3081
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3079,7 +3088,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3079
3088
|
return __pyx_r;
|
|
3080
3089
|
}
|
|
3081
3090
|
|
|
3082
|
-
/* "../../build-env-
|
|
3091
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
|
|
3083
3092
|
* return PyArray_BASE(self)
|
|
3084
3093
|
*
|
|
3085
3094
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3093,7 +3102,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3093
3102
|
PyArray_Descr *__pyx_t_1;
|
|
3094
3103
|
__Pyx_RefNannySetupContext("descr", 0);
|
|
3095
3104
|
|
|
3096
|
-
/* "../../build-env-
|
|
3105
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":254
|
|
3097
3106
|
* """Returns an owned reference to the dtype of the array.
|
|
3098
3107
|
* """
|
|
3099
3108
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -3106,7 +3115,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3106
3115
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
3107
3116
|
goto __pyx_L0;
|
|
3108
3117
|
|
|
3109
|
-
/* "../../build-env-
|
|
3118
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
|
|
3110
3119
|
* return PyArray_BASE(self)
|
|
3111
3120
|
*
|
|
3112
3121
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3121,7 +3130,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3121
3130
|
return __pyx_r;
|
|
3122
3131
|
}
|
|
3123
3132
|
|
|
3124
|
-
/* "../../build-env-
|
|
3133
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
|
|
3125
3134
|
* return <dtype>PyArray_DESCR(self)
|
|
3126
3135
|
*
|
|
3127
3136
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3132,7 +3141,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3132
3141
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
3133
3142
|
int __pyx_r;
|
|
3134
3143
|
|
|
3135
|
-
/* "../../build-env-
|
|
3144
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":260
|
|
3136
3145
|
* """Returns the number of dimensions in the array.
|
|
3137
3146
|
* """
|
|
3138
3147
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -3142,7 +3151,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3142
3151
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
3143
3152
|
goto __pyx_L0;
|
|
3144
3153
|
|
|
3145
|
-
/* "../../build-env-
|
|
3154
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
|
|
3146
3155
|
* return <dtype>PyArray_DESCR(self)
|
|
3147
3156
|
*
|
|
3148
3157
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3155,7 +3164,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3155
3164
|
return __pyx_r;
|
|
3156
3165
|
}
|
|
3157
3166
|
|
|
3158
|
-
/* "../../build-env-
|
|
3167
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
|
|
3159
3168
|
* return PyArray_NDIM(self)
|
|
3160
3169
|
*
|
|
3161
3170
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3166,7 +3175,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3166
3175
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
3167
3176
|
npy_intp *__pyx_r;
|
|
3168
3177
|
|
|
3169
|
-
/* "../../build-env-
|
|
3178
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":268
|
|
3170
3179
|
* Can return NULL for 0-dimensional arrays.
|
|
3171
3180
|
* """
|
|
3172
3181
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -3176,7 +3185,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3176
3185
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
3177
3186
|
goto __pyx_L0;
|
|
3178
3187
|
|
|
3179
|
-
/* "../../build-env-
|
|
3188
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
|
|
3180
3189
|
* return PyArray_NDIM(self)
|
|
3181
3190
|
*
|
|
3182
3191
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3189,7 +3198,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3189
3198
|
return __pyx_r;
|
|
3190
3199
|
}
|
|
3191
3200
|
|
|
3192
|
-
/* "../../build-env-
|
|
3201
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
|
|
3193
3202
|
* return PyArray_DIMS(self)
|
|
3194
3203
|
*
|
|
3195
3204
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3200,7 +3209,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3200
3209
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
3201
3210
|
npy_intp *__pyx_r;
|
|
3202
3211
|
|
|
3203
|
-
/* "../../build-env-
|
|
3212
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":275
|
|
3204
3213
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
3205
3214
|
* """
|
|
3206
3215
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -3210,7 +3219,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3210
3219
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
3211
3220
|
goto __pyx_L0;
|
|
3212
3221
|
|
|
3213
|
-
/* "../../build-env-
|
|
3222
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
|
|
3214
3223
|
* return PyArray_DIMS(self)
|
|
3215
3224
|
*
|
|
3216
3225
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3223,7 +3232,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3223
3232
|
return __pyx_r;
|
|
3224
3233
|
}
|
|
3225
3234
|
|
|
3226
|
-
/* "../../build-env-
|
|
3235
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
|
|
3227
3236
|
* return PyArray_STRIDES(self)
|
|
3228
3237
|
*
|
|
3229
3238
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3234,7 +3243,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3234
3243
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
3235
3244
|
npy_intp __pyx_r;
|
|
3236
3245
|
|
|
3237
|
-
/* "../../build-env-
|
|
3246
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":281
|
|
3238
3247
|
* """Returns the total size (in number of elements) of the array.
|
|
3239
3248
|
* """
|
|
3240
3249
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3244,7 +3253,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3244
3253
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
3245
3254
|
goto __pyx_L0;
|
|
3246
3255
|
|
|
3247
|
-
/* "../../build-env-
|
|
3256
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
|
|
3248
3257
|
* return PyArray_STRIDES(self)
|
|
3249
3258
|
*
|
|
3250
3259
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3257,7 +3266,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3257
3266
|
return __pyx_r;
|
|
3258
3267
|
}
|
|
3259
3268
|
|
|
3260
|
-
/* "../../build-env-
|
|
3269
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
|
|
3261
3270
|
* return PyArray_SIZE(self)
|
|
3262
3271
|
*
|
|
3263
3272
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3268,7 +3277,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3268
3277
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
3269
3278
|
char *__pyx_r;
|
|
3270
3279
|
|
|
3271
|
-
/* "../../build-env-
|
|
3280
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290
|
|
3272
3281
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
3273
3282
|
* """
|
|
3274
3283
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -3278,7 +3287,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3278
3287
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
3279
3288
|
goto __pyx_L0;
|
|
3280
3289
|
|
|
3281
|
-
/* "../../build-env-
|
|
3290
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
|
|
3282
3291
|
* return PyArray_SIZE(self)
|
|
3283
3292
|
*
|
|
3284
3293
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3291,7 +3300,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3291
3300
|
return __pyx_r;
|
|
3292
3301
|
}
|
|
3293
3302
|
|
|
3294
|
-
/* "../../build-env-
|
|
3303
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
|
|
3295
3304
|
* ctypedef npy_cdouble complex_t
|
|
3296
3305
|
*
|
|
3297
3306
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3308,7 +3317,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3308
3317
|
int __pyx_clineno = 0;
|
|
3309
3318
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
|
3310
3319
|
|
|
3311
|
-
/* "../../build-env-
|
|
3320
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":774
|
|
3312
3321
|
*
|
|
3313
3322
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
3314
3323
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -3322,7 +3331,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3322
3331
|
__pyx_t_1 = 0;
|
|
3323
3332
|
goto __pyx_L0;
|
|
3324
3333
|
|
|
3325
|
-
/* "../../build-env-
|
|
3334
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
|
|
3326
3335
|
* ctypedef npy_cdouble complex_t
|
|
3327
3336
|
*
|
|
3328
3337
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3341,7 +3350,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3341
3350
|
return __pyx_r;
|
|
3342
3351
|
}
|
|
3343
3352
|
|
|
3344
|
-
/* "../../build-env-
|
|
3353
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
|
|
3345
3354
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3346
3355
|
*
|
|
3347
3356
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3358,7 +3367,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3358
3367
|
int __pyx_clineno = 0;
|
|
3359
3368
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
|
3360
3369
|
|
|
3361
|
-
/* "../../build-env-
|
|
3370
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
|
|
3362
3371
|
*
|
|
3363
3372
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
3364
3373
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -3372,7 +3381,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3372
3381
|
__pyx_t_1 = 0;
|
|
3373
3382
|
goto __pyx_L0;
|
|
3374
3383
|
|
|
3375
|
-
/* "../../build-env-
|
|
3384
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
|
|
3376
3385
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3377
3386
|
*
|
|
3378
3387
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3391,7 +3400,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3391
3400
|
return __pyx_r;
|
|
3392
3401
|
}
|
|
3393
3402
|
|
|
3394
|
-
/* "../../build-env-
|
|
3403
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
|
|
3395
3404
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3396
3405
|
*
|
|
3397
3406
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3408,7 +3417,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3408
3417
|
int __pyx_clineno = 0;
|
|
3409
3418
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
|
3410
3419
|
|
|
3411
|
-
/* "../../build-env-
|
|
3420
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
|
|
3412
3421
|
*
|
|
3413
3422
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
3414
3423
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -3422,7 +3431,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3422
3431
|
__pyx_t_1 = 0;
|
|
3423
3432
|
goto __pyx_L0;
|
|
3424
3433
|
|
|
3425
|
-
/* "../../build-env-
|
|
3434
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
|
|
3426
3435
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3427
3436
|
*
|
|
3428
3437
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3441,7 +3450,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3441
3450
|
return __pyx_r;
|
|
3442
3451
|
}
|
|
3443
3452
|
|
|
3444
|
-
/* "../../build-env-
|
|
3453
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
|
|
3445
3454
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3446
3455
|
*
|
|
3447
3456
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3458,7 +3467,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3458
3467
|
int __pyx_clineno = 0;
|
|
3459
3468
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
|
3460
3469
|
|
|
3461
|
-
/* "../../build-env-
|
|
3470
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
|
|
3462
3471
|
*
|
|
3463
3472
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
3464
3473
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -3472,7 +3481,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3472
3481
|
__pyx_t_1 = 0;
|
|
3473
3482
|
goto __pyx_L0;
|
|
3474
3483
|
|
|
3475
|
-
/* "../../build-env-
|
|
3484
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
|
|
3476
3485
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3477
3486
|
*
|
|
3478
3487
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3491,7 +3500,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3491
3500
|
return __pyx_r;
|
|
3492
3501
|
}
|
|
3493
3502
|
|
|
3494
|
-
/* "../../build-env-
|
|
3503
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
|
|
3495
3504
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3496
3505
|
*
|
|
3497
3506
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -3508,7 +3517,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3508
3517
|
int __pyx_clineno = 0;
|
|
3509
3518
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
|
3510
3519
|
|
|
3511
|
-
/* "../../build-env-
|
|
3520
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
|
|
3512
3521
|
*
|
|
3513
3522
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
3514
3523
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -3522,7 +3531,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3522
3531
|
__pyx_t_1 = 0;
|
|
3523
3532
|
goto __pyx_L0;
|
|
3524
3533
|
|
|
3525
|
-
/* "../../build-env-
|
|
3534
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
|
|
3526
3535
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3527
3536
|
*
|
|
3528
3537
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -3541,7 +3550,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3541
3550
|
return __pyx_r;
|
|
3542
3551
|
}
|
|
3543
3552
|
|
|
3544
|
-
/* "../../build-env-
|
|
3553
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
|
|
3545
3554
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
3546
3555
|
*
|
|
3547
3556
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -3555,7 +3564,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3555
3564
|
int __pyx_t_1;
|
|
3556
3565
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
|
3557
3566
|
|
|
3558
|
-
/* "../../build-env-
|
|
3567
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
3559
3568
|
*
|
|
3560
3569
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3561
3570
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -3565,7 +3574,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3565
3574
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
3566
3575
|
if (__pyx_t_1) {
|
|
3567
3576
|
|
|
3568
|
-
/* "../../build-env-
|
|
3577
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790
|
|
3569
3578
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3570
3579
|
* if PyDataType_HASSUBARRAY(d):
|
|
3571
3580
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -3577,7 +3586,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3577
3586
|
__pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
|
|
3578
3587
|
goto __pyx_L0;
|
|
3579
3588
|
|
|
3580
|
-
/* "../../build-env-
|
|
3589
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
3581
3590
|
*
|
|
3582
3591
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3583
3592
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -3586,7 +3595,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3586
3595
|
*/
|
|
3587
3596
|
}
|
|
3588
3597
|
|
|
3589
|
-
/* "../../build-env-
|
|
3598
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
|
|
3590
3599
|
* return <tuple>d.subarray.shape
|
|
3591
3600
|
* else:
|
|
3592
3601
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -3600,7 +3609,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3600
3609
|
goto __pyx_L0;
|
|
3601
3610
|
}
|
|
3602
3611
|
|
|
3603
|
-
/* "../../build-env-
|
|
3612
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
|
|
3604
3613
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
3605
3614
|
*
|
|
3606
3615
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -3615,7 +3624,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3615
3624
|
return __pyx_r;
|
|
3616
3625
|
}
|
|
3617
3626
|
|
|
3618
|
-
/* "../../build-env-
|
|
3627
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
|
|
3619
3628
|
* int _import_umath() except -1
|
|
3620
3629
|
*
|
|
3621
3630
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -3629,7 +3638,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3629
3638
|
const char *__pyx_filename = NULL;
|
|
3630
3639
|
int __pyx_clineno = 0;
|
|
3631
3640
|
|
|
3632
|
-
/* "../../build-env-
|
|
3641
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":969
|
|
3633
3642
|
*
|
|
3634
3643
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
3635
3644
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -3638,7 +3647,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3638
3647
|
*/
|
|
3639
3648
|
Py_INCREF(__pyx_v_base);
|
|
3640
3649
|
|
|
3641
|
-
/* "../../build-env-
|
|
3650
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":970
|
|
3642
3651
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
3643
3652
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
3644
3653
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -3647,7 +3656,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3647
3656
|
*/
|
|
3648
3657
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 970, __pyx_L1_error)
|
|
3649
3658
|
|
|
3650
|
-
/* "../../build-env-
|
|
3659
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
|
|
3651
3660
|
* int _import_umath() except -1
|
|
3652
3661
|
*
|
|
3653
3662
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -3662,7 +3671,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3662
3671
|
__pyx_L0:;
|
|
3663
3672
|
}
|
|
3664
3673
|
|
|
3665
|
-
/* "../../build-env-
|
|
3674
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
|
|
3666
3675
|
* PyArray_SetBaseObject(arr, base)
|
|
3667
3676
|
*
|
|
3668
3677
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -3677,7 +3686,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3677
3686
|
int __pyx_t_1;
|
|
3678
3687
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
|
3679
3688
|
|
|
3680
|
-
/* "../../build-env-
|
|
3689
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":973
|
|
3681
3690
|
*
|
|
3682
3691
|
* cdef inline object get_array_base(ndarray arr):
|
|
3683
3692
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -3686,7 +3695,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3686
3695
|
*/
|
|
3687
3696
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
3688
3697
|
|
|
3689
|
-
/* "../../build-env-
|
|
3698
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
|
|
3690
3699
|
* cdef inline object get_array_base(ndarray arr):
|
|
3691
3700
|
* base = PyArray_BASE(arr)
|
|
3692
3701
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -3696,7 +3705,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3696
3705
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
3697
3706
|
if (__pyx_t_1) {
|
|
3698
3707
|
|
|
3699
|
-
/* "../../build-env-
|
|
3708
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
|
|
3700
3709
|
* base = PyArray_BASE(arr)
|
|
3701
3710
|
* if base is NULL:
|
|
3702
3711
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -3707,7 +3716,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3707
3716
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
3708
3717
|
goto __pyx_L0;
|
|
3709
3718
|
|
|
3710
|
-
/* "../../build-env-
|
|
3719
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
|
|
3711
3720
|
* cdef inline object get_array_base(ndarray arr):
|
|
3712
3721
|
* base = PyArray_BASE(arr)
|
|
3713
3722
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -3716,7 +3725,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3716
3725
|
*/
|
|
3717
3726
|
}
|
|
3718
3727
|
|
|
3719
|
-
/* "../../build-env-
|
|
3728
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":976
|
|
3720
3729
|
* if base is NULL:
|
|
3721
3730
|
* return None
|
|
3722
3731
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -3728,7 +3737,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3728
3737
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
3729
3738
|
goto __pyx_L0;
|
|
3730
3739
|
|
|
3731
|
-
/* "../../build-env-
|
|
3740
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
|
|
3732
3741
|
* PyArray_SetBaseObject(arr, base)
|
|
3733
3742
|
*
|
|
3734
3743
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -3743,7 +3752,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3743
3752
|
return __pyx_r;
|
|
3744
3753
|
}
|
|
3745
3754
|
|
|
3746
|
-
/* "../../build-env-
|
|
3755
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
|
|
3747
3756
|
* # Versions of the import_* functions which are more suitable for
|
|
3748
3757
|
* # Cython code.
|
|
3749
3758
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3769,7 +3778,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3769
3778
|
int __pyx_clineno = 0;
|
|
3770
3779
|
__Pyx_RefNannySetupContext("import_array", 0);
|
|
3771
3780
|
|
|
3772
|
-
/* "../../build-env-
|
|
3781
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3773
3782
|
* # Cython code.
|
|
3774
3783
|
* cdef inline int import_array() except -1:
|
|
3775
3784
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3785,7 +3794,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3785
3794
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
3786
3795
|
/*try:*/ {
|
|
3787
3796
|
|
|
3788
|
-
/* "../../build-env-
|
|
3797
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":982
|
|
3789
3798
|
* cdef inline int import_array() except -1:
|
|
3790
3799
|
* try:
|
|
3791
3800
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -3794,7 +3803,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3794
3803
|
*/
|
|
3795
3804
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 982, __pyx_L3_error)
|
|
3796
3805
|
|
|
3797
|
-
/* "../../build-env-
|
|
3806
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3798
3807
|
* # Cython code.
|
|
3799
3808
|
* cdef inline int import_array() except -1:
|
|
3800
3809
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3808,7 +3817,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3808
3817
|
goto __pyx_L8_try_end;
|
|
3809
3818
|
__pyx_L3_error:;
|
|
3810
3819
|
|
|
3811
|
-
/* "../../build-env-
|
|
3820
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
|
|
3812
3821
|
* try:
|
|
3813
3822
|
* __pyx_import_array()
|
|
3814
3823
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -3823,7 +3832,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3823
3832
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
3824
3833
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
3825
3834
|
|
|
3826
|
-
/* "../../build-env-
|
|
3835
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
3827
3836
|
* __pyx_import_array()
|
|
3828
3837
|
* except Exception:
|
|
3829
3838
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -3845,7 +3854,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3845
3854
|
}
|
|
3846
3855
|
goto __pyx_L5_except_error;
|
|
3847
3856
|
|
|
3848
|
-
/* "../../build-env-
|
|
3857
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3849
3858
|
* # Cython code.
|
|
3850
3859
|
* cdef inline int import_array() except -1:
|
|
3851
3860
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3861,7 +3870,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3861
3870
|
__pyx_L8_try_end:;
|
|
3862
3871
|
}
|
|
3863
3872
|
|
|
3864
|
-
/* "../../build-env-
|
|
3873
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
|
|
3865
3874
|
* # Versions of the import_* functions which are more suitable for
|
|
3866
3875
|
* # Cython code.
|
|
3867
3876
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3885,7 +3894,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3885
3894
|
return __pyx_r;
|
|
3886
3895
|
}
|
|
3887
3896
|
|
|
3888
|
-
/* "../../build-env-
|
|
3897
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
|
|
3889
3898
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
3890
3899
|
*
|
|
3891
3900
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3911,7 +3920,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3911
3920
|
int __pyx_clineno = 0;
|
|
3912
3921
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
|
3913
3922
|
|
|
3914
|
-
/* "../../build-env-
|
|
3923
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
3915
3924
|
*
|
|
3916
3925
|
* cdef inline int import_umath() except -1:
|
|
3917
3926
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3927,7 +3936,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3927
3936
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
3928
3937
|
/*try:*/ {
|
|
3929
3938
|
|
|
3930
|
-
/* "../../build-env-
|
|
3939
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":988
|
|
3931
3940
|
* cdef inline int import_umath() except -1:
|
|
3932
3941
|
* try:
|
|
3933
3942
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -3936,7 +3945,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3936
3945
|
*/
|
|
3937
3946
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 988, __pyx_L3_error)
|
|
3938
3947
|
|
|
3939
|
-
/* "../../build-env-
|
|
3948
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
3940
3949
|
*
|
|
3941
3950
|
* cdef inline int import_umath() except -1:
|
|
3942
3951
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3950,7 +3959,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3950
3959
|
goto __pyx_L8_try_end;
|
|
3951
3960
|
__pyx_L3_error:;
|
|
3952
3961
|
|
|
3953
|
-
/* "../../build-env-
|
|
3962
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
|
|
3954
3963
|
* try:
|
|
3955
3964
|
* _import_umath()
|
|
3956
3965
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -3965,7 +3974,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3965
3974
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
3966
3975
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
3967
3976
|
|
|
3968
|
-
/* "../../build-env-
|
|
3977
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
3969
3978
|
* _import_umath()
|
|
3970
3979
|
* except Exception:
|
|
3971
3980
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -3987,7 +3996,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3987
3996
|
}
|
|
3988
3997
|
goto __pyx_L5_except_error;
|
|
3989
3998
|
|
|
3990
|
-
/* "../../build-env-
|
|
3999
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
3991
4000
|
*
|
|
3992
4001
|
* cdef inline int import_umath() except -1:
|
|
3993
4002
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4003,7 +4012,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4003
4012
|
__pyx_L8_try_end:;
|
|
4004
4013
|
}
|
|
4005
4014
|
|
|
4006
|
-
/* "../../build-env-
|
|
4015
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
|
|
4007
4016
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
4008
4017
|
*
|
|
4009
4018
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4027,7 +4036,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4027
4036
|
return __pyx_r;
|
|
4028
4037
|
}
|
|
4029
4038
|
|
|
4030
|
-
/* "../../build-env-
|
|
4039
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
|
|
4031
4040
|
* raise ImportError("numpy.core.umath failed to import")
|
|
4032
4041
|
*
|
|
4033
4042
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4053,7 +4062,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4053
4062
|
int __pyx_clineno = 0;
|
|
4054
4063
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
|
4055
4064
|
|
|
4056
|
-
/* "../../build-env-
|
|
4065
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4057
4066
|
*
|
|
4058
4067
|
* cdef inline int import_ufunc() except -1:
|
|
4059
4068
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4069,7 +4078,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4069
4078
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4070
4079
|
/*try:*/ {
|
|
4071
4080
|
|
|
4072
|
-
/* "../../build-env-
|
|
4081
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":994
|
|
4073
4082
|
* cdef inline int import_ufunc() except -1:
|
|
4074
4083
|
* try:
|
|
4075
4084
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4078,7 +4087,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4078
4087
|
*/
|
|
4079
4088
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 994, __pyx_L3_error)
|
|
4080
4089
|
|
|
4081
|
-
/* "../../build-env-
|
|
4090
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4082
4091
|
*
|
|
4083
4092
|
* cdef inline int import_ufunc() except -1:
|
|
4084
4093
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4092,7 +4101,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4092
4101
|
goto __pyx_L8_try_end;
|
|
4093
4102
|
__pyx_L3_error:;
|
|
4094
4103
|
|
|
4095
|
-
/* "../../build-env-
|
|
4104
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
|
|
4096
4105
|
* try:
|
|
4097
4106
|
* _import_umath()
|
|
4098
4107
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4107,7 +4116,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4107
4116
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4108
4117
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4109
4118
|
|
|
4110
|
-
/* "../../build-env-
|
|
4119
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
|
|
4111
4120
|
* _import_umath()
|
|
4112
4121
|
* except Exception:
|
|
4113
4122
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4129,7 +4138,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4129
4138
|
}
|
|
4130
4139
|
goto __pyx_L5_except_error;
|
|
4131
4140
|
|
|
4132
|
-
/* "../../build-env-
|
|
4141
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4133
4142
|
*
|
|
4134
4143
|
* cdef inline int import_ufunc() except -1:
|
|
4135
4144
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4145,7 +4154,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4145
4154
|
__pyx_L8_try_end:;
|
|
4146
4155
|
}
|
|
4147
4156
|
|
|
4148
|
-
/* "../../build-env-
|
|
4157
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
|
|
4149
4158
|
* raise ImportError("numpy.core.umath failed to import")
|
|
4150
4159
|
*
|
|
4151
4160
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4169,7 +4178,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4169
4178
|
return __pyx_r;
|
|
4170
4179
|
}
|
|
4171
4180
|
|
|
4172
|
-
/* "../../build-env-
|
|
4181
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
|
|
4173
4182
|
*
|
|
4174
4183
|
*
|
|
4175
4184
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4180,7 +4189,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4180
4189
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
4181
4190
|
int __pyx_r;
|
|
4182
4191
|
|
|
4183
|
-
/* "../../build-env-
|
|
4192
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1011
|
|
4184
4193
|
* bool
|
|
4185
4194
|
* """
|
|
4186
4195
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4190,7 +4199,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4190
4199
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
4191
4200
|
goto __pyx_L0;
|
|
4192
4201
|
|
|
4193
|
-
/* "../../build-env-
|
|
4202
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
|
|
4194
4203
|
*
|
|
4195
4204
|
*
|
|
4196
4205
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4203,7 +4212,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4203
4212
|
return __pyx_r;
|
|
4204
4213
|
}
|
|
4205
4214
|
|
|
4206
|
-
/* "../../build-env-
|
|
4215
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4207
4216
|
*
|
|
4208
4217
|
*
|
|
4209
4218
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4214,7 +4223,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4214
4223
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
4215
4224
|
int __pyx_r;
|
|
4216
4225
|
|
|
4217
|
-
/* "../../build-env-
|
|
4226
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1026
|
|
4218
4227
|
* bool
|
|
4219
4228
|
* """
|
|
4220
4229
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4224,7 +4233,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4224
4233
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
4225
4234
|
goto __pyx_L0;
|
|
4226
4235
|
|
|
4227
|
-
/* "../../build-env-
|
|
4236
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4228
4237
|
*
|
|
4229
4238
|
*
|
|
4230
4239
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4237,7 +4246,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4237
4246
|
return __pyx_r;
|
|
4238
4247
|
}
|
|
4239
4248
|
|
|
4240
|
-
/* "../../build-env-
|
|
4249
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4241
4250
|
*
|
|
4242
4251
|
*
|
|
4243
4252
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4248,7 +4257,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4248
4257
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
4249
4258
|
npy_datetime __pyx_r;
|
|
4250
4259
|
|
|
4251
|
-
/* "../../build-env-
|
|
4260
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1036
|
|
4252
4261
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
4253
4262
|
* """
|
|
4254
4263
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4258,7 +4267,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4258
4267
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
4259
4268
|
goto __pyx_L0;
|
|
4260
4269
|
|
|
4261
|
-
/* "../../build-env-
|
|
4270
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4262
4271
|
*
|
|
4263
4272
|
*
|
|
4264
4273
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4271,7 +4280,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4271
4280
|
return __pyx_r;
|
|
4272
4281
|
}
|
|
4273
4282
|
|
|
4274
|
-
/* "../../build-env-
|
|
4283
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
4275
4284
|
*
|
|
4276
4285
|
*
|
|
4277
4286
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4282,7 +4291,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4282
4291
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
4283
4292
|
npy_timedelta __pyx_r;
|
|
4284
4293
|
|
|
4285
|
-
/* "../../build-env-
|
|
4294
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1043
|
|
4286
4295
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
4287
4296
|
* """
|
|
4288
4297
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4292,7 +4301,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4292
4301
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
4293
4302
|
goto __pyx_L0;
|
|
4294
4303
|
|
|
4295
|
-
/* "../../build-env-
|
|
4304
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
4296
4305
|
*
|
|
4297
4306
|
*
|
|
4298
4307
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4305,7 +4314,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4305
4314
|
return __pyx_r;
|
|
4306
4315
|
}
|
|
4307
4316
|
|
|
4308
|
-
/* "../../build-env-
|
|
4317
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
4309
4318
|
*
|
|
4310
4319
|
*
|
|
4311
4320
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4316,7 +4325,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4316
4325
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
4317
4326
|
NPY_DATETIMEUNIT __pyx_r;
|
|
4318
4327
|
|
|
4319
|
-
/* "../../build-env-
|
|
4328
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1050
|
|
4320
4329
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
4321
4330
|
* """
|
|
4322
4331
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -4324,7 +4333,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
4324
4333
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
4325
4334
|
goto __pyx_L0;
|
|
4326
4335
|
|
|
4327
|
-
/* "../../build-env-
|
|
4336
|
+
/* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
4328
4337
|
*
|
|
4329
4338
|
*
|
|
4330
4339
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -5261,153 +5270,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
|
5261
5270
|
/*--- Type import code ---*/
|
|
5262
5271
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 9, __pyx_L1_error)
|
|
5263
5272
|
__Pyx_GOTREF(__pyx_t_1);
|
|
5264
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
|
5273
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_2_4(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
|
5265
5274
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5266
|
-
sizeof(PyTypeObject),
|
|
5275
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyTypeObject),
|
|
5267
5276
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5268
5277
|
0, 0,
|
|
5269
5278
|
#else
|
|
5270
|
-
sizeof(PyHeapTypeObject),
|
|
5279
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyHeapTypeObject),
|
|
5271
5280
|
#endif
|
|
5272
|
-
|
|
5281
|
+
__Pyx_ImportType_CheckSize_Warn_3_2_4); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(2, 9, __pyx_L1_error)
|
|
5273
5282
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
5274
5283
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 202, __pyx_L1_error)
|
|
5275
5284
|
__Pyx_GOTREF(__pyx_t_1);
|
|
5276
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
|
5285
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "dtype",
|
|
5277
5286
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5278
|
-
sizeof(PyArray_Descr),
|
|
5287
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyArray_Descr),
|
|
5279
5288
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5280
|
-
sizeof(PyArray_Descr),
|
|
5289
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyArray_Descr),
|
|
5281
5290
|
#else
|
|
5282
|
-
sizeof(PyArray_Descr),
|
|
5291
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyArray_Descr),
|
|
5283
5292
|
#endif
|
|
5284
|
-
|
|
5285
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
|
5293
|
+
__Pyx_ImportType_CheckSize_Ignore_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(1, 202, __pyx_L1_error)
|
|
5294
|
+
__pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "flatiter",
|
|
5286
5295
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5287
|
-
sizeof(PyArrayIterObject),
|
|
5296
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyArrayIterObject),
|
|
5288
5297
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5289
|
-
sizeof(PyArrayIterObject),
|
|
5298
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyArrayIterObject),
|
|
5290
5299
|
#else
|
|
5291
|
-
sizeof(PyArrayIterObject),
|
|
5300
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyArrayIterObject),
|
|
5292
5301
|
#endif
|
|
5293
|
-
|
|
5294
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
|
5302
|
+
__Pyx_ImportType_CheckSize_Ignore_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(1, 225, __pyx_L1_error)
|
|
5303
|
+
__pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "broadcast",
|
|
5295
5304
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5296
|
-
sizeof(PyArrayMultiIterObject),
|
|
5305
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyArrayMultiIterObject),
|
|
5297
5306
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5298
|
-
sizeof(PyArrayMultiIterObject),
|
|
5307
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyArrayMultiIterObject),
|
|
5299
5308
|
#else
|
|
5300
|
-
sizeof(PyArrayMultiIterObject),
|
|
5309
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyArrayMultiIterObject),
|
|
5301
5310
|
#endif
|
|
5302
|
-
|
|
5303
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
|
5311
|
+
__Pyx_ImportType_CheckSize_Ignore_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(1, 229, __pyx_L1_error)
|
|
5312
|
+
__pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "ndarray",
|
|
5304
5313
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5305
|
-
sizeof(PyArrayObject),
|
|
5314
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyArrayObject),
|
|
5306
5315
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5307
|
-
sizeof(PyArrayObject),
|
|
5316
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyArrayObject),
|
|
5308
5317
|
#else
|
|
5309
|
-
sizeof(PyArrayObject),
|
|
5318
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyArrayObject),
|
|
5310
5319
|
#endif
|
|
5311
|
-
|
|
5312
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
|
5320
|
+
__Pyx_ImportType_CheckSize_Ignore_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(1, 238, __pyx_L1_error)
|
|
5321
|
+
__pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "generic",
|
|
5313
5322
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5314
|
-
sizeof(PyObject),
|
|
5323
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5315
5324
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5316
|
-
sizeof(PyObject),
|
|
5325
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5317
5326
|
#else
|
|
5318
|
-
sizeof(PyObject),
|
|
5327
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5319
5328
|
#endif
|
|
5320
|
-
|
|
5321
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
|
5329
|
+
__Pyx_ImportType_CheckSize_Warn_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(1, 809, __pyx_L1_error)
|
|
5330
|
+
__pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "number",
|
|
5322
5331
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5323
|
-
sizeof(PyObject),
|
|
5332
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5324
5333
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5325
|
-
sizeof(PyObject),
|
|
5334
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5326
5335
|
#else
|
|
5327
|
-
sizeof(PyObject),
|
|
5336
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5328
5337
|
#endif
|
|
5329
|
-
|
|
5330
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
|
5338
|
+
__Pyx_ImportType_CheckSize_Warn_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(1, 811, __pyx_L1_error)
|
|
5339
|
+
__pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "integer",
|
|
5331
5340
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5332
|
-
sizeof(PyObject),
|
|
5341
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5333
5342
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5334
|
-
sizeof(PyObject),
|
|
5343
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5335
5344
|
#else
|
|
5336
|
-
sizeof(PyObject),
|
|
5345
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5337
5346
|
#endif
|
|
5338
|
-
|
|
5339
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
|
5347
|
+
__Pyx_ImportType_CheckSize_Warn_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(1, 813, __pyx_L1_error)
|
|
5348
|
+
__pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "signedinteger",
|
|
5340
5349
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5341
|
-
sizeof(PyObject),
|
|
5350
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5342
5351
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5343
|
-
sizeof(PyObject),
|
|
5352
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5344
5353
|
#else
|
|
5345
|
-
sizeof(PyObject),
|
|
5354
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5346
5355
|
#endif
|
|
5347
|
-
|
|
5348
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
|
5356
|
+
__Pyx_ImportType_CheckSize_Warn_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(1, 815, __pyx_L1_error)
|
|
5357
|
+
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "unsignedinteger",
|
|
5349
5358
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5350
|
-
sizeof(PyObject),
|
|
5359
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5351
5360
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5352
|
-
sizeof(PyObject),
|
|
5361
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5353
5362
|
#else
|
|
5354
|
-
sizeof(PyObject),
|
|
5363
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5355
5364
|
#endif
|
|
5356
|
-
|
|
5357
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
|
5365
|
+
__Pyx_ImportType_CheckSize_Warn_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(1, 817, __pyx_L1_error)
|
|
5366
|
+
__pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "inexact",
|
|
5358
5367
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5359
|
-
sizeof(PyObject),
|
|
5368
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5360
5369
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5361
|
-
sizeof(PyObject),
|
|
5370
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5362
5371
|
#else
|
|
5363
|
-
sizeof(PyObject),
|
|
5372
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5364
5373
|
#endif
|
|
5365
|
-
|
|
5366
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
|
5374
|
+
__Pyx_ImportType_CheckSize_Warn_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(1, 819, __pyx_L1_error)
|
|
5375
|
+
__pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "floating",
|
|
5367
5376
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5368
|
-
sizeof(PyObject),
|
|
5377
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5369
5378
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5370
|
-
sizeof(PyObject),
|
|
5379
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5371
5380
|
#else
|
|
5372
|
-
sizeof(PyObject),
|
|
5381
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5373
5382
|
#endif
|
|
5374
|
-
|
|
5375
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
|
5383
|
+
__Pyx_ImportType_CheckSize_Warn_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(1, 821, __pyx_L1_error)
|
|
5384
|
+
__pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "complexfloating",
|
|
5376
5385
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5377
|
-
sizeof(PyObject),
|
|
5386
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5378
5387
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5379
|
-
sizeof(PyObject),
|
|
5388
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5380
5389
|
#else
|
|
5381
|
-
sizeof(PyObject),
|
|
5390
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5382
5391
|
#endif
|
|
5383
|
-
|
|
5384
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
|
5392
|
+
__Pyx_ImportType_CheckSize_Warn_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(1, 823, __pyx_L1_error)
|
|
5393
|
+
__pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "flexible",
|
|
5385
5394
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5386
|
-
sizeof(PyObject),
|
|
5395
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5387
5396
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5388
|
-
sizeof(PyObject),
|
|
5397
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5389
5398
|
#else
|
|
5390
|
-
sizeof(PyObject),
|
|
5399
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5391
5400
|
#endif
|
|
5392
|
-
|
|
5393
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
|
5401
|
+
__Pyx_ImportType_CheckSize_Warn_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(1, 825, __pyx_L1_error)
|
|
5402
|
+
__pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "character",
|
|
5394
5403
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5395
|
-
sizeof(PyObject),
|
|
5404
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5396
5405
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5397
|
-
sizeof(PyObject),
|
|
5406
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5398
5407
|
#else
|
|
5399
|
-
sizeof(PyObject),
|
|
5408
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyObject),
|
|
5400
5409
|
#endif
|
|
5401
|
-
|
|
5402
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
|
5410
|
+
__Pyx_ImportType_CheckSize_Warn_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(1, 827, __pyx_L1_error)
|
|
5411
|
+
__pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_2_4(__pyx_t_1, "numpy", "ufunc",
|
|
5403
5412
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5404
|
-
sizeof(PyUFuncObject),
|
|
5413
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyUFuncObject),
|
|
5405
5414
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5406
|
-
sizeof(PyUFuncObject),
|
|
5415
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyUFuncObject),
|
|
5407
5416
|
#else
|
|
5408
|
-
sizeof(PyUFuncObject),
|
|
5417
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_2_4(PyUFuncObject),
|
|
5409
5418
|
#endif
|
|
5410
|
-
|
|
5419
|
+
__Pyx_ImportType_CheckSize_Ignore_3_2_4); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(1, 866, __pyx_L1_error)
|
|
5411
5420
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
5412
5421
|
__Pyx_RefNannyFinishContext();
|
|
5413
5422
|
return 0;
|
|
@@ -5442,7 +5451,7 @@ static PyModuleDef_Slot __pyx_moduledef_slots[] = {
|
|
|
5442
5451
|
{Py_mod_create, (void*)__pyx_pymod_create},
|
|
5443
5452
|
{Py_mod_exec, (void*)__pyx_pymod_exec_polyeval},
|
|
5444
5453
|
#if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
|
|
5445
|
-
{Py_mod_gil,
|
|
5454
|
+
{Py_mod_gil, __Pyx_FREETHREADING_COMPATIBLE},
|
|
5446
5455
|
#endif
|
|
5447
5456
|
#if PY_VERSION_HEX >= 0x030C0000 && CYTHON_USE_MODULE_STATE
|
|
5448
5457
|
{Py_mod_multiple_interpreters, Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED},
|
|
@@ -5895,7 +5904,14 @@ const char* const bytes = "?eqc_models/base/polyeval.pyxindices describe differe
|
|
|
5895
5904
|
PyObject **table = stringtab + 42;
|
|
5896
5905
|
for (Py_ssize_t i=0; i<1; ++i) {
|
|
5897
5906
|
#if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
|
|
5898
|
-
|
|
5907
|
+
#if PY_VERSION_HEX < 0x030E0000
|
|
5908
|
+
if (_Py_IsOwnedByCurrentThread(table[i]) && Py_REFCNT(table[i]) == 1)
|
|
5909
|
+
#else
|
|
5910
|
+
if (PyUnstable_Object_IsUniquelyReferenced(table[i]))
|
|
5911
|
+
#endif
|
|
5912
|
+
{
|
|
5913
|
+
Py_SET_REFCNT(table[i], _Py_IMMORTAL_REFCNT_LOCAL);
|
|
5914
|
+
}
|
|
5899
5915
|
#else
|
|
5900
5916
|
Py_SET_REFCNT(table[i], _Py_IMMORTAL_INITIAL_REFCNT);
|
|
5901
5917
|
#endif
|
|
@@ -5916,7 +5932,14 @@ const char* const bytes = "?eqc_models/base/polyeval.pyxindices describe differe
|
|
|
5916
5932
|
PyObject **table = __pyx_mstate->__pyx_number_tab;
|
|
5917
5933
|
for (Py_ssize_t i=0; i<2; ++i) {
|
|
5918
5934
|
#if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
|
|
5919
|
-
|
|
5935
|
+
#if PY_VERSION_HEX < 0x030E0000
|
|
5936
|
+
if (_Py_IsOwnedByCurrentThread(table[i]) && Py_REFCNT(table[i]) == 1)
|
|
5937
|
+
#else
|
|
5938
|
+
if (PyUnstable_Object_IsUniquelyReferenced(table[i]))
|
|
5939
|
+
#endif
|
|
5940
|
+
{
|
|
5941
|
+
Py_SET_REFCNT(table[i], _Py_IMMORTAL_REFCNT_LOCAL);
|
|
5942
|
+
}
|
|
5920
5943
|
#else
|
|
5921
5944
|
Py_SET_REFCNT(table[i], _Py_IMMORTAL_INITIAL_REFCNT);
|
|
5922
5945
|
#endif
|
|
@@ -8329,10 +8352,10 @@ static const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const cha
|
|
|
8329
8352
|
}
|
|
8330
8353
|
|
|
8331
8354
|
/* TypeImport */
|
|
8332
|
-
#ifndef
|
|
8333
|
-
#define
|
|
8334
|
-
static PyTypeObject *
|
|
8335
|
-
size_t size, size_t alignment, enum
|
|
8355
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_2_4
|
|
8356
|
+
#define __PYX_HAVE_RT_ImportType_3_2_4
|
|
8357
|
+
static PyTypeObject *__Pyx_ImportType_3_2_4(PyObject *module, const char *module_name, const char *class_name,
|
|
8358
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_2_4 check_size)
|
|
8336
8359
|
{
|
|
8337
8360
|
PyObject *result = 0;
|
|
8338
8361
|
Py_ssize_t basicsize;
|
|
@@ -8388,7 +8411,7 @@ static const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const cha
|
|
|
8388
8411
|
module_name, class_name, size, basicsize+itemsize);
|
|
8389
8412
|
goto bad;
|
|
8390
8413
|
}
|
|
8391
|
-
if (check_size ==
|
|
8414
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_2_4 &&
|
|
8392
8415
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
|
8393
8416
|
PyErr_Format(PyExc_ValueError,
|
|
8394
8417
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
@@ -8396,7 +8419,7 @@ static const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const cha
|
|
|
8396
8419
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
|
8397
8420
|
goto bad;
|
|
8398
8421
|
}
|
|
8399
|
-
else if (check_size ==
|
|
8422
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_2_4 && (size_t)basicsize > size) {
|
|
8400
8423
|
if (PyErr_WarnFormat(NULL, 0,
|
|
8401
8424
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
8402
8425
|
"Expected %zd from C header, got %zd from PyObject",
|
|
@@ -8552,13 +8575,13 @@ static const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const cha
|
|
|
8552
8575
|
/* dict_setdefault (used by FetchCommonType) */
|
|
8553
8576
|
static CYTHON_INLINE PyObject *__Pyx_PyDict_SetDefault(PyObject *d, PyObject *key, PyObject *default_value) {
|
|
8554
8577
|
PyObject* value;
|
|
8555
|
-
#if CYTHON_COMPILING_IN_LIMITED_API &&
|
|
8578
|
+
#if __PYX_LIMITED_VERSION_HEX >= 0x030F0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x030d00A4)
|
|
8579
|
+
PyDict_SetDefaultRef(d, key, default_value, &value);
|
|
8580
|
+
#elif CYTHON_COMPILING_IN_LIMITED_API && __PYX_LIMITED_VERSION_HEX >= 0x030C0000
|
|
8556
8581
|
PyObject *args[] = {d, key, default_value};
|
|
8557
8582
|
value = PyObject_VectorcallMethod(__pyx_mstate_global->__pyx_n_u_setdefault, args, 3 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
|
|
8558
8583
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
8559
8584
|
value = PyObject_CallMethodObjArgs(d, __pyx_mstate_global->__pyx_n_u_setdefault, key, default_value, NULL);
|
|
8560
|
-
#elif PY_VERSION_HEX >= 0x030d0000
|
|
8561
|
-
PyDict_SetDefaultRef(d, key, default_value, &value);
|
|
8562
8585
|
#else
|
|
8563
8586
|
value = PyDict_SetDefault(d, key, default_value);
|
|
8564
8587
|
if (unlikely(!value)) return NULL;
|
|
@@ -11776,14 +11799,14 @@ static const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const cha
|
|
|
11776
11799
|
|
|
11777
11800
|
/* DecompressString */
|
|
11778
11801
|
static PyObject *__Pyx_DecompressString(const char *s, Py_ssize_t length, int algo) {
|
|
11779
|
-
PyObject *module, *decompress, *compressed_bytes, *decompressed;
|
|
11802
|
+
PyObject *module = NULL, *decompress, *compressed_bytes, *decompressed;
|
|
11780
11803
|
const char* module_name = algo == 3 ? "compression.zstd" : algo == 2 ? "bz2" : "zlib";
|
|
11781
11804
|
PyObject *methodname = PyUnicode_FromString("decompress");
|
|
11782
11805
|
if (unlikely(!methodname)) return NULL;
|
|
11783
11806
|
#if __PYX_LIMITED_VERSION_HEX >= 0x030e0000
|
|
11784
11807
|
if (algo == 3) {
|
|
11785
11808
|
PyObject *fromlist = Py_BuildValue("[O]", methodname);
|
|
11786
|
-
if (unlikely(!fromlist))
|
|
11809
|
+
if (unlikely(!fromlist)) goto bad;
|
|
11787
11810
|
module = PyImport_ImportModuleLevel("compression.zstd", NULL, NULL, fromlist, 0);
|
|
11788
11811
|
Py_DECREF(fromlist);
|
|
11789
11812
|
} else
|