eqc-models 0.10.1__py3-none-any.whl → 0.11.0__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.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/__init__.py +2 -1
- eqc_models-0.11.0.data/platlib/eqc_models/assignment/setpartition.py +4 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/base/__init__.py +3 -1
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/base/base.py +44 -4
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/base/polyeval.c +163 -163
- eqc_models-0.11.0.data/platlib/eqc_models/base/polyeval.cpython-310-darwin.so +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/base/polynomial.py +7 -3
- eqc_models-0.11.0.data/platlib/eqc_models/base/results.py +94 -0
- eqc_models-0.11.0.data/platlib/eqc_models/combinatorics/__init__.py +6 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/combinatorics/setcover.py +34 -17
- {eqc_models-0.10.1.data/platlib/eqc_models/assignment → eqc_models-0.11.0.data/platlib/eqc_models/combinatorics}/setpartition.py +2 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/graph/maxkcut.py +26 -68
- eqc_models-0.11.0.data/platlib/eqc_models/sequence/scheduling.py +29 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/solvers/qciclient.py +11 -2
- {eqc_models-0.10.1.dist-info → eqc_models-0.11.0.dist-info}/METADATA +3 -2
- eqc_models-0.11.0.dist-info/RECORD +61 -0
- {eqc_models-0.10.1.dist-info → eqc_models-0.11.0.dist-info}/WHEEL +1 -1
- eqc_models-0.10.1.data/platlib/eqc_models/base/polyeval.cpython-310-darwin.so +0 -0
- eqc_models-0.10.1.data/platlib/eqc_models/base.py +0 -115
- eqc_models-0.10.1.data/platlib/eqc_models/combinatorics/__init__.py +0 -5
- eqc_models-0.10.1.data/platlib/eqc_models/communitydetection.py +0 -25
- eqc_models-0.10.1.data/platlib/eqc_models/eqcdirectsolver.py +0 -61
- eqc_models-0.10.1.data/platlib/eqc_models/graphs.py +0 -28
- eqc_models-0.10.1.data/platlib/eqc_models/maxcut.py +0 -113
- eqc_models-0.10.1.data/platlib/eqc_models/maxkcut.py +0 -185
- eqc_models-0.10.1.data/platlib/eqc_models/quadraticmodel.py +0 -131
- eqc_models-0.10.1.data/platlib/eqc_models/solvers/eqcdirect.py +0 -160
- eqc_models-0.10.1.dist-info/RECORD +0 -66
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/compile_extensions.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/algorithms/__init__.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/algorithms/base.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/algorithms/penaltymultiplier.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/allocation/__init__.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/allocation/allocation.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/allocation/portbase.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/allocation/portmomentum.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/assignment/__init__.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/assignment/qap.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/base/constraints.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/base/operators.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/base/polyeval.pyx +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/base/quadratic.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/decoding.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/graph/__init__.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/graph/base.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/graph/hypergraph.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/graph/maxcut.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/graph/partition.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/__init__.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/classifierbase.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/classifierqboost.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/classifierqsvm.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/clustering.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/clusteringbase.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/cvqboost_hamiltonian.pyx +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/cvqboost_hamiltonian_c_func.c +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/cvqboost_hamiltonian_c_func.h +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/decomposition.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/forecast.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/forecastbase.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/regressor.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/regressorbase.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/ml/reservoir.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/sequence/__init__.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/sequence/tsp.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/solvers/__init__.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/utilities/__init__.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/utilities/fileio.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/utilities/polynomial.py +0 -0
- {eqc_models-0.10.1.data → eqc_models-0.11.0.data}/platlib/eqc_models/utilities/qplib.py +0 -0
- {eqc_models-0.10.1.dist-info → eqc_models-0.11.0.dist-info/licenses}/LICENSE.txt +0 -0
- {eqc_models-0.10.1.dist-info → eqc_models-0.11.0.dist-info}/top_level.txt +0 -0
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/* Generated by Cython 3.0.
|
|
1
|
+
/* Generated by Cython 3.0.12 */
|
|
2
2
|
|
|
3
3
|
/* BEGIN: Cython Metadata
|
|
4
4
|
{
|
|
5
5
|
"distutils": {
|
|
6
6
|
"depends": [
|
|
7
|
-
"/private/var/folders/
|
|
8
|
-
"/private/var/folders/
|
|
9
|
-
"/private/var/folders/
|
|
10
|
-
"/private/var/folders/
|
|
11
|
-
"/private/var/folders/
|
|
7
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-uowxpx_p/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h",
|
|
8
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-uowxpx_p/lib/python3.10/site-packages/numpy/core/include/numpy/arrayscalars.h",
|
|
9
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-uowxpx_p/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h",
|
|
10
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-uowxpx_p/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h",
|
|
11
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-uowxpx_p/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/
|
|
18
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-uowxpx_p/lib/python3.10/site-packages/numpy/core/include"
|
|
19
19
|
],
|
|
20
20
|
"name": "eqc_models.base.polyeval",
|
|
21
21
|
"sources": [
|
|
@@ -50,10 +50,10 @@ END: Cython Metadata */
|
|
|
50
50
|
#else
|
|
51
51
|
#define __PYX_EXTRA_ABI_MODULE_NAME ""
|
|
52
52
|
#endif
|
|
53
|
-
#define CYTHON_ABI "
|
|
53
|
+
#define CYTHON_ABI "3_0_12" __PYX_EXTRA_ABI_MODULE_NAME
|
|
54
54
|
#define __PYX_ABI_MODULE_NAME "_cython_" CYTHON_ABI
|
|
55
55
|
#define __PYX_TYPE_MODULE_PREFIX __PYX_ABI_MODULE_NAME "."
|
|
56
|
-
#define CYTHON_HEX_VERSION
|
|
56
|
+
#define CYTHON_HEX_VERSION 0x03000CF0
|
|
57
57
|
#define CYTHON_FUTURE_DIVISION 1
|
|
58
58
|
#include <stddef.h>
|
|
59
59
|
#ifndef offsetof
|
|
@@ -1572,7 +1572,7 @@ typedef struct {
|
|
|
1572
1572
|
|
|
1573
1573
|
/* #### Code section: numeric_typedefs ### */
|
|
1574
1574
|
|
|
1575
|
-
/* "
|
|
1575
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":730
|
|
1576
1576
|
* # in Cython to enable them only on the right systems.
|
|
1577
1577
|
*
|
|
1578
1578
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1581,7 +1581,7 @@ typedef struct {
|
|
|
1581
1581
|
*/
|
|
1582
1582
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1583
1583
|
|
|
1584
|
-
/* "
|
|
1584
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":731
|
|
1585
1585
|
*
|
|
1586
1586
|
* ctypedef npy_int8 int8_t
|
|
1587
1587
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1590,7 +1590,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1590
1590
|
*/
|
|
1591
1591
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1592
1592
|
|
|
1593
|
-
/* "
|
|
1593
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":732
|
|
1594
1594
|
* ctypedef npy_int8 int8_t
|
|
1595
1595
|
* ctypedef npy_int16 int16_t
|
|
1596
1596
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1599,7 +1599,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1599
1599
|
*/
|
|
1600
1600
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1601
1601
|
|
|
1602
|
-
/* "
|
|
1602
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":733
|
|
1603
1603
|
* ctypedef npy_int16 int16_t
|
|
1604
1604
|
* ctypedef npy_int32 int32_t
|
|
1605
1605
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1608,7 +1608,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1608
1608
|
*/
|
|
1609
1609
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1610
1610
|
|
|
1611
|
-
/* "
|
|
1611
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":737
|
|
1612
1612
|
* #ctypedef npy_int128 int128_t
|
|
1613
1613
|
*
|
|
1614
1614
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1617,7 +1617,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1617
1617
|
*/
|
|
1618
1618
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1619
1619
|
|
|
1620
|
-
/* "
|
|
1620
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":738
|
|
1621
1621
|
*
|
|
1622
1622
|
* ctypedef npy_uint8 uint8_t
|
|
1623
1623
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1626,7 +1626,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1626
1626
|
*/
|
|
1627
1627
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1628
1628
|
|
|
1629
|
-
/* "
|
|
1629
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":739
|
|
1630
1630
|
* ctypedef npy_uint8 uint8_t
|
|
1631
1631
|
* ctypedef npy_uint16 uint16_t
|
|
1632
1632
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1635,7 +1635,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1635
1635
|
*/
|
|
1636
1636
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1637
1637
|
|
|
1638
|
-
/* "
|
|
1638
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":740
|
|
1639
1639
|
* ctypedef npy_uint16 uint16_t
|
|
1640
1640
|
* ctypedef npy_uint32 uint32_t
|
|
1641
1641
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1644,7 +1644,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1644
1644
|
*/
|
|
1645
1645
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1646
1646
|
|
|
1647
|
-
/* "
|
|
1647
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":744
|
|
1648
1648
|
* #ctypedef npy_uint128 uint128_t
|
|
1649
1649
|
*
|
|
1650
1650
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1653,7 +1653,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1653
1653
|
*/
|
|
1654
1654
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1655
1655
|
|
|
1656
|
-
/* "
|
|
1656
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1657
1657
|
*
|
|
1658
1658
|
* ctypedef npy_float32 float32_t
|
|
1659
1659
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1662,7 +1662,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1662
1662
|
*/
|
|
1663
1663
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1664
1664
|
|
|
1665
|
-
/* "
|
|
1665
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":754
|
|
1666
1666
|
* # The int types are mapped a bit surprising --
|
|
1667
1667
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1668
1668
|
* ctypedef npy_long int_t # <<<<<<<<<<<<<<
|
|
@@ -1671,7 +1671,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1671
1671
|
*/
|
|
1672
1672
|
typedef npy_long __pyx_t_5numpy_int_t;
|
|
1673
1673
|
|
|
1674
|
-
/* "
|
|
1674
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":755
|
|
1675
1675
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1676
1676
|
* ctypedef npy_long int_t
|
|
1677
1677
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1680,7 +1680,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
|
|
|
1680
1680
|
*/
|
|
1681
1681
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1682
1682
|
|
|
1683
|
-
/* "
|
|
1683
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":757
|
|
1684
1684
|
* ctypedef npy_longlong longlong_t
|
|
1685
1685
|
*
|
|
1686
1686
|
* ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
|
|
@@ -1689,7 +1689,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1689
1689
|
*/
|
|
1690
1690
|
typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
1691
1691
|
|
|
1692
|
-
/* "
|
|
1692
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":758
|
|
1693
1693
|
*
|
|
1694
1694
|
* ctypedef npy_ulong uint_t
|
|
1695
1695
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1698,7 +1698,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
|
1698
1698
|
*/
|
|
1699
1699
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1700
1700
|
|
|
1701
|
-
/* "
|
|
1701
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":760
|
|
1702
1702
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1703
1703
|
*
|
|
1704
1704
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1707,7 +1707,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1707
1707
|
*/
|
|
1708
1708
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1709
1709
|
|
|
1710
|
-
/* "
|
|
1710
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1711
1711
|
*
|
|
1712
1712
|
* ctypedef npy_intp intp_t
|
|
1713
1713
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1716,7 +1716,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1716
1716
|
*/
|
|
1717
1717
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1718
1718
|
|
|
1719
|
-
/* "
|
|
1719
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":763
|
|
1720
1720
|
* ctypedef npy_uintp uintp_t
|
|
1721
1721
|
*
|
|
1722
1722
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1725,7 +1725,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1725
1725
|
*/
|
|
1726
1726
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1727
1727
|
|
|
1728
|
-
/* "
|
|
1728
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1729
1729
|
*
|
|
1730
1730
|
* ctypedef npy_double float_t
|
|
1731
1731
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1734,7 +1734,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1734
1734
|
*/
|
|
1735
1735
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1736
1736
|
|
|
1737
|
-
/* "
|
|
1737
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":765
|
|
1738
1738
|
* ctypedef npy_double float_t
|
|
1739
1739
|
* ctypedef npy_double double_t
|
|
1740
1740
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1789,7 +1789,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
|
|
|
1789
1789
|
|
|
1790
1790
|
/*--- Type declarations ---*/
|
|
1791
1791
|
|
|
1792
|
-
/* "
|
|
1792
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1793
1793
|
* ctypedef npy_longdouble longdouble_t
|
|
1794
1794
|
*
|
|
1795
1795
|
* ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
|
|
@@ -1798,7 +1798,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
|
|
|
1798
1798
|
*/
|
|
1799
1799
|
typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
1800
1800
|
|
|
1801
|
-
/* "
|
|
1801
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1802
1802
|
*
|
|
1803
1803
|
* ctypedef npy_cfloat cfloat_t
|
|
1804
1804
|
* ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1807,7 +1807,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
|
1807
1807
|
*/
|
|
1808
1808
|
typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
1809
1809
|
|
|
1810
|
-
/* "
|
|
1810
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1811
1811
|
* ctypedef npy_cfloat cfloat_t
|
|
1812
1812
|
* ctypedef npy_cdouble cdouble_t
|
|
1813
1813
|
* ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1816,7 +1816,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
|
1816
1816
|
*/
|
|
1817
1817
|
typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
|
|
1818
1818
|
|
|
1819
|
-
/* "
|
|
1819
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1820
1820
|
* ctypedef npy_clongdouble clongdouble_t
|
|
1821
1821
|
*
|
|
1822
1822
|
* ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
|
|
@@ -2118,7 +2118,7 @@ static PyObject *__Pyx_PyFunction_FastCallDict(PyObject *func, PyObject **args,
|
|
|
2118
2118
|
#if !CYTHON_VECTORCALL
|
|
2119
2119
|
#if PY_VERSION_HEX >= 0x03080000
|
|
2120
2120
|
#include "frameobject.h"
|
|
2121
|
-
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API
|
|
2121
|
+
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API && !defined(PYPY_VERSION)
|
|
2122
2122
|
#ifndef Py_BUILD_CORE
|
|
2123
2123
|
#define Py_BUILD_CORE 1
|
|
2124
2124
|
#endif
|
|
@@ -2234,22 +2234,22 @@ static void __Pyx_RaiseBufferIndexError(int axis);
|
|
|
2234
2234
|
#define __Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char*)buf + i0 * s0)
|
|
2235
2235
|
#define __Pyx_BufPtrStrided2d(type, buf, i0, s0, i1, s1) (type)((char*)buf + i0 * s0 + i1 * s1)
|
|
2236
2236
|
/* TypeImport.proto */
|
|
2237
|
-
#ifndef
|
|
2238
|
-
#define
|
|
2237
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_0_12
|
|
2238
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_0_12
|
|
2239
2239
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
|
2240
2240
|
#include <stdalign.h>
|
|
2241
2241
|
#endif
|
|
2242
2242
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
|
2243
|
-
#define
|
|
2243
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_0_12(s) alignof(s)
|
|
2244
2244
|
#else
|
|
2245
|
-
#define
|
|
2245
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_0_12(s) sizeof(void*)
|
|
2246
2246
|
#endif
|
|
2247
|
-
enum
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2247
|
+
enum __Pyx_ImportType_CheckSize_3_0_12 {
|
|
2248
|
+
__Pyx_ImportType_CheckSize_Error_3_0_12 = 0,
|
|
2249
|
+
__Pyx_ImportType_CheckSize_Warn_3_0_12 = 1,
|
|
2250
|
+
__Pyx_ImportType_CheckSize_Ignore_3_0_12 = 2
|
|
2251
2251
|
};
|
|
2252
|
-
static PyTypeObject *
|
|
2252
|
+
static PyTypeObject *__Pyx_ImportType_3_0_12(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_0_12 check_size);
|
|
2253
2253
|
#endif
|
|
2254
2254
|
|
|
2255
2255
|
/* Import.proto */
|
|
@@ -3121,7 +3121,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
3121
3121
|
#define __pyx_codeobj__7 __pyx_mstate_global->__pyx_codeobj__7
|
|
3122
3122
|
/* #### Code section: module_code ### */
|
|
3123
3123
|
|
|
3124
|
-
/* "
|
|
3124
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":245
|
|
3125
3125
|
*
|
|
3126
3126
|
* @property
|
|
3127
3127
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -3132,7 +3132,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
3132
3132
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
3133
3133
|
PyObject *__pyx_r;
|
|
3134
3134
|
|
|
3135
|
-
/* "
|
|
3135
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":248
|
|
3136
3136
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
3137
3137
|
* """
|
|
3138
3138
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -3142,7 +3142,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3142
3142
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
3143
3143
|
goto __pyx_L0;
|
|
3144
3144
|
|
|
3145
|
-
/* "
|
|
3145
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":245
|
|
3146
3146
|
*
|
|
3147
3147
|
* @property
|
|
3148
3148
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -3155,7 +3155,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3155
3155
|
return __pyx_r;
|
|
3156
3156
|
}
|
|
3157
3157
|
|
|
3158
|
-
/* "
|
|
3158
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":251
|
|
3159
3159
|
*
|
|
3160
3160
|
* @property
|
|
3161
3161
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -3169,7 +3169,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3169
3169
|
PyArray_Descr *__pyx_t_1;
|
|
3170
3170
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
3171
3171
|
|
|
3172
|
-
/* "
|
|
3172
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":254
|
|
3173
3173
|
* """Returns an owned reference to the dtype of the array.
|
|
3174
3174
|
* """
|
|
3175
3175
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -3182,7 +3182,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3182
3182
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
3183
3183
|
goto __pyx_L0;
|
|
3184
3184
|
|
|
3185
|
-
/* "
|
|
3185
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":251
|
|
3186
3186
|
*
|
|
3187
3187
|
* @property
|
|
3188
3188
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -3197,7 +3197,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3197
3197
|
return __pyx_r;
|
|
3198
3198
|
}
|
|
3199
3199
|
|
|
3200
|
-
/* "
|
|
3200
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":257
|
|
3201
3201
|
*
|
|
3202
3202
|
* @property
|
|
3203
3203
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -3208,7 +3208,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3208
3208
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
3209
3209
|
int __pyx_r;
|
|
3210
3210
|
|
|
3211
|
-
/* "
|
|
3211
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":260
|
|
3212
3212
|
* """Returns the number of dimensions in the array.
|
|
3213
3213
|
* """
|
|
3214
3214
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -3218,7 +3218,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3218
3218
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
3219
3219
|
goto __pyx_L0;
|
|
3220
3220
|
|
|
3221
|
-
/* "
|
|
3221
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":257
|
|
3222
3222
|
*
|
|
3223
3223
|
* @property
|
|
3224
3224
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -3231,7 +3231,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3231
3231
|
return __pyx_r;
|
|
3232
3232
|
}
|
|
3233
3233
|
|
|
3234
|
-
/* "
|
|
3234
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":263
|
|
3235
3235
|
*
|
|
3236
3236
|
* @property
|
|
3237
3237
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -3242,7 +3242,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3242
3242
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
3243
3243
|
npy_intp *__pyx_r;
|
|
3244
3244
|
|
|
3245
|
-
/* "
|
|
3245
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":268
|
|
3246
3246
|
* Can return NULL for 0-dimensional arrays.
|
|
3247
3247
|
* """
|
|
3248
3248
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -3252,7 +3252,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3252
3252
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
3253
3253
|
goto __pyx_L0;
|
|
3254
3254
|
|
|
3255
|
-
/* "
|
|
3255
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":263
|
|
3256
3256
|
*
|
|
3257
3257
|
* @property
|
|
3258
3258
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -3265,7 +3265,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3265
3265
|
return __pyx_r;
|
|
3266
3266
|
}
|
|
3267
3267
|
|
|
3268
|
-
/* "
|
|
3268
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":271
|
|
3269
3269
|
*
|
|
3270
3270
|
* @property
|
|
3271
3271
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -3276,7 +3276,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3276
3276
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
3277
3277
|
npy_intp *__pyx_r;
|
|
3278
3278
|
|
|
3279
|
-
/* "
|
|
3279
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":275
|
|
3280
3280
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
3281
3281
|
* """
|
|
3282
3282
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -3286,7 +3286,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3286
3286
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
3287
3287
|
goto __pyx_L0;
|
|
3288
3288
|
|
|
3289
|
-
/* "
|
|
3289
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":271
|
|
3290
3290
|
*
|
|
3291
3291
|
* @property
|
|
3292
3292
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -3299,7 +3299,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3299
3299
|
return __pyx_r;
|
|
3300
3300
|
}
|
|
3301
3301
|
|
|
3302
|
-
/* "
|
|
3302
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":278
|
|
3303
3303
|
*
|
|
3304
3304
|
* @property
|
|
3305
3305
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -3310,7 +3310,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3310
3310
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
3311
3311
|
npy_intp __pyx_r;
|
|
3312
3312
|
|
|
3313
|
-
/* "
|
|
3313
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":281
|
|
3314
3314
|
* """Returns the total size (in number of elements) of the array.
|
|
3315
3315
|
* """
|
|
3316
3316
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3320,7 +3320,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3320
3320
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
3321
3321
|
goto __pyx_L0;
|
|
3322
3322
|
|
|
3323
|
-
/* "
|
|
3323
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":278
|
|
3324
3324
|
*
|
|
3325
3325
|
* @property
|
|
3326
3326
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -3333,7 +3333,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3333
3333
|
return __pyx_r;
|
|
3334
3334
|
}
|
|
3335
3335
|
|
|
3336
|
-
/* "
|
|
3336
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":284
|
|
3337
3337
|
*
|
|
3338
3338
|
* @property
|
|
3339
3339
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -3344,7 +3344,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3344
3344
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
3345
3345
|
char *__pyx_r;
|
|
3346
3346
|
|
|
3347
|
-
/* "
|
|
3347
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290
|
|
3348
3348
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
3349
3349
|
* """
|
|
3350
3350
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -3354,7 +3354,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3354
3354
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
3355
3355
|
goto __pyx_L0;
|
|
3356
3356
|
|
|
3357
|
-
/* "
|
|
3357
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":284
|
|
3358
3358
|
*
|
|
3359
3359
|
* @property
|
|
3360
3360
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -3367,7 +3367,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3367
3367
|
return __pyx_r;
|
|
3368
3368
|
}
|
|
3369
3369
|
|
|
3370
|
-
/* "
|
|
3370
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
|
|
3371
3371
|
* ctypedef npy_cdouble complex_t
|
|
3372
3372
|
*
|
|
3373
3373
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3384,7 +3384,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3384
3384
|
int __pyx_clineno = 0;
|
|
3385
3385
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
3386
3386
|
|
|
3387
|
-
/* "
|
|
3387
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":774
|
|
3388
3388
|
*
|
|
3389
3389
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
3390
3390
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -3398,7 +3398,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3398
3398
|
__pyx_t_1 = 0;
|
|
3399
3399
|
goto __pyx_L0;
|
|
3400
3400
|
|
|
3401
|
-
/* "
|
|
3401
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
|
|
3402
3402
|
* ctypedef npy_cdouble complex_t
|
|
3403
3403
|
*
|
|
3404
3404
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3417,7 +3417,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3417
3417
|
return __pyx_r;
|
|
3418
3418
|
}
|
|
3419
3419
|
|
|
3420
|
-
/* "
|
|
3420
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
|
|
3421
3421
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3422
3422
|
*
|
|
3423
3423
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3434,7 +3434,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3434
3434
|
int __pyx_clineno = 0;
|
|
3435
3435
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
3436
3436
|
|
|
3437
|
-
/* "
|
|
3437
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
|
|
3438
3438
|
*
|
|
3439
3439
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
3440
3440
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -3448,7 +3448,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3448
3448
|
__pyx_t_1 = 0;
|
|
3449
3449
|
goto __pyx_L0;
|
|
3450
3450
|
|
|
3451
|
-
/* "
|
|
3451
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
|
|
3452
3452
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3453
3453
|
*
|
|
3454
3454
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3467,7 +3467,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3467
3467
|
return __pyx_r;
|
|
3468
3468
|
}
|
|
3469
3469
|
|
|
3470
|
-
/* "
|
|
3470
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
|
|
3471
3471
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3472
3472
|
*
|
|
3473
3473
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3484,7 +3484,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3484
3484
|
int __pyx_clineno = 0;
|
|
3485
3485
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
3486
3486
|
|
|
3487
|
-
/* "
|
|
3487
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
|
|
3488
3488
|
*
|
|
3489
3489
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
3490
3490
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -3498,7 +3498,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3498
3498
|
__pyx_t_1 = 0;
|
|
3499
3499
|
goto __pyx_L0;
|
|
3500
3500
|
|
|
3501
|
-
/* "
|
|
3501
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
|
|
3502
3502
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3503
3503
|
*
|
|
3504
3504
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3517,7 +3517,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3517
3517
|
return __pyx_r;
|
|
3518
3518
|
}
|
|
3519
3519
|
|
|
3520
|
-
/* "
|
|
3520
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
|
|
3521
3521
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3522
3522
|
*
|
|
3523
3523
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3534,7 +3534,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3534
3534
|
int __pyx_clineno = 0;
|
|
3535
3535
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
3536
3536
|
|
|
3537
|
-
/* "
|
|
3537
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
|
|
3538
3538
|
*
|
|
3539
3539
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
3540
3540
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -3548,7 +3548,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3548
3548
|
__pyx_t_1 = 0;
|
|
3549
3549
|
goto __pyx_L0;
|
|
3550
3550
|
|
|
3551
|
-
/* "
|
|
3551
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
|
|
3552
3552
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3553
3553
|
*
|
|
3554
3554
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3567,7 +3567,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3567
3567
|
return __pyx_r;
|
|
3568
3568
|
}
|
|
3569
3569
|
|
|
3570
|
-
/* "
|
|
3570
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
|
|
3571
3571
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3572
3572
|
*
|
|
3573
3573
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -3584,7 +3584,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3584
3584
|
int __pyx_clineno = 0;
|
|
3585
3585
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
3586
3586
|
|
|
3587
|
-
/* "
|
|
3587
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
|
|
3588
3588
|
*
|
|
3589
3589
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
3590
3590
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -3598,7 +3598,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3598
3598
|
__pyx_t_1 = 0;
|
|
3599
3599
|
goto __pyx_L0;
|
|
3600
3600
|
|
|
3601
|
-
/* "
|
|
3601
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
|
|
3602
3602
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3603
3603
|
*
|
|
3604
3604
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -3617,7 +3617,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3617
3617
|
return __pyx_r;
|
|
3618
3618
|
}
|
|
3619
3619
|
|
|
3620
|
-
/* "
|
|
3620
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
|
|
3621
3621
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
3622
3622
|
*
|
|
3623
3623
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -3631,7 +3631,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3631
3631
|
int __pyx_t_1;
|
|
3632
3632
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
3633
3633
|
|
|
3634
|
-
/* "
|
|
3634
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
3635
3635
|
*
|
|
3636
3636
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3637
3637
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -3641,7 +3641,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3641
3641
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
3642
3642
|
if (__pyx_t_1) {
|
|
3643
3643
|
|
|
3644
|
-
/* "
|
|
3644
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790
|
|
3645
3645
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3646
3646
|
* if PyDataType_HASSUBARRAY(d):
|
|
3647
3647
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -3653,7 +3653,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3653
3653
|
__pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
|
|
3654
3654
|
goto __pyx_L0;
|
|
3655
3655
|
|
|
3656
|
-
/* "
|
|
3656
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
3657
3657
|
*
|
|
3658
3658
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3659
3659
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -3662,7 +3662,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3662
3662
|
*/
|
|
3663
3663
|
}
|
|
3664
3664
|
|
|
3665
|
-
/* "
|
|
3665
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
|
|
3666
3666
|
* return <tuple>d.subarray.shape
|
|
3667
3667
|
* else:
|
|
3668
3668
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -3676,7 +3676,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3676
3676
|
goto __pyx_L0;
|
|
3677
3677
|
}
|
|
3678
3678
|
|
|
3679
|
-
/* "
|
|
3679
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
|
|
3680
3680
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
3681
3681
|
*
|
|
3682
3682
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -3691,7 +3691,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3691
3691
|
return __pyx_r;
|
|
3692
3692
|
}
|
|
3693
3693
|
|
|
3694
|
-
/* "
|
|
3694
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
|
|
3695
3695
|
* int _import_umath() except -1
|
|
3696
3696
|
*
|
|
3697
3697
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -3705,7 +3705,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3705
3705
|
const char *__pyx_filename = NULL;
|
|
3706
3706
|
int __pyx_clineno = 0;
|
|
3707
3707
|
|
|
3708
|
-
/* "
|
|
3708
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":969
|
|
3709
3709
|
*
|
|
3710
3710
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
3711
3711
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -3714,7 +3714,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3714
3714
|
*/
|
|
3715
3715
|
Py_INCREF(__pyx_v_base);
|
|
3716
3716
|
|
|
3717
|
-
/* "
|
|
3717
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":970
|
|
3718
3718
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
3719
3719
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
3720
3720
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -3723,7 +3723,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3723
3723
|
*/
|
|
3724
3724
|
__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)
|
|
3725
3725
|
|
|
3726
|
-
/* "
|
|
3726
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
|
|
3727
3727
|
* int _import_umath() except -1
|
|
3728
3728
|
*
|
|
3729
3729
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -3738,7 +3738,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3738
3738
|
__pyx_L0:;
|
|
3739
3739
|
}
|
|
3740
3740
|
|
|
3741
|
-
/* "
|
|
3741
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
|
|
3742
3742
|
* PyArray_SetBaseObject(arr, base)
|
|
3743
3743
|
*
|
|
3744
3744
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -3753,7 +3753,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3753
3753
|
int __pyx_t_1;
|
|
3754
3754
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
3755
3755
|
|
|
3756
|
-
/* "
|
|
3756
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":973
|
|
3757
3757
|
*
|
|
3758
3758
|
* cdef inline object get_array_base(ndarray arr):
|
|
3759
3759
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -3762,7 +3762,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3762
3762
|
*/
|
|
3763
3763
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
3764
3764
|
|
|
3765
|
-
/* "
|
|
3765
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
|
|
3766
3766
|
* cdef inline object get_array_base(ndarray arr):
|
|
3767
3767
|
* base = PyArray_BASE(arr)
|
|
3768
3768
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -3772,7 +3772,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3772
3772
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
3773
3773
|
if (__pyx_t_1) {
|
|
3774
3774
|
|
|
3775
|
-
/* "
|
|
3775
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
|
|
3776
3776
|
* base = PyArray_BASE(arr)
|
|
3777
3777
|
* if base is NULL:
|
|
3778
3778
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -3783,7 +3783,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3783
3783
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
3784
3784
|
goto __pyx_L0;
|
|
3785
3785
|
|
|
3786
|
-
/* "
|
|
3786
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
|
|
3787
3787
|
* cdef inline object get_array_base(ndarray arr):
|
|
3788
3788
|
* base = PyArray_BASE(arr)
|
|
3789
3789
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -3792,7 +3792,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3792
3792
|
*/
|
|
3793
3793
|
}
|
|
3794
3794
|
|
|
3795
|
-
/* "
|
|
3795
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":976
|
|
3796
3796
|
* if base is NULL:
|
|
3797
3797
|
* return None
|
|
3798
3798
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -3804,7 +3804,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3804
3804
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
3805
3805
|
goto __pyx_L0;
|
|
3806
3806
|
|
|
3807
|
-
/* "
|
|
3807
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
|
|
3808
3808
|
* PyArray_SetBaseObject(arr, base)
|
|
3809
3809
|
*
|
|
3810
3810
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -3819,7 +3819,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3819
3819
|
return __pyx_r;
|
|
3820
3820
|
}
|
|
3821
3821
|
|
|
3822
|
-
/* "
|
|
3822
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
|
|
3823
3823
|
* # Versions of the import_* functions which are more suitable for
|
|
3824
3824
|
* # Cython code.
|
|
3825
3825
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3843,7 +3843,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3843
3843
|
int __pyx_clineno = 0;
|
|
3844
3844
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
3845
3845
|
|
|
3846
|
-
/* "
|
|
3846
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3847
3847
|
* # Cython code.
|
|
3848
3848
|
* cdef inline int import_array() except -1:
|
|
3849
3849
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3859,7 +3859,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3859
3859
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
3860
3860
|
/*try:*/ {
|
|
3861
3861
|
|
|
3862
|
-
/* "
|
|
3862
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":982
|
|
3863
3863
|
* cdef inline int import_array() except -1:
|
|
3864
3864
|
* try:
|
|
3865
3865
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -3868,7 +3868,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3868
3868
|
*/
|
|
3869
3869
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 982, __pyx_L3_error)
|
|
3870
3870
|
|
|
3871
|
-
/* "
|
|
3871
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3872
3872
|
* # Cython code.
|
|
3873
3873
|
* cdef inline int import_array() except -1:
|
|
3874
3874
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3882,7 +3882,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3882
3882
|
goto __pyx_L8_try_end;
|
|
3883
3883
|
__pyx_L3_error:;
|
|
3884
3884
|
|
|
3885
|
-
/* "
|
|
3885
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
|
|
3886
3886
|
* try:
|
|
3887
3887
|
* __pyx_import_array()
|
|
3888
3888
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -3897,7 +3897,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3897
3897
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
3898
3898
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
3899
3899
|
|
|
3900
|
-
/* "
|
|
3900
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
3901
3901
|
* __pyx_import_array()
|
|
3902
3902
|
* except Exception:
|
|
3903
3903
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -3912,7 +3912,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3912
3912
|
}
|
|
3913
3913
|
goto __pyx_L5_except_error;
|
|
3914
3914
|
|
|
3915
|
-
/* "
|
|
3915
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3916
3916
|
* # Cython code.
|
|
3917
3917
|
* cdef inline int import_array() except -1:
|
|
3918
3918
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3928,7 +3928,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3928
3928
|
__pyx_L8_try_end:;
|
|
3929
3929
|
}
|
|
3930
3930
|
|
|
3931
|
-
/* "
|
|
3931
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
|
|
3932
3932
|
* # Versions of the import_* functions which are more suitable for
|
|
3933
3933
|
* # Cython code.
|
|
3934
3934
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3951,7 +3951,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3951
3951
|
return __pyx_r;
|
|
3952
3952
|
}
|
|
3953
3953
|
|
|
3954
|
-
/* "
|
|
3954
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
|
|
3955
3955
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
3956
3956
|
*
|
|
3957
3957
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3975,7 +3975,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3975
3975
|
int __pyx_clineno = 0;
|
|
3976
3976
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
3977
3977
|
|
|
3978
|
-
/* "
|
|
3978
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
3979
3979
|
*
|
|
3980
3980
|
* cdef inline int import_umath() except -1:
|
|
3981
3981
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3991,7 +3991,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3991
3991
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
3992
3992
|
/*try:*/ {
|
|
3993
3993
|
|
|
3994
|
-
/* "
|
|
3994
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":988
|
|
3995
3995
|
* cdef inline int import_umath() except -1:
|
|
3996
3996
|
* try:
|
|
3997
3997
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4000,7 +4000,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4000
4000
|
*/
|
|
4001
4001
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 988, __pyx_L3_error)
|
|
4002
4002
|
|
|
4003
|
-
/* "
|
|
4003
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
4004
4004
|
*
|
|
4005
4005
|
* cdef inline int import_umath() except -1:
|
|
4006
4006
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4014,7 +4014,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4014
4014
|
goto __pyx_L8_try_end;
|
|
4015
4015
|
__pyx_L3_error:;
|
|
4016
4016
|
|
|
4017
|
-
/* "
|
|
4017
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
|
|
4018
4018
|
* try:
|
|
4019
4019
|
* _import_umath()
|
|
4020
4020
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4029,7 +4029,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4029
4029
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4030
4030
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4031
4031
|
|
|
4032
|
-
/* "
|
|
4032
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
4033
4033
|
* _import_umath()
|
|
4034
4034
|
* except Exception:
|
|
4035
4035
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4044,7 +4044,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4044
4044
|
}
|
|
4045
4045
|
goto __pyx_L5_except_error;
|
|
4046
4046
|
|
|
4047
|
-
/* "
|
|
4047
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
4048
4048
|
*
|
|
4049
4049
|
* cdef inline int import_umath() except -1:
|
|
4050
4050
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4060,7 +4060,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4060
4060
|
__pyx_L8_try_end:;
|
|
4061
4061
|
}
|
|
4062
4062
|
|
|
4063
|
-
/* "
|
|
4063
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
|
|
4064
4064
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
4065
4065
|
*
|
|
4066
4066
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4083,7 +4083,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4083
4083
|
return __pyx_r;
|
|
4084
4084
|
}
|
|
4085
4085
|
|
|
4086
|
-
/* "
|
|
4086
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
|
|
4087
4087
|
* raise ImportError("numpy.core.umath failed to import")
|
|
4088
4088
|
*
|
|
4089
4089
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4107,7 +4107,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4107
4107
|
int __pyx_clineno = 0;
|
|
4108
4108
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
4109
4109
|
|
|
4110
|
-
/* "
|
|
4110
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4111
4111
|
*
|
|
4112
4112
|
* cdef inline int import_ufunc() except -1:
|
|
4113
4113
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4123,7 +4123,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4123
4123
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4124
4124
|
/*try:*/ {
|
|
4125
4125
|
|
|
4126
|
-
/* "
|
|
4126
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":994
|
|
4127
4127
|
* cdef inline int import_ufunc() except -1:
|
|
4128
4128
|
* try:
|
|
4129
4129
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4132,7 +4132,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4132
4132
|
*/
|
|
4133
4133
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 994, __pyx_L3_error)
|
|
4134
4134
|
|
|
4135
|
-
/* "
|
|
4135
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4136
4136
|
*
|
|
4137
4137
|
* cdef inline int import_ufunc() except -1:
|
|
4138
4138
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4146,7 +4146,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4146
4146
|
goto __pyx_L8_try_end;
|
|
4147
4147
|
__pyx_L3_error:;
|
|
4148
4148
|
|
|
4149
|
-
/* "
|
|
4149
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
|
|
4150
4150
|
* try:
|
|
4151
4151
|
* _import_umath()
|
|
4152
4152
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4161,7 +4161,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4161
4161
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4162
4162
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4163
4163
|
|
|
4164
|
-
/* "
|
|
4164
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
|
|
4165
4165
|
* _import_umath()
|
|
4166
4166
|
* except Exception:
|
|
4167
4167
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4176,7 +4176,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4176
4176
|
}
|
|
4177
4177
|
goto __pyx_L5_except_error;
|
|
4178
4178
|
|
|
4179
|
-
/* "
|
|
4179
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4180
4180
|
*
|
|
4181
4181
|
* cdef inline int import_ufunc() except -1:
|
|
4182
4182
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4192,7 +4192,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4192
4192
|
__pyx_L8_try_end:;
|
|
4193
4193
|
}
|
|
4194
4194
|
|
|
4195
|
-
/* "
|
|
4195
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
|
|
4196
4196
|
* raise ImportError("numpy.core.umath failed to import")
|
|
4197
4197
|
*
|
|
4198
4198
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4215,7 +4215,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4215
4215
|
return __pyx_r;
|
|
4216
4216
|
}
|
|
4217
4217
|
|
|
4218
|
-
/* "
|
|
4218
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
|
|
4219
4219
|
*
|
|
4220
4220
|
*
|
|
4221
4221
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4226,7 +4226,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4226
4226
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
4227
4227
|
int __pyx_r;
|
|
4228
4228
|
|
|
4229
|
-
/* "
|
|
4229
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1011
|
|
4230
4230
|
* bool
|
|
4231
4231
|
* """
|
|
4232
4232
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4236,7 +4236,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4236
4236
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
4237
4237
|
goto __pyx_L0;
|
|
4238
4238
|
|
|
4239
|
-
/* "
|
|
4239
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
|
|
4240
4240
|
*
|
|
4241
4241
|
*
|
|
4242
4242
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4249,7 +4249,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4249
4249
|
return __pyx_r;
|
|
4250
4250
|
}
|
|
4251
4251
|
|
|
4252
|
-
/* "
|
|
4252
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4253
4253
|
*
|
|
4254
4254
|
*
|
|
4255
4255
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4260,7 +4260,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4260
4260
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
4261
4261
|
int __pyx_r;
|
|
4262
4262
|
|
|
4263
|
-
/* "
|
|
4263
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1026
|
|
4264
4264
|
* bool
|
|
4265
4265
|
* """
|
|
4266
4266
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4270,7 +4270,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4270
4270
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
4271
4271
|
goto __pyx_L0;
|
|
4272
4272
|
|
|
4273
|
-
/* "
|
|
4273
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4274
4274
|
*
|
|
4275
4275
|
*
|
|
4276
4276
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4283,7 +4283,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4283
4283
|
return __pyx_r;
|
|
4284
4284
|
}
|
|
4285
4285
|
|
|
4286
|
-
/* "
|
|
4286
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4287
4287
|
*
|
|
4288
4288
|
*
|
|
4289
4289
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4294,7 +4294,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4294
4294
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
4295
4295
|
npy_datetime __pyx_r;
|
|
4296
4296
|
|
|
4297
|
-
/* "
|
|
4297
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1036
|
|
4298
4298
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
4299
4299
|
* """
|
|
4300
4300
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4304,7 +4304,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4304
4304
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
4305
4305
|
goto __pyx_L0;
|
|
4306
4306
|
|
|
4307
|
-
/* "
|
|
4307
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4308
4308
|
*
|
|
4309
4309
|
*
|
|
4310
4310
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4317,7 +4317,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4317
4317
|
return __pyx_r;
|
|
4318
4318
|
}
|
|
4319
4319
|
|
|
4320
|
-
/* "
|
|
4320
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
4321
4321
|
*
|
|
4322
4322
|
*
|
|
4323
4323
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4328,7 +4328,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4328
4328
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
4329
4329
|
npy_timedelta __pyx_r;
|
|
4330
4330
|
|
|
4331
|
-
/* "
|
|
4331
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1043
|
|
4332
4332
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
4333
4333
|
* """
|
|
4334
4334
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4338,7 +4338,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4338
4338
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
4339
4339
|
goto __pyx_L0;
|
|
4340
4340
|
|
|
4341
|
-
/* "
|
|
4341
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
4342
4342
|
*
|
|
4343
4343
|
*
|
|
4344
4344
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4351,7 +4351,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4351
4351
|
return __pyx_r;
|
|
4352
4352
|
}
|
|
4353
4353
|
|
|
4354
|
-
/* "
|
|
4354
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
4355
4355
|
*
|
|
4356
4356
|
*
|
|
4357
4357
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4362,7 +4362,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4362
4362
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
4363
4363
|
NPY_DATETIMEUNIT __pyx_r;
|
|
4364
4364
|
|
|
4365
|
-
/* "
|
|
4365
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1050
|
|
4366
4366
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
4367
4367
|
* """
|
|
4368
4368
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -4370,7 +4370,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
4370
4370
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
4371
4371
|
goto __pyx_L0;
|
|
4372
4372
|
|
|
4373
|
-
/* "
|
|
4373
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
4374
4374
|
*
|
|
4375
4375
|
*
|
|
4376
4376
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -5357,7 +5357,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
5357
5357
|
__Pyx_RefNannyDeclarations
|
|
5358
5358
|
__Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0);
|
|
5359
5359
|
|
|
5360
|
-
/* "
|
|
5360
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
5361
5361
|
* __pyx_import_array()
|
|
5362
5362
|
* except Exception:
|
|
5363
5363
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -5368,7 +5368,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
5368
5368
|
__Pyx_GOTREF(__pyx_tuple_);
|
|
5369
5369
|
__Pyx_GIVEREF(__pyx_tuple_);
|
|
5370
5370
|
|
|
5371
|
-
/* "
|
|
5371
|
+
/* "../../build-env-uowxpx_p/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
5372
5372
|
* _import_umath()
|
|
5373
5373
|
* except Exception:
|
|
5374
5374
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -5485,33 +5485,33 @@ static int __Pyx_modinit_type_import_code(void) {
|
|
|
5485
5485
|
/*--- Type import code ---*/
|
|
5486
5486
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 9, __pyx_L1_error)
|
|
5487
5487
|
__Pyx_GOTREF(__pyx_t_1);
|
|
5488
|
-
__pyx_ptype_7cpython_4type_type =
|
|
5488
|
+
__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_0_12(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
|
5489
5489
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5490
|
-
sizeof(PyTypeObject),
|
|
5490
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyTypeObject),
|
|
5491
5491
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5492
|
-
sizeof(PyTypeObject),
|
|
5492
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyTypeObject),
|
|
5493
5493
|
#else
|
|
5494
|
-
sizeof(PyHeapTypeObject),
|
|
5494
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyHeapTypeObject),
|
|
5495
5495
|
#endif
|
|
5496
|
-
|
|
5496
|
+
__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_7cpython_4type_type) __PYX_ERR(2, 9, __pyx_L1_error)
|
|
5497
5497
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
5498
5498
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 202, __pyx_L1_error)
|
|
5499
5499
|
__Pyx_GOTREF(__pyx_t_1);
|
|
5500
|
-
__pyx_ptype_5numpy_dtype =
|
|
5501
|
-
__pyx_ptype_5numpy_flatiter =
|
|
5502
|
-
__pyx_ptype_5numpy_broadcast =
|
|
5503
|
-
__pyx_ptype_5numpy_ndarray =
|
|
5504
|
-
__pyx_ptype_5numpy_generic =
|
|
5505
|
-
__pyx_ptype_5numpy_number =
|
|
5506
|
-
__pyx_ptype_5numpy_integer =
|
|
5507
|
-
__pyx_ptype_5numpy_signedinteger =
|
|
5508
|
-
__pyx_ptype_5numpy_unsignedinteger =
|
|
5509
|
-
__pyx_ptype_5numpy_inexact =
|
|
5510
|
-
__pyx_ptype_5numpy_floating =
|
|
5511
|
-
__pyx_ptype_5numpy_complexfloating =
|
|
5512
|
-
__pyx_ptype_5numpy_flexible =
|
|
5513
|
-
__pyx_ptype_5numpy_character =
|
|
5514
|
-
__pyx_ptype_5numpy_ufunc =
|
|
5500
|
+
__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "dtype", sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyArray_Descr),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_dtype) __PYX_ERR(1, 202, __pyx_L1_error)
|
|
5501
|
+
__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "flatiter", sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyArrayIterObject),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_flatiter) __PYX_ERR(1, 225, __pyx_L1_error)
|
|
5502
|
+
__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "broadcast", sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyArrayMultiIterObject),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_broadcast) __PYX_ERR(1, 229, __pyx_L1_error)
|
|
5503
|
+
__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "ndarray", sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyArrayObject),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_ndarray) __PYX_ERR(1, 238, __pyx_L1_error)
|
|
5504
|
+
__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "generic", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_generic) __PYX_ERR(1, 809, __pyx_L1_error)
|
|
5505
|
+
__pyx_ptype_5numpy_number = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "number", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_number) __PYX_ERR(1, 811, __pyx_L1_error)
|
|
5506
|
+
__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "integer", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_integer) __PYX_ERR(1, 813, __pyx_L1_error)
|
|
5507
|
+
__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "signedinteger", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_signedinteger) __PYX_ERR(1, 815, __pyx_L1_error)
|
|
5508
|
+
__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "unsignedinteger", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(1, 817, __pyx_L1_error)
|
|
5509
|
+
__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "inexact", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_inexact) __PYX_ERR(1, 819, __pyx_L1_error)
|
|
5510
|
+
__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "floating", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_floating) __PYX_ERR(1, 821, __pyx_L1_error)
|
|
5511
|
+
__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "complexfloating", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_complexfloating) __PYX_ERR(1, 823, __pyx_L1_error)
|
|
5512
|
+
__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "flexible", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_flexible) __PYX_ERR(1, 825, __pyx_L1_error)
|
|
5513
|
+
__pyx_ptype_5numpy_character = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "character", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_character) __PYX_ERR(1, 827, __pyx_L1_error)
|
|
5514
|
+
__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "ufunc", sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyUFuncObject),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_ufunc) __PYX_ERR(1, 866, __pyx_L1_error)
|
|
5515
5515
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
5516
5516
|
__Pyx_RefNannyFinishContext();
|
|
5517
5517
|
return 0;
|
|
@@ -7939,10 +7939,10 @@ fail:;
|
|
|
7939
7939
|
}
|
|
7940
7940
|
|
|
7941
7941
|
/* TypeImport */
|
|
7942
|
-
#ifndef
|
|
7943
|
-
#define
|
|
7944
|
-
static PyTypeObject *
|
|
7945
|
-
size_t size, size_t alignment, enum
|
|
7942
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_0_12
|
|
7943
|
+
#define __PYX_HAVE_RT_ImportType_3_0_12
|
|
7944
|
+
static PyTypeObject *__Pyx_ImportType_3_0_12(PyObject *module, const char *module_name, const char *class_name,
|
|
7945
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_0_12 check_size)
|
|
7946
7946
|
{
|
|
7947
7947
|
PyObject *result = 0;
|
|
7948
7948
|
char warning[200];
|
|
@@ -7996,7 +7996,7 @@ static PyTypeObject *__Pyx_ImportType_3_0_11(PyObject *module, const char *modul
|
|
|
7996
7996
|
module_name, class_name, size, basicsize+itemsize);
|
|
7997
7997
|
goto bad;
|
|
7998
7998
|
}
|
|
7999
|
-
if (check_size ==
|
|
7999
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_0_12 &&
|
|
8000
8000
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
|
8001
8001
|
PyErr_Format(PyExc_ValueError,
|
|
8002
8002
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
@@ -8004,7 +8004,7 @@ static PyTypeObject *__Pyx_ImportType_3_0_11(PyObject *module, const char *modul
|
|
|
8004
8004
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
|
8005
8005
|
goto bad;
|
|
8006
8006
|
}
|
|
8007
|
-
else if (check_size ==
|
|
8007
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_0_12 && (size_t)basicsize > size) {
|
|
8008
8008
|
PyOS_snprintf(warning, sizeof(warning),
|
|
8009
8009
|
"%s.%s size changed, may indicate binary incompatibility. "
|
|
8010
8010
|
"Expected %zd from C header, got %zd from PyObject",
|
|
@@ -9586,7 +9586,7 @@ static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object) {
|
|
|
9586
9586
|
#include "compile.h"
|
|
9587
9587
|
#include "frameobject.h"
|
|
9588
9588
|
#include "traceback.h"
|
|
9589
|
-
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API
|
|
9589
|
+
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API && !defined(PYPY_VERSION)
|
|
9590
9590
|
#ifndef Py_BUILD_CORE
|
|
9591
9591
|
#define Py_BUILD_CORE 1
|
|
9592
9592
|
#endif
|