sequenzo 0.1.20__cp39-cp39-win_amd64.whl → 0.1.22__cp39-cp39-win_amd64.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.

Potentially problematic release.


This version of sequenzo might be problematic. Click here for more details.

Files changed (41) hide show
  1. sequenzo/big_data/clara/utils/get_weighted_diss.c +195 -195
  2. sequenzo/big_data/clara/utils/get_weighted_diss.cp39-win_amd64.pyd +0 -0
  3. sequenzo/clustering/clustering_c_code.cp39-win_amd64.pyd +0 -0
  4. sequenzo/clustering/hierarchical_clustering.py +1 -1
  5. sequenzo/define_sequence_data.py +4 -4
  6. sequenzo/dissimilarity_measures/c_code.cp39-win_amd64.pyd +0 -0
  7. sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.c +172 -173
  8. sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.cp39-win_amd64.pyd +0 -0
  9. sequenzo/dissimilarity_measures/utils/seqconc.c +234 -234
  10. sequenzo/dissimilarity_measures/utils/seqconc.cp39-win_amd64.pyd +0 -0
  11. sequenzo/dissimilarity_measures/utils/seqdss.c +327 -327
  12. sequenzo/dissimilarity_measures/utils/seqdss.cp39-win_amd64.pyd +0 -0
  13. sequenzo/dissimilarity_measures/utils/seqdur.c +327 -327
  14. sequenzo/dissimilarity_measures/utils/seqdur.cp39-win_amd64.pyd +0 -0
  15. sequenzo/dissimilarity_measures/utils/seqlength.c +227 -226
  16. sequenzo/dissimilarity_measures/utils/seqlength.cp39-win_amd64.pyd +0 -0
  17. sequenzo/multidomain/association_between_domains.py +1 -1
  18. sequenzo/multidomain/combt.py +4 -4
  19. sequenzo/multidomain/linked_polyad.py +3 -3
  20. sequenzo/prefix_tree/__init__.py +1 -1
  21. sequenzo/prefix_tree/individual_level_indicators.py +2 -2
  22. sequenzo/sequence_characteristics/overall_cross_sectional_entropy.py +2 -2
  23. sequenzo/sequence_characteristics/plot_characteristics.py +2 -2
  24. sequenzo/sequence_characteristics/simple_characteristics.py +2 -2
  25. sequenzo/suffix_tree/__init__.py +1 -1
  26. sequenzo/suffix_tree/individual_level_indicators.py +3 -3
  27. sequenzo/visualization/plot_single_medoid.py +2 -2
  28. sequenzo/visualization/plot_transition_matrix.py +3 -2
  29. sequenzo/visualization/utils/utils.py +2 -2
  30. sequenzo/with_event_history_analysis/sequence_analysis_multi_state_model.py +1 -1
  31. {sequenzo-0.1.20.dist-info → sequenzo-0.1.22.dist-info}/METADATA +17 -43
  32. {sequenzo-0.1.20.dist-info → sequenzo-0.1.22.dist-info}/RECORD +35 -41
  33. sequenzo/big_data/clara/utils/get_weighted_diss.pyx +0 -16
  34. sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx +0 -95
  35. sequenzo/dissimilarity_measures/utils/seqconc.pyx +0 -26
  36. sequenzo/dissimilarity_measures/utils/seqdss.pyx +0 -33
  37. sequenzo/dissimilarity_measures/utils/seqdur.pyx +0 -34
  38. sequenzo/dissimilarity_measures/utils/seqlength.pyx +0 -19
  39. {sequenzo-0.1.20.dist-info → sequenzo-0.1.22.dist-info}/WHEEL +0 -0
  40. {sequenzo-0.1.20.dist-info → sequenzo-0.1.22.dist-info}/licenses/LICENSE +0 -0
  41. {sequenzo-0.1.20.dist-info → sequenzo-0.1.22.dist-info}/top_level.txt +0 -0
@@ -6,15 +6,15 @@
6
6
  "define_macros": [
7
7
  [
8
8
  "NPY_NO_DEPRECATED_API",
9
- "NPY_1_23_API_VERSION"
9
+ "NPY_1_7_API_VERSION"
10
10
  ]
11
11
  ],
12
12
  "depends": [
13
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayobject.h",
14
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayscalars.h",
15
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarrayobject.h",
16
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarraytypes.h",
17
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ufuncobject.h"
13
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayobject.h",
14
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayscalars.h",
15
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarrayobject.h",
16
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarraytypes.h",
17
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ufuncobject.h"
18
18
  ],
19
19
  "extra_compile_args": [
20
20
  "/W1",
@@ -23,12 +23,11 @@
23
23
  "/O2"
24
24
  ],
25
25
  "include_dirs": [
26
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\pybind11\\include",
27
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\pybind11\\include",
28
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\numpy\\_core\\include",
26
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\pybind11\\include",
27
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\pybind11\\include",
28
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\numpy\\_core\\include",
29
29
  "sequenzo/dissimilarity_measures/src/",
30
- "D:\\a\\Sequenzo\\Sequenzo\\sequenzo\\dissimilarity_measures\\src\\xsimd\\include",
31
- "sequenzo/clustering/src/"
30
+ "D:\\a\\Sequenzo\\Sequenzo\\sequenzo\\dissimilarity_measures\\src\\xsimd\\include"
32
31
  ],
33
32
  "name": "sequenzo.big_data.clara.utils.get_weighted_diss",
34
33
  "sources": [
@@ -1397,7 +1396,7 @@ static const char *__pyx_filename;
1397
1396
 
1398
1397
  static const char* const __pyx_f[] = {
1399
1398
  "sequenzo/big_data/clara/utils/get_weighted_diss.pyx",
1400
- "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd",
1399
+ "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd",
1401
1400
  "cpython/type.pxd",
1402
1401
  };
1403
1402
  /* #### Code section: utility_code_proto_before_types ### */
@@ -1597,7 +1596,7 @@ typedef struct {
1597
1596
 
1598
1597
  /* #### Code section: numeric_typedefs ### */
1599
1598
 
1600
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":770
1599
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":770
1601
1600
  * # in Cython to enable them only on the right systems.
1602
1601
  *
1603
1602
  * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
@@ -1606,7 +1605,7 @@ typedef struct {
1606
1605
  */
1607
1606
  typedef npy_int8 __pyx_t_5numpy_int8_t;
1608
1607
 
1609
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":771
1608
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":771
1610
1609
  *
1611
1610
  * ctypedef npy_int8 int8_t
1612
1611
  * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
@@ -1615,7 +1614,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
1615
1614
  */
1616
1615
  typedef npy_int16 __pyx_t_5numpy_int16_t;
1617
1616
 
1618
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":772
1617
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":772
1619
1618
  * ctypedef npy_int8 int8_t
1620
1619
  * ctypedef npy_int16 int16_t
1621
1620
  * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
@@ -1624,7 +1623,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
1624
1623
  */
1625
1624
  typedef npy_int32 __pyx_t_5numpy_int32_t;
1626
1625
 
1627
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":773
1626
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":773
1628
1627
  * ctypedef npy_int16 int16_t
1629
1628
  * ctypedef npy_int32 int32_t
1630
1629
  * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
@@ -1633,7 +1632,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
1633
1632
  */
1634
1633
  typedef npy_int64 __pyx_t_5numpy_int64_t;
1635
1634
 
1636
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
1635
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
1637
1636
  * #ctypedef npy_int128 int128_t
1638
1637
  *
1639
1638
  * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
@@ -1642,7 +1641,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
1642
1641
  */
1643
1642
  typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1644
1643
 
1645
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":778
1644
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":778
1646
1645
  *
1647
1646
  * ctypedef npy_uint8 uint8_t
1648
1647
  * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
@@ -1651,7 +1650,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1651
1650
  */
1652
1651
  typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1653
1652
 
1654
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":779
1653
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":779
1655
1654
  * ctypedef npy_uint8 uint8_t
1656
1655
  * ctypedef npy_uint16 uint16_t
1657
1656
  * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
@@ -1660,7 +1659,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1660
1659
  */
1661
1660
  typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1662
1661
 
1663
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
1662
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
1664
1663
  * ctypedef npy_uint16 uint16_t
1665
1664
  * ctypedef npy_uint32 uint32_t
1666
1665
  * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
@@ -1669,7 +1668,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1669
1668
  */
1670
1669
  typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1671
1670
 
1672
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":784
1671
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":784
1673
1672
  * #ctypedef npy_uint128 uint128_t
1674
1673
  *
1675
1674
  * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
@@ -1678,7 +1677,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1678
1677
  */
1679
1678
  typedef npy_float32 __pyx_t_5numpy_float32_t;
1680
1679
 
1681
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":785
1680
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":785
1682
1681
  *
1683
1682
  * ctypedef npy_float32 float32_t
1684
1683
  * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
@@ -1687,7 +1686,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
1687
1686
  */
1688
1687
  typedef npy_float64 __pyx_t_5numpy_float64_t;
1689
1688
 
1690
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
1689
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
1691
1690
  * ctypedef double complex complex128_t
1692
1691
  *
1693
1692
  * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
@@ -1696,7 +1695,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
1696
1695
  */
1697
1696
  typedef npy_longlong __pyx_t_5numpy_longlong_t;
1698
1697
 
1699
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
1698
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
1700
1699
  *
1701
1700
  * ctypedef npy_longlong longlong_t
1702
1701
  * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
@@ -1705,7 +1704,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
1705
1704
  */
1706
1705
  typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1707
1706
 
1708
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
1707
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
1709
1708
  * ctypedef npy_ulonglong ulonglong_t
1710
1709
  *
1711
1710
  * ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
@@ -1714,7 +1713,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1714
1713
  */
1715
1714
  typedef npy_intp __pyx_t_5numpy_intp_t;
1716
1715
 
1717
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":796
1716
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":796
1718
1717
  *
1719
1718
  * ctypedef npy_intp intp_t
1720
1719
  * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
@@ -1723,7 +1722,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
1723
1722
  */
1724
1723
  typedef npy_uintp __pyx_t_5numpy_uintp_t;
1725
1724
 
1726
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":798
1725
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":798
1727
1726
  * ctypedef npy_uintp uintp_t
1728
1727
  *
1729
1728
  * ctypedef npy_double float_t # <<<<<<<<<<<<<<
@@ -1732,7 +1731,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
1732
1731
  */
1733
1732
  typedef npy_double __pyx_t_5numpy_float_t;
1734
1733
 
1735
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":799
1734
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":799
1736
1735
  *
1737
1736
  * ctypedef npy_double float_t
1738
1737
  * ctypedef npy_double double_t # <<<<<<<<<<<<<<
@@ -1741,7 +1740,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
1741
1740
  */
1742
1741
  typedef npy_double __pyx_t_5numpy_double_t;
1743
1742
 
1744
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":800
1743
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":800
1745
1744
  * ctypedef npy_double float_t
1746
1745
  * ctypedef npy_double double_t
1747
1746
  * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
@@ -1790,7 +1789,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
1790
1789
 
1791
1790
  /*--- Type declarations ---*/
1792
1791
 
1793
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
1792
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
1794
1793
  *
1795
1794
  * # Iterator API added in v1.6
1796
1795
  * ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
@@ -1799,7 +1798,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
1799
1798
  */
1800
1799
  typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
1801
1800
 
1802
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1097
1801
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1097
1803
1802
  * # Iterator API added in v1.6
1804
1803
  * ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
1805
1804
  * ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
@@ -2963,7 +2962,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
2963
2962
  #endif
2964
2963
  /* #### Code section: module_code ### */
2965
2964
 
2966
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
2965
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
2967
2966
  * cdef int type_num
2968
2967
  *
2969
2968
  * @property # <<<<<<<<<<<<<<
@@ -2974,7 +2973,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
2974
2973
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
2975
2974
  npy_intp __pyx_r;
2976
2975
 
2977
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
2976
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
2978
2977
  * @property
2979
2978
  * cdef inline npy_intp itemsize(self) noexcept nogil:
2980
2979
  * return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
@@ -2984,7 +2983,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
2984
2983
  __pyx_r = PyDataType_ELSIZE(__pyx_v_self);
2985
2984
  goto __pyx_L0;
2986
2985
 
2987
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
2986
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
2988
2987
  * cdef int type_num
2989
2988
  *
2990
2989
  * @property # <<<<<<<<<<<<<<
@@ -2997,7 +2996,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
2997
2996
  return __pyx_r;
2998
2997
  }
2999
2998
 
3000
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
2999
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3001
3000
  * return PyDataType_ELSIZE(self)
3002
3001
  *
3003
3002
  * @property # <<<<<<<<<<<<<<
@@ -3008,7 +3007,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
3008
3007
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
3009
3008
  npy_intp __pyx_r;
3010
3009
 
3011
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
3010
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
3012
3011
  * @property
3013
3012
  * cdef inline npy_intp alignment(self) noexcept nogil:
3014
3013
  * return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
@@ -3018,7 +3017,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
3018
3017
  __pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
3019
3018
  goto __pyx_L0;
3020
3019
 
3021
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3020
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3022
3021
  * return PyDataType_ELSIZE(self)
3023
3022
  *
3024
3023
  * @property # <<<<<<<<<<<<<<
@@ -3031,7 +3030,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
3031
3030
  return __pyx_r;
3032
3031
  }
3033
3032
 
3034
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3033
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3035
3034
  * # Use fields/names with care as they may be NULL. You must check
3036
3035
  * # for this using PyDataType_HASFIELDS.
3037
3036
  * @property # <<<<<<<<<<<<<<
@@ -3045,7 +3044,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3045
3044
  PyObject *__pyx_t_1;
3046
3045
  __Pyx_RefNannySetupContext("fields", 0);
3047
3046
 
3048
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
3047
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
3049
3048
  * @property
3050
3049
  * cdef inline object fields(self):
3051
3050
  * return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
@@ -3058,7 +3057,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3058
3057
  __pyx_r = ((PyObject *)__pyx_t_1);
3059
3058
  goto __pyx_L0;
3060
3059
 
3061
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3060
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3062
3061
  * # Use fields/names with care as they may be NULL. You must check
3063
3062
  * # for this using PyDataType_HASFIELDS.
3064
3063
  * @property # <<<<<<<<<<<<<<
@@ -3073,7 +3072,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3073
3072
  return __pyx_r;
3074
3073
  }
3075
3074
 
3076
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3075
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3077
3076
  * return <object>PyDataType_FIELDS(self)
3078
3077
  *
3079
3078
  * @property # <<<<<<<<<<<<<<
@@ -3087,7 +3086,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3087
3086
  PyObject *__pyx_t_1;
3088
3087
  __Pyx_RefNannySetupContext("names", 0);
3089
3088
 
3090
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
3089
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
3091
3090
  * @property
3092
3091
  * cdef inline tuple names(self):
3093
3092
  * return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
@@ -3100,7 +3099,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3100
3099
  __pyx_r = ((PyObject*)__pyx_t_1);
3101
3100
  goto __pyx_L0;
3102
3101
 
3103
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3102
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3104
3103
  * return <object>PyDataType_FIELDS(self)
3105
3104
  *
3106
3105
  * @property # <<<<<<<<<<<<<<
@@ -3115,7 +3114,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3115
3114
  return __pyx_r;
3116
3115
  }
3117
3116
 
3118
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3117
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3119
3118
  * # valid (the pointer can be NULL). Most users should access
3120
3119
  * # this field via the inline helper method PyDataType_SHAPE.
3121
3120
  * @property # <<<<<<<<<<<<<<
@@ -3126,7 +3125,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3126
3125
  static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
3127
3126
  PyArray_ArrayDescr *__pyx_r;
3128
3127
 
3129
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
3128
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
3130
3129
  * @property
3131
3130
  * cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
3132
3131
  * return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
@@ -3136,7 +3135,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3136
3135
  __pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
3137
3136
  goto __pyx_L0;
3138
3137
 
3139
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3138
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3140
3139
  * # valid (the pointer can be NULL). Most users should access
3141
3140
  * # this field via the inline helper method PyDataType_SHAPE.
3142
3141
  * @property # <<<<<<<<<<<<<<
@@ -3149,7 +3148,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3149
3148
  return __pyx_r;
3150
3149
  }
3151
3150
 
3152
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3151
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3153
3152
  * return PyDataType_SUBARRAY(self)
3154
3153
  *
3155
3154
  * @property # <<<<<<<<<<<<<<
@@ -3160,7 +3159,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3160
3159
  static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
3161
3160
  npy_uint64 __pyx_r;
3162
3161
 
3163
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":313
3162
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":313
3164
3163
  * cdef inline npy_uint64 flags(self) noexcept nogil:
3165
3164
  * """The data types flags."""
3166
3165
  * return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
@@ -3170,7 +3169,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3170
3169
  __pyx_r = PyDataType_FLAGS(__pyx_v_self);
3171
3170
  goto __pyx_L0;
3172
3171
 
3173
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3172
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3174
3173
  * return PyDataType_SUBARRAY(self)
3175
3174
  *
3176
3175
  * @property # <<<<<<<<<<<<<<
@@ -3183,7 +3182,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3183
3182
  return __pyx_r;
3184
3183
  }
3185
3184
 
3186
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3185
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3187
3186
  * ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
3188
3187
  *
3189
3188
  * @property # <<<<<<<<<<<<<<
@@ -3194,7 +3193,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3194
3193
  static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
3195
3194
  int __pyx_r;
3196
3195
 
3197
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":325
3196
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":325
3198
3197
  * cdef inline int numiter(self) noexcept nogil:
3199
3198
  * """The number of arrays that need to be broadcast to the same shape."""
3200
3199
  * return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
@@ -3204,7 +3203,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3204
3203
  __pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
3205
3204
  goto __pyx_L0;
3206
3205
 
3207
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3206
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3208
3207
  * ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
3209
3208
  *
3210
3209
  * @property # <<<<<<<<<<<<<<
@@ -3217,7 +3216,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3217
3216
  return __pyx_r;
3218
3217
  }
3219
3218
 
3220
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3219
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3221
3220
  * return PyArray_MultiIter_NUMITER(self)
3222
3221
  *
3223
3222
  * @property # <<<<<<<<<<<<<<
@@ -3228,7 +3227,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3228
3227
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
3229
3228
  npy_intp __pyx_r;
3230
3229
 
3231
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":330
3230
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":330
3232
3231
  * cdef inline npy_intp size(self) noexcept nogil:
3233
3232
  * """The total broadcasted size."""
3234
3233
  * return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
@@ -3238,7 +3237,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3238
3237
  __pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
3239
3238
  goto __pyx_L0;
3240
3239
 
3241
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3240
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3242
3241
  * return PyArray_MultiIter_NUMITER(self)
3243
3242
  *
3244
3243
  * @property # <<<<<<<<<<<<<<
@@ -3251,7 +3250,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3251
3250
  return __pyx_r;
3252
3251
  }
3253
3252
 
3254
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3253
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3255
3254
  * return PyArray_MultiIter_SIZE(self)
3256
3255
  *
3257
3256
  * @property # <<<<<<<<<<<<<<
@@ -3262,7 +3261,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3262
3261
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
3263
3262
  npy_intp __pyx_r;
3264
3263
 
3265
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":335
3264
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":335
3266
3265
  * cdef inline npy_intp index(self) noexcept nogil:
3267
3266
  * """The current (1-d) index into the broadcasted result."""
3268
3267
  * return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
@@ -3272,7 +3271,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3272
3271
  __pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
3273
3272
  goto __pyx_L0;
3274
3273
 
3275
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3274
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3276
3275
  * return PyArray_MultiIter_SIZE(self)
3277
3276
  *
3278
3277
  * @property # <<<<<<<<<<<<<<
@@ -3285,7 +3284,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3285
3284
  return __pyx_r;
3286
3285
  }
3287
3286
 
3288
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3287
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3289
3288
  * return PyArray_MultiIter_INDEX(self)
3290
3289
  *
3291
3290
  * @property # <<<<<<<<<<<<<<
@@ -3296,7 +3295,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3296
3295
  static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
3297
3296
  int __pyx_r;
3298
3297
 
3299
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":340
3298
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":340
3300
3299
  * cdef inline int nd(self) noexcept nogil:
3301
3300
  * """The number of dimensions in the broadcasted result."""
3302
3301
  * return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
@@ -3306,7 +3305,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3306
3305
  __pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
3307
3306
  goto __pyx_L0;
3308
3307
 
3309
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3308
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3310
3309
  * return PyArray_MultiIter_INDEX(self)
3311
3310
  *
3312
3311
  * @property # <<<<<<<<<<<<<<
@@ -3319,7 +3318,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3319
3318
  return __pyx_r;
3320
3319
  }
3321
3320
 
3322
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3321
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3323
3322
  * return PyArray_MultiIter_NDIM(self)
3324
3323
  *
3325
3324
  * @property # <<<<<<<<<<<<<<
@@ -3330,7 +3329,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3330
3329
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
3331
3330
  npy_intp *__pyx_r;
3332
3331
 
3333
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":345
3332
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":345
3334
3333
  * cdef inline npy_intp* dimensions(self) noexcept nogil:
3335
3334
  * """The shape of the broadcasted result."""
3336
3335
  * return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
@@ -3340,7 +3339,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3340
3339
  __pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
3341
3340
  goto __pyx_L0;
3342
3341
 
3343
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3342
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3344
3343
  * return PyArray_MultiIter_NDIM(self)
3345
3344
  *
3346
3345
  * @property # <<<<<<<<<<<<<<
@@ -3353,7 +3352,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3353
3352
  return __pyx_r;
3354
3353
  }
3355
3354
 
3356
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3355
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3357
3356
  * return PyArray_MultiIter_DIMS(self)
3358
3357
  *
3359
3358
  * @property # <<<<<<<<<<<<<<
@@ -3364,7 +3363,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3364
3363
  static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
3365
3364
  void **__pyx_r;
3366
3365
 
3367
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":351
3366
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":351
3368
3367
  * """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
3369
3368
  * On return, the iterators are adjusted for broadcasting."""
3370
3369
  * return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
@@ -3374,7 +3373,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3374
3373
  __pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
3375
3374
  goto __pyx_L0;
3376
3375
 
3377
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3376
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3378
3377
  * return PyArray_MultiIter_DIMS(self)
3379
3378
  *
3380
3379
  * @property # <<<<<<<<<<<<<<
@@ -3387,7 +3386,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3387
3386
  return __pyx_r;
3388
3387
  }
3389
3388
 
3390
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3389
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3391
3390
  * # Instead, we use properties that map to the corresponding C-API functions.
3392
3391
  *
3393
3392
  * @property # <<<<<<<<<<<<<<
@@ -3398,7 +3397,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3398
3397
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
3399
3398
  PyObject *__pyx_r;
3400
3399
 
3401
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":369
3400
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":369
3402
3401
  * """Returns a borrowed reference to the object owning the data/memory.
3403
3402
  * """
3404
3403
  * return PyArray_BASE(self) # <<<<<<<<<<<<<<
@@ -3408,7 +3407,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
3408
3407
  __pyx_r = PyArray_BASE(__pyx_v_self);
3409
3408
  goto __pyx_L0;
3410
3409
 
3411
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3410
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3412
3411
  * # Instead, we use properties that map to the corresponding C-API functions.
3413
3412
  *
3414
3413
  * @property # <<<<<<<<<<<<<<
@@ -3421,7 +3420,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
3421
3420
  return __pyx_r;
3422
3421
  }
3423
3422
 
3424
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3423
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3425
3424
  * return PyArray_BASE(self)
3426
3425
  *
3427
3426
  * @property # <<<<<<<<<<<<<<
@@ -3435,7 +3434,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3435
3434
  PyArray_Descr *__pyx_t_1;
3436
3435
  __Pyx_RefNannySetupContext("descr", 0);
3437
3436
 
3438
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":375
3437
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":375
3439
3438
  * """Returns an owned reference to the dtype of the array.
3440
3439
  * """
3441
3440
  * return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
@@ -3448,7 +3447,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3448
3447
  __pyx_r = ((PyArray_Descr *)__pyx_t_1);
3449
3448
  goto __pyx_L0;
3450
3449
 
3451
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3450
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3452
3451
  * return PyArray_BASE(self)
3453
3452
  *
3454
3453
  * @property # <<<<<<<<<<<<<<
@@ -3463,7 +3462,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3463
3462
  return __pyx_r;
3464
3463
  }
3465
3464
 
3466
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3465
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3467
3466
  * return <dtype>PyArray_DESCR(self)
3468
3467
  *
3469
3468
  * @property # <<<<<<<<<<<<<<
@@ -3474,7 +3473,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3474
3473
  static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
3475
3474
  int __pyx_r;
3476
3475
 
3477
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":381
3476
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":381
3478
3477
  * """Returns the number of dimensions in the array.
3479
3478
  * """
3480
3479
  * return PyArray_NDIM(self) # <<<<<<<<<<<<<<
@@ -3484,7 +3483,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3484
3483
  __pyx_r = PyArray_NDIM(__pyx_v_self);
3485
3484
  goto __pyx_L0;
3486
3485
 
3487
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3486
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3488
3487
  * return <dtype>PyArray_DESCR(self)
3489
3488
  *
3490
3489
  * @property # <<<<<<<<<<<<<<
@@ -3497,7 +3496,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3497
3496
  return __pyx_r;
3498
3497
  }
3499
3498
 
3500
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3499
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3501
3500
  * return PyArray_NDIM(self)
3502
3501
  *
3503
3502
  * @property # <<<<<<<<<<<<<<
@@ -3508,7 +3507,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3508
3507
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
3509
3508
  npy_intp *__pyx_r;
3510
3509
 
3511
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":389
3510
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":389
3512
3511
  * Can return NULL for 0-dimensional arrays.
3513
3512
  * """
3514
3513
  * return PyArray_DIMS(self) # <<<<<<<<<<<<<<
@@ -3518,7 +3517,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3518
3517
  __pyx_r = PyArray_DIMS(__pyx_v_self);
3519
3518
  goto __pyx_L0;
3520
3519
 
3521
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3520
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3522
3521
  * return PyArray_NDIM(self)
3523
3522
  *
3524
3523
  * @property # <<<<<<<<<<<<<<
@@ -3531,7 +3530,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3531
3530
  return __pyx_r;
3532
3531
  }
3533
3532
 
3534
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3533
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3535
3534
  * return PyArray_DIMS(self)
3536
3535
  *
3537
3536
  * @property # <<<<<<<<<<<<<<
@@ -3542,7 +3541,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3542
3541
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
3543
3542
  npy_intp *__pyx_r;
3544
3543
 
3545
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":396
3544
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":396
3546
3545
  * The number of elements matches the number of dimensions of the array (ndim).
3547
3546
  * """
3548
3547
  * return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
@@ -3552,7 +3551,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3552
3551
  __pyx_r = PyArray_STRIDES(__pyx_v_self);
3553
3552
  goto __pyx_L0;
3554
3553
 
3555
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3554
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3556
3555
  * return PyArray_DIMS(self)
3557
3556
  *
3558
3557
  * @property # <<<<<<<<<<<<<<
@@ -3565,7 +3564,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3565
3564
  return __pyx_r;
3566
3565
  }
3567
3566
 
3568
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3567
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3569
3568
  * return PyArray_STRIDES(self)
3570
3569
  *
3571
3570
  * @property # <<<<<<<<<<<<<<
@@ -3576,7 +3575,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3576
3575
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
3577
3576
  npy_intp __pyx_r;
3578
3577
 
3579
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":402
3578
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":402
3580
3579
  * """Returns the total size (in number of elements) of the array.
3581
3580
  * """
3582
3581
  * return PyArray_SIZE(self) # <<<<<<<<<<<<<<
@@ -3586,7 +3585,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3586
3585
  __pyx_r = PyArray_SIZE(__pyx_v_self);
3587
3586
  goto __pyx_L0;
3588
3587
 
3589
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3588
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3590
3589
  * return PyArray_STRIDES(self)
3591
3590
  *
3592
3591
  * @property # <<<<<<<<<<<<<<
@@ -3599,7 +3598,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3599
3598
  return __pyx_r;
3600
3599
  }
3601
3600
 
3602
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3601
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3603
3602
  * return PyArray_SIZE(self)
3604
3603
  *
3605
3604
  * @property # <<<<<<<<<<<<<<
@@ -3610,7 +3609,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3610
3609
  static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
3611
3610
  char *__pyx_r;
3612
3611
 
3613
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":411
3612
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":411
3614
3613
  * of `PyArray_DATA()` instead, which returns a 'void*'.
3615
3614
  * """
3616
3615
  * return PyArray_BYTES(self) # <<<<<<<<<<<<<<
@@ -3620,7 +3619,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
3620
3619
  __pyx_r = PyArray_BYTES(__pyx_v_self);
3621
3620
  goto __pyx_L0;
3622
3621
 
3623
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3622
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3624
3623
  * return PyArray_SIZE(self)
3625
3624
  *
3626
3625
  * @property # <<<<<<<<<<<<<<
@@ -3633,7 +3632,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
3633
3632
  return __pyx_r;
3634
3633
  }
3635
3634
 
3636
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
3635
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
3637
3636
  * ctypedef long double complex clongdouble_t
3638
3637
  *
3639
3638
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -3650,7 +3649,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3650
3649
  int __pyx_clineno = 0;
3651
3650
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
3652
3651
 
3653
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":808
3652
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":808
3654
3653
  *
3655
3654
  * cdef inline object PyArray_MultiIterNew1(a):
3656
3655
  * return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
@@ -3664,7 +3663,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3664
3663
  __pyx_t_1 = 0;
3665
3664
  goto __pyx_L0;
3666
3665
 
3667
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
3666
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
3668
3667
  * ctypedef long double complex clongdouble_t
3669
3668
  *
3670
3669
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -3683,7 +3682,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3683
3682
  return __pyx_r;
3684
3683
  }
3685
3684
 
3686
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
3685
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
3687
3686
  * return PyArray_MultiIterNew(1, <void*>a)
3688
3687
  *
3689
3688
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -3700,7 +3699,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3700
3699
  int __pyx_clineno = 0;
3701
3700
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
3702
3701
 
3703
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":811
3702
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":811
3704
3703
  *
3705
3704
  * cdef inline object PyArray_MultiIterNew2(a, b):
3706
3705
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
@@ -3714,7 +3713,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3714
3713
  __pyx_t_1 = 0;
3715
3714
  goto __pyx_L0;
3716
3715
 
3717
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
3716
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
3718
3717
  * return PyArray_MultiIterNew(1, <void*>a)
3719
3718
  *
3720
3719
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -3733,7 +3732,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3733
3732
  return __pyx_r;
3734
3733
  }
3735
3734
 
3736
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
3735
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
3737
3736
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
3738
3737
  *
3739
3738
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -3750,7 +3749,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3750
3749
  int __pyx_clineno = 0;
3751
3750
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
3752
3751
 
3753
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":814
3752
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":814
3754
3753
  *
3755
3754
  * cdef inline object PyArray_MultiIterNew3(a, b, c):
3756
3755
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
@@ -3764,7 +3763,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3764
3763
  __pyx_t_1 = 0;
3765
3764
  goto __pyx_L0;
3766
3765
 
3767
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
3766
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
3768
3767
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
3769
3768
  *
3770
3769
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -3783,7 +3782,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3783
3782
  return __pyx_r;
3784
3783
  }
3785
3784
 
3786
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
3785
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
3787
3786
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
3788
3787
  *
3789
3788
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -3800,7 +3799,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3800
3799
  int __pyx_clineno = 0;
3801
3800
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
3802
3801
 
3803
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":817
3802
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":817
3804
3803
  *
3805
3804
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d):
3806
3805
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
@@ -3814,7 +3813,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3814
3813
  __pyx_t_1 = 0;
3815
3814
  goto __pyx_L0;
3816
3815
 
3817
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
3816
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
3818
3817
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
3819
3818
  *
3820
3819
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -3833,7 +3832,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3833
3832
  return __pyx_r;
3834
3833
  }
3835
3834
 
3836
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
3835
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
3837
3836
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
3838
3837
  *
3839
3838
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -3850,7 +3849,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
3850
3849
  int __pyx_clineno = 0;
3851
3850
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
3852
3851
 
3853
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":820
3852
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":820
3854
3853
  *
3855
3854
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
3856
3855
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
@@ -3864,7 +3863,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
3864
3863
  __pyx_t_1 = 0;
3865
3864
  goto __pyx_L0;
3866
3865
 
3867
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
3866
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
3868
3867
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
3869
3868
  *
3870
3869
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -3883,7 +3882,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
3883
3882
  return __pyx_r;
3884
3883
  }
3885
3884
 
3886
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
3885
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
3887
3886
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
3888
3887
  *
3889
3888
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -3898,7 +3897,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3898
3897
  PyObject *__pyx_t_2;
3899
3898
  __Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
3900
3899
 
3901
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
3900
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
3902
3901
  *
3903
3902
  * cdef inline tuple PyDataType_SHAPE(dtype d):
3904
3903
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -3908,7 +3907,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3908
3907
  __pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
3909
3908
  if (__pyx_t_1) {
3910
3909
 
3911
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
3910
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
3912
3911
  * cdef inline tuple PyDataType_SHAPE(dtype d):
3913
3912
  * if PyDataType_HASSUBARRAY(d):
3914
3913
  * return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
@@ -3921,7 +3920,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3921
3920
  __pyx_r = ((PyObject*)__pyx_t_2);
3922
3921
  goto __pyx_L0;
3923
3922
 
3924
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
3923
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
3925
3924
  *
3926
3925
  * cdef inline tuple PyDataType_SHAPE(dtype d):
3927
3926
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -3930,7 +3929,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3930
3929
  */
3931
3930
  }
3932
3931
 
3933
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":826
3932
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":826
3934
3933
  * return <tuple>d.subarray.shape
3935
3934
  * else:
3936
3935
  * return () # <<<<<<<<<<<<<<
@@ -3944,7 +3943,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3944
3943
  goto __pyx_L0;
3945
3944
  }
3946
3945
 
3947
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
3946
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
3948
3947
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
3949
3948
  *
3950
3949
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -3959,7 +3958,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3959
3958
  return __pyx_r;
3960
3959
  }
3961
3960
 
3962
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
3961
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
3963
3962
  * int _import_umath() except -1
3964
3963
  *
3965
3964
  * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
@@ -3973,7 +3972,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
3973
3972
  const char *__pyx_filename = NULL;
3974
3973
  int __pyx_clineno = 0;
3975
3974
 
3976
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1011
3975
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1011
3977
3976
  *
3978
3977
  * cdef inline void set_array_base(ndarray arr, object base) except *:
3979
3978
  * Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
@@ -3982,7 +3981,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
3982
3981
  */
3983
3982
  Py_INCREF(__pyx_v_base);
3984
3983
 
3985
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1012
3984
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1012
3986
3985
  * cdef inline void set_array_base(ndarray arr, object base) except *:
3987
3986
  * Py_INCREF(base) # important to do this before stealing the reference below!
3988
3987
  * PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
@@ -3991,7 +3990,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
3991
3990
  */
3992
3991
  __pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 1012, __pyx_L1_error)
3993
3992
 
3994
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
3993
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
3995
3994
  * int _import_umath() except -1
3996
3995
  *
3997
3996
  * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
@@ -4006,7 +4005,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4006
4005
  __pyx_L0:;
4007
4006
  }
4008
4007
 
4009
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4008
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4010
4009
  * PyArray_SetBaseObject(arr, base)
4011
4010
  *
4012
4011
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -4021,7 +4020,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4021
4020
  int __pyx_t_1;
4022
4021
  __Pyx_RefNannySetupContext("get_array_base", 0);
4023
4022
 
4024
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1015
4023
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1015
4025
4024
  *
4026
4025
  * cdef inline object get_array_base(ndarray arr):
4027
4026
  * base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
@@ -4030,7 +4029,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4030
4029
  */
4031
4030
  __pyx_v_base = PyArray_BASE(__pyx_v_arr);
4032
4031
 
4033
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4032
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4034
4033
  * cdef inline object get_array_base(ndarray arr):
4035
4034
  * base = PyArray_BASE(arr)
4036
4035
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -4040,7 +4039,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4040
4039
  __pyx_t_1 = (__pyx_v_base == NULL);
4041
4040
  if (__pyx_t_1) {
4042
4041
 
4043
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1017
4042
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1017
4044
4043
  * base = PyArray_BASE(arr)
4045
4044
  * if base is NULL:
4046
4045
  * return None # <<<<<<<<<<<<<<
@@ -4051,7 +4050,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4051
4050
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
4052
4051
  goto __pyx_L0;
4053
4052
 
4054
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4053
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4055
4054
  * cdef inline object get_array_base(ndarray arr):
4056
4055
  * base = PyArray_BASE(arr)
4057
4056
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -4060,7 +4059,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4060
4059
  */
4061
4060
  }
4062
4061
 
4063
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1018
4062
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1018
4064
4063
  * if base is NULL:
4065
4064
  * return None
4066
4065
  * return <object>base # <<<<<<<<<<<<<<
@@ -4072,7 +4071,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4072
4071
  __pyx_r = ((PyObject *)__pyx_v_base);
4073
4072
  goto __pyx_L0;
4074
4073
 
4075
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4074
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4076
4075
  * PyArray_SetBaseObject(arr, base)
4077
4076
  *
4078
4077
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -4087,7 +4086,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4087
4086
  return __pyx_r;
4088
4087
  }
4089
4088
 
4090
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4089
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4091
4090
  * # Versions of the import_* functions which are more suitable for
4092
4091
  * # Cython code.
4093
4092
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -4114,7 +4113,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4114
4113
  int __pyx_clineno = 0;
4115
4114
  __Pyx_RefNannySetupContext("import_array", 0);
4116
4115
 
4117
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4116
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4118
4117
  * # Cython code.
4119
4118
  * cdef inline int import_array() except -1:
4120
4119
  * try: # <<<<<<<<<<<<<<
@@ -4130,7 +4129,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4130
4129
  __Pyx_XGOTREF(__pyx_t_3);
4131
4130
  /*try:*/ {
4132
4131
 
4133
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1024
4132
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1024
4134
4133
  * cdef inline int import_array() except -1:
4135
4134
  * try:
4136
4135
  * __pyx_import_array() # <<<<<<<<<<<<<<
@@ -4139,7 +4138,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4139
4138
  */
4140
4139
  __pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1024, __pyx_L3_error)
4141
4140
 
4142
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4141
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4143
4142
  * # Cython code.
4144
4143
  * cdef inline int import_array() except -1:
4145
4144
  * try: # <<<<<<<<<<<<<<
@@ -4153,7 +4152,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4153
4152
  goto __pyx_L8_try_end;
4154
4153
  __pyx_L3_error:;
4155
4154
 
4156
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1025
4155
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1025
4157
4156
  * try:
4158
4157
  * __pyx_import_array()
4159
4158
  * except Exception: # <<<<<<<<<<<<<<
@@ -4168,7 +4167,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4168
4167
  __Pyx_XGOTREF(__pyx_t_6);
4169
4168
  __Pyx_XGOTREF(__pyx_t_7);
4170
4169
 
4171
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1026
4170
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1026
4172
4171
  * __pyx_import_array()
4173
4172
  * except Exception:
4174
4173
  * raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
@@ -4193,7 +4192,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4193
4192
  }
4194
4193
  goto __pyx_L5_except_error;
4195
4194
 
4196
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4195
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4197
4196
  * # Cython code.
4198
4197
  * cdef inline int import_array() except -1:
4199
4198
  * try: # <<<<<<<<<<<<<<
@@ -4209,7 +4208,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4209
4208
  __pyx_L8_try_end:;
4210
4209
  }
4211
4210
 
4212
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4211
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4213
4212
  * # Versions of the import_* functions which are more suitable for
4214
4213
  * # Cython code.
4215
4214
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -4234,7 +4233,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4234
4233
  return __pyx_r;
4235
4234
  }
4236
4235
 
4237
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4236
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4238
4237
  * raise ImportError("numpy._core.multiarray failed to import")
4239
4238
  *
4240
4239
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -4261,7 +4260,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4261
4260
  int __pyx_clineno = 0;
4262
4261
  __Pyx_RefNannySetupContext("import_umath", 0);
4263
4262
 
4264
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4263
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4265
4264
  *
4266
4265
  * cdef inline int import_umath() except -1:
4267
4266
  * try: # <<<<<<<<<<<<<<
@@ -4277,7 +4276,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4277
4276
  __Pyx_XGOTREF(__pyx_t_3);
4278
4277
  /*try:*/ {
4279
4278
 
4280
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1030
4279
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1030
4281
4280
  * cdef inline int import_umath() except -1:
4282
4281
  * try:
4283
4282
  * _import_umath() # <<<<<<<<<<<<<<
@@ -4286,7 +4285,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4286
4285
  */
4287
4286
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1030, __pyx_L3_error)
4288
4287
 
4289
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4288
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4290
4289
  *
4291
4290
  * cdef inline int import_umath() except -1:
4292
4291
  * try: # <<<<<<<<<<<<<<
@@ -4300,7 +4299,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4300
4299
  goto __pyx_L8_try_end;
4301
4300
  __pyx_L3_error:;
4302
4301
 
4303
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1031
4302
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1031
4304
4303
  * try:
4305
4304
  * _import_umath()
4306
4305
  * except Exception: # <<<<<<<<<<<<<<
@@ -4315,7 +4314,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4315
4314
  __Pyx_XGOTREF(__pyx_t_6);
4316
4315
  __Pyx_XGOTREF(__pyx_t_7);
4317
4316
 
4318
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1032
4317
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1032
4319
4318
  * _import_umath()
4320
4319
  * except Exception:
4321
4320
  * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
@@ -4340,7 +4339,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4340
4339
  }
4341
4340
  goto __pyx_L5_except_error;
4342
4341
 
4343
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4342
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4344
4343
  *
4345
4344
  * cdef inline int import_umath() except -1:
4346
4345
  * try: # <<<<<<<<<<<<<<
@@ -4356,7 +4355,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4356
4355
  __pyx_L8_try_end:;
4357
4356
  }
4358
4357
 
4359
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4358
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4360
4359
  * raise ImportError("numpy._core.multiarray failed to import")
4361
4360
  *
4362
4361
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -4381,7 +4380,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4381
4380
  return __pyx_r;
4382
4381
  }
4383
4382
 
4384
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4383
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4385
4384
  * raise ImportError("numpy._core.umath failed to import")
4386
4385
  *
4387
4386
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -4408,7 +4407,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4408
4407
  int __pyx_clineno = 0;
4409
4408
  __Pyx_RefNannySetupContext("import_ufunc", 0);
4410
4409
 
4411
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4410
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4412
4411
  *
4413
4412
  * cdef inline int import_ufunc() except -1:
4414
4413
  * try: # <<<<<<<<<<<<<<
@@ -4424,7 +4423,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4424
4423
  __Pyx_XGOTREF(__pyx_t_3);
4425
4424
  /*try:*/ {
4426
4425
 
4427
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1036
4426
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1036
4428
4427
  * cdef inline int import_ufunc() except -1:
4429
4428
  * try:
4430
4429
  * _import_umath() # <<<<<<<<<<<<<<
@@ -4433,7 +4432,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4433
4432
  */
4434
4433
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1036, __pyx_L3_error)
4435
4434
 
4436
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4435
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4437
4436
  *
4438
4437
  * cdef inline int import_ufunc() except -1:
4439
4438
  * try: # <<<<<<<<<<<<<<
@@ -4447,7 +4446,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4447
4446
  goto __pyx_L8_try_end;
4448
4447
  __pyx_L3_error:;
4449
4448
 
4450
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1037
4449
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1037
4451
4450
  * try:
4452
4451
  * _import_umath()
4453
4452
  * except Exception: # <<<<<<<<<<<<<<
@@ -4462,7 +4461,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4462
4461
  __Pyx_XGOTREF(__pyx_t_6);
4463
4462
  __Pyx_XGOTREF(__pyx_t_7);
4464
4463
 
4465
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1038
4464
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1038
4466
4465
  * _import_umath()
4467
4466
  * except Exception:
4468
4467
  * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
@@ -4487,7 +4486,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4487
4486
  }
4488
4487
  goto __pyx_L5_except_error;
4489
4488
 
4490
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4489
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4491
4490
  *
4492
4491
  * cdef inline int import_ufunc() except -1:
4493
4492
  * try: # <<<<<<<<<<<<<<
@@ -4503,7 +4502,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4503
4502
  __pyx_L8_try_end:;
4504
4503
  }
4505
4504
 
4506
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4505
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4507
4506
  * raise ImportError("numpy._core.umath failed to import")
4508
4507
  *
4509
4508
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -4528,7 +4527,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4528
4527
  return __pyx_r;
4529
4528
  }
4530
4529
 
4531
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4530
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4532
4531
  *
4533
4532
  *
4534
4533
  * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4539,7 +4538,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4539
4538
  static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
4540
4539
  int __pyx_r;
4541
4540
 
4542
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
4541
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
4543
4542
  * bool
4544
4543
  * """
4545
4544
  * return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
@@ -4549,7 +4548,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4549
4548
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
4550
4549
  goto __pyx_L0;
4551
4550
 
4552
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4551
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4553
4552
  *
4554
4553
  *
4555
4554
  * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4562,7 +4561,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4562
4561
  return __pyx_r;
4563
4562
  }
4564
4563
 
4565
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4564
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4566
4565
  *
4567
4566
  *
4568
4567
  * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4573,7 +4572,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4573
4572
  static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
4574
4573
  int __pyx_r;
4575
4574
 
4576
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1068
4575
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1068
4577
4576
  * bool
4578
4577
  * """
4579
4578
  * return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
@@ -4583,7 +4582,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4583
4582
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
4584
4583
  goto __pyx_L0;
4585
4584
 
4586
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4585
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4587
4586
  *
4588
4587
  *
4589
4588
  * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4596,7 +4595,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4596
4595
  return __pyx_r;
4597
4596
  }
4598
4597
 
4599
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4598
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4600
4599
  *
4601
4600
  *
4602
4601
  * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4607,7 +4606,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4607
4606
  static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
4608
4607
  npy_datetime __pyx_r;
4609
4608
 
4610
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1078
4609
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1078
4611
4610
  * also needed. That can be found using `get_datetime64_unit`.
4612
4611
  * """
4613
4612
  * return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -4617,7 +4616,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4617
4616
  __pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
4618
4617
  goto __pyx_L0;
4619
4618
 
4620
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4619
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4621
4620
  *
4622
4621
  *
4623
4622
  * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4630,7 +4629,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4630
4629
  return __pyx_r;
4631
4630
  }
4632
4631
 
4633
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
4632
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
4634
4633
  *
4635
4634
  *
4636
4635
  * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4641,7 +4640,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4641
4640
  static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
4642
4641
  npy_timedelta __pyx_r;
4643
4642
 
4644
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1085
4643
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1085
4645
4644
  * returns the int64 value underlying scalar numpy timedelta64 object
4646
4645
  * """
4647
4646
  * return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -4651,7 +4650,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4651
4650
  __pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
4652
4651
  goto __pyx_L0;
4653
4652
 
4654
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
4653
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
4655
4654
  *
4656
4655
  *
4657
4656
  * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4664,7 +4663,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4664
4663
  return __pyx_r;
4665
4664
  }
4666
4665
 
4667
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
4666
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
4668
4667
  *
4669
4668
  *
4670
4669
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4675,7 +4674,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4675
4674
  static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
4676
4675
  NPY_DATETIMEUNIT __pyx_r;
4677
4676
 
4678
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1092
4677
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1092
4679
4678
  * returns the unit part of the dtype for a numpy datetime64 object.
4680
4679
  * """
4681
4680
  * return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
@@ -4685,7 +4684,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
4685
4684
  __pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
4686
4685
  goto __pyx_L0;
4687
4686
 
4688
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
4687
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
4689
4688
  *
4690
4689
  *
4691
4690
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4698,7 +4697,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
4698
4697
  return __pyx_r;
4699
4698
  }
4700
4699
 
4701
- /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":4
4700
+ /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":5
4702
4701
  * cimport numpy as cnp
4703
4702
  *
4704
4703
  * def get_weighted_diss(cnp.ndarray[double, ndim=2] diss, # <<<<<<<<<<<<<<
@@ -4746,39 +4745,39 @@ PyObject *__pyx_args, PyObject *__pyx_kwds
4746
4745
  {
4747
4746
  PyObject ** const __pyx_pyargnames[] = {&__pyx_mstate_global->__pyx_n_u_diss,&__pyx_mstate_global->__pyx_n_u_weights,0};
4748
4747
  const Py_ssize_t __pyx_kwds_len = (__pyx_kwds) ? __Pyx_NumKwargs_FASTCALL(__pyx_kwds) : 0;
4749
- if (unlikely(__pyx_kwds_len) < 0) __PYX_ERR(0, 4, __pyx_L3_error)
4748
+ if (unlikely(__pyx_kwds_len) < 0) __PYX_ERR(0, 5, __pyx_L3_error)
4750
4749
  if (__pyx_kwds_len > 0) {
4751
4750
  switch (__pyx_nargs) {
4752
4751
  case 2:
4753
4752
  values[1] = __Pyx_ArgRef_FASTCALL(__pyx_args, 1);
4754
- if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[1])) __PYX_ERR(0, 4, __pyx_L3_error)
4753
+ if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[1])) __PYX_ERR(0, 5, __pyx_L3_error)
4755
4754
  CYTHON_FALLTHROUGH;
4756
4755
  case 1:
4757
4756
  values[0] = __Pyx_ArgRef_FASTCALL(__pyx_args, 0);
4758
- if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0, 4, __pyx_L3_error)
4757
+ if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0, 5, __pyx_L3_error)
4759
4758
  CYTHON_FALLTHROUGH;
4760
4759
  case 0: break;
4761
4760
  default: goto __pyx_L5_argtuple_error;
4762
4761
  }
4763
4762
  const Py_ssize_t kwd_pos_args = __pyx_nargs;
4764
- if (__Pyx_ParseKeywords(__pyx_kwds, __pyx_kwvalues, __pyx_pyargnames, 0, values, kwd_pos_args, __pyx_kwds_len, "get_weighted_diss", 0) < 0) __PYX_ERR(0, 4, __pyx_L3_error)
4763
+ if (__Pyx_ParseKeywords(__pyx_kwds, __pyx_kwvalues, __pyx_pyargnames, 0, values, kwd_pos_args, __pyx_kwds_len, "get_weighted_diss", 0) < 0) __PYX_ERR(0, 5, __pyx_L3_error)
4765
4764
  for (Py_ssize_t i = __pyx_nargs; i < 2; i++) {
4766
- if (unlikely(!values[i])) { __Pyx_RaiseArgtupleInvalid("get_weighted_diss", 1, 2, 2, i); __PYX_ERR(0, 4, __pyx_L3_error) }
4765
+ if (unlikely(!values[i])) { __Pyx_RaiseArgtupleInvalid("get_weighted_diss", 1, 2, 2, i); __PYX_ERR(0, 5, __pyx_L3_error) }
4767
4766
  }
4768
4767
  } else if (unlikely(__pyx_nargs != 2)) {
4769
4768
  goto __pyx_L5_argtuple_error;
4770
4769
  } else {
4771
4770
  values[0] = __Pyx_ArgRef_FASTCALL(__pyx_args, 0);
4772
- if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0, 4, __pyx_L3_error)
4771
+ if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0, 5, __pyx_L3_error)
4773
4772
  values[1] = __Pyx_ArgRef_FASTCALL(__pyx_args, 1);
4774
- if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[1])) __PYX_ERR(0, 4, __pyx_L3_error)
4773
+ if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[1])) __PYX_ERR(0, 5, __pyx_L3_error)
4775
4774
  }
4776
4775
  __pyx_v_diss = ((PyArrayObject *)values[0]);
4777
4776
  __pyx_v_weights = ((PyArrayObject *)values[1]);
4778
4777
  }
4779
4778
  goto __pyx_L6_skip;
4780
4779
  __pyx_L5_argtuple_error:;
4781
- __Pyx_RaiseArgtupleInvalid("get_weighted_diss", 1, 2, 2, __pyx_nargs); __PYX_ERR(0, 4, __pyx_L3_error)
4780
+ __Pyx_RaiseArgtupleInvalid("get_weighted_diss", 1, 2, 2, __pyx_nargs); __PYX_ERR(0, 5, __pyx_L3_error)
4782
4781
  __pyx_L6_skip:;
4783
4782
  goto __pyx_L4_argument_unpacking_done;
4784
4783
  __pyx_L3_error:;
@@ -4789,8 +4788,8 @@ PyObject *__pyx_args, PyObject *__pyx_kwds
4789
4788
  __Pyx_RefNannyFinishContext();
4790
4789
  return NULL;
4791
4790
  __pyx_L4_argument_unpacking_done:;
4792
- if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_diss), __pyx_mstate_global->__pyx_ptype_5numpy_ndarray, 1, "diss", 0))) __PYX_ERR(0, 4, __pyx_L1_error)
4793
- if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_weights), __pyx_mstate_global->__pyx_ptype_5numpy_ndarray, 1, "weights", 0))) __PYX_ERR(0, 5, __pyx_L1_error)
4791
+ if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_diss), __pyx_mstate_global->__pyx_ptype_5numpy_ndarray, 1, "diss", 0))) __PYX_ERR(0, 5, __pyx_L1_error)
4792
+ if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_weights), __pyx_mstate_global->__pyx_ptype_5numpy_ndarray, 1, "weights", 0))) __PYX_ERR(0, 6, __pyx_L1_error)
4794
4793
  __pyx_r = __pyx_pf_8sequenzo_8big_data_5clara_5utils_17get_weighted_diss_get_weighted_diss(__pyx_self, __pyx_v_diss, __pyx_v_weights);
4795
4794
 
4796
4795
  /* function exit code */
@@ -4846,16 +4845,16 @@ static PyObject *__pyx_pf_8sequenzo_8big_data_5clara_5utils_17get_weighted_diss_
4846
4845
  __pyx_pybuffernd_weights.rcbuffer = &__pyx_pybuffer_weights;
4847
4846
  {
4848
4847
  __Pyx_BufFmt_StackElem __pyx_stack[1];
4849
- if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_diss.rcbuffer->pybuffer, (PyObject*)__pyx_v_diss, &__Pyx_TypeInfo_double, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 2, 0, __pyx_stack) == -1)) __PYX_ERR(0, 4, __pyx_L1_error)
4848
+ if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_diss.rcbuffer->pybuffer, (PyObject*)__pyx_v_diss, &__Pyx_TypeInfo_double, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 2, 0, __pyx_stack) == -1)) __PYX_ERR(0, 5, __pyx_L1_error)
4850
4849
  }
4851
4850
  __pyx_pybuffernd_diss.diminfo[0].strides = __pyx_pybuffernd_diss.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_diss.diminfo[0].shape = __pyx_pybuffernd_diss.rcbuffer->pybuffer.shape[0]; __pyx_pybuffernd_diss.diminfo[1].strides = __pyx_pybuffernd_diss.rcbuffer->pybuffer.strides[1]; __pyx_pybuffernd_diss.diminfo[1].shape = __pyx_pybuffernd_diss.rcbuffer->pybuffer.shape[1];
4852
4851
  {
4853
4852
  __Pyx_BufFmt_StackElem __pyx_stack[1];
4854
- if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_weights.rcbuffer->pybuffer, (PyObject*)__pyx_v_weights, &__Pyx_TypeInfo_double, PyBUF_FORMAT| PyBUF_STRIDES, 1, 0, __pyx_stack) == -1)) __PYX_ERR(0, 4, __pyx_L1_error)
4853
+ if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_weights.rcbuffer->pybuffer, (PyObject*)__pyx_v_weights, &__Pyx_TypeInfo_double, PyBUF_FORMAT| PyBUF_STRIDES, 1, 0, __pyx_stack) == -1)) __PYX_ERR(0, 5, __pyx_L1_error)
4855
4854
  }
4856
4855
  __pyx_pybuffernd_weights.diminfo[0].strides = __pyx_pybuffernd_weights.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_weights.diminfo[0].shape = __pyx_pybuffernd_weights.rcbuffer->pybuffer.shape[0];
4857
4856
 
4858
- /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":6
4857
+ /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":7
4859
4858
  * def get_weighted_diss(cnp.ndarray[double, ndim=2] diss,
4860
4859
  * cnp.ndarray[double, ndim=1] weights):
4861
4860
  * cdef int n = weights.shape[0] # <<<<<<<<<<<<<<
@@ -4864,7 +4863,7 @@ static PyObject *__pyx_pf_8sequenzo_8big_data_5clara_5utils_17get_weighted_diss_
4864
4863
  */
4865
4864
  __pyx_v_n = (__pyx_f_5numpy_7ndarray_5shape_shape(((PyArrayObject *)__pyx_v_weights))[0]);
4866
4865
 
4867
- /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":10
4866
+ /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":11
4868
4867
  * cdef double factor
4869
4868
  *
4870
4869
  * for i in range(n): # <<<<<<<<<<<<<<
@@ -4876,7 +4875,7 @@ static PyObject *__pyx_pf_8sequenzo_8big_data_5clara_5utils_17get_weighted_diss_
4876
4875
  for (__pyx_t_3 = 0; __pyx_t_3 < __pyx_t_2; __pyx_t_3+=1) {
4877
4876
  __pyx_v_i = __pyx_t_3;
4878
4877
 
4879
- /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":11
4878
+ /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":12
4880
4879
  *
4881
4880
  * for i in range(n):
4882
4881
  * for j in range(i + 1, n): # <<<<<<<<<<<<<<
@@ -4888,7 +4887,7 @@ static PyObject *__pyx_pf_8sequenzo_8big_data_5clara_5utils_17get_weighted_diss_
4888
4887
  for (__pyx_t_6 = (__pyx_v_i + 1); __pyx_t_6 < __pyx_t_5; __pyx_t_6+=1) {
4889
4888
  __pyx_v_j = __pyx_t_6;
4890
4889
 
4891
- /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":12
4890
+ /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":13
4892
4891
  * for i in range(n):
4893
4892
  * for j in range(i + 1, n):
4894
4893
  * factor = (weights[i] * weights[j]) ** 0.5 # <<<<<<<<<<<<<<
@@ -4903,7 +4902,7 @@ static PyObject *__pyx_pf_8sequenzo_8big_data_5clara_5utils_17get_weighted_diss_
4903
4902
  } else if (unlikely(__pyx_t_7 >= __pyx_pybuffernd_weights.diminfo[0].shape)) __pyx_t_8 = 0;
4904
4903
  if (unlikely(__pyx_t_8 != -1)) {
4905
4904
  __Pyx_RaiseBufferIndexError(__pyx_t_8);
4906
- __PYX_ERR(0, 12, __pyx_L1_error)
4905
+ __PYX_ERR(0, 13, __pyx_L1_error)
4907
4906
  }
4908
4907
  __pyx_t_9 = __pyx_v_j;
4909
4908
  __pyx_t_8 = -1;
@@ -4913,11 +4912,11 @@ static PyObject *__pyx_pf_8sequenzo_8big_data_5clara_5utils_17get_weighted_diss_
4913
4912
  } else if (unlikely(__pyx_t_9 >= __pyx_pybuffernd_weights.diminfo[0].shape)) __pyx_t_8 = 0;
4914
4913
  if (unlikely(__pyx_t_8 != -1)) {
4915
4914
  __Pyx_RaiseBufferIndexError(__pyx_t_8);
4916
- __PYX_ERR(0, 12, __pyx_L1_error)
4915
+ __PYX_ERR(0, 13, __pyx_L1_error)
4917
4916
  }
4918
4917
  __pyx_v_factor = pow(((*__Pyx_BufPtrStrided1d(double *, __pyx_pybuffernd_weights.rcbuffer->pybuffer.buf, __pyx_t_7, __pyx_pybuffernd_weights.diminfo[0].strides)) * (*__Pyx_BufPtrStrided1d(double *, __pyx_pybuffernd_weights.rcbuffer->pybuffer.buf, __pyx_t_9, __pyx_pybuffernd_weights.diminfo[0].strides))), 0.5);
4919
4918
 
4920
- /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":13
4919
+ /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":14
4921
4920
  * for j in range(i + 1, n):
4922
4921
  * factor = (weights[i] * weights[j]) ** 0.5
4923
4922
  * diss[i, j] *= factor # <<<<<<<<<<<<<<
@@ -4937,11 +4936,11 @@ static PyObject *__pyx_pf_8sequenzo_8big_data_5clara_5utils_17get_weighted_diss_
4937
4936
  } else if (unlikely(__pyx_t_7 >= __pyx_pybuffernd_diss.diminfo[1].shape)) __pyx_t_8 = 1;
4938
4937
  if (unlikely(__pyx_t_8 != -1)) {
4939
4938
  __Pyx_RaiseBufferIndexError(__pyx_t_8);
4940
- __PYX_ERR(0, 13, __pyx_L1_error)
4939
+ __PYX_ERR(0, 14, __pyx_L1_error)
4941
4940
  }
4942
4941
  *__Pyx_BufPtrStrided2d(double *, __pyx_pybuffernd_diss.rcbuffer->pybuffer.buf, __pyx_t_9, __pyx_pybuffernd_diss.diminfo[0].strides, __pyx_t_7, __pyx_pybuffernd_diss.diminfo[1].strides) *= __pyx_v_factor;
4943
4942
 
4944
- /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":14
4943
+ /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":15
4945
4944
  * factor = (weights[i] * weights[j]) ** 0.5
4946
4945
  * diss[i, j] *= factor
4947
4946
  * diss[j, i] = diss[i, j] # <<<<<<<<<<<<<<
@@ -4961,7 +4960,7 @@ static PyObject *__pyx_pf_8sequenzo_8big_data_5clara_5utils_17get_weighted_diss_
4961
4960
  } else if (unlikely(__pyx_t_9 >= __pyx_pybuffernd_diss.diminfo[1].shape)) __pyx_t_8 = 1;
4962
4961
  if (unlikely(__pyx_t_8 != -1)) {
4963
4962
  __Pyx_RaiseBufferIndexError(__pyx_t_8);
4964
- __PYX_ERR(0, 14, __pyx_L1_error)
4963
+ __PYX_ERR(0, 15, __pyx_L1_error)
4965
4964
  }
4966
4965
  __pyx_t_10 = __pyx_v_j;
4967
4966
  __pyx_t_11 = __pyx_v_i;
@@ -4976,13 +4975,13 @@ static PyObject *__pyx_pf_8sequenzo_8big_data_5clara_5utils_17get_weighted_diss_
4976
4975
  } else if (unlikely(__pyx_t_11 >= __pyx_pybuffernd_diss.diminfo[1].shape)) __pyx_t_8 = 1;
4977
4976
  if (unlikely(__pyx_t_8 != -1)) {
4978
4977
  __Pyx_RaiseBufferIndexError(__pyx_t_8);
4979
- __PYX_ERR(0, 14, __pyx_L1_error)
4978
+ __PYX_ERR(0, 15, __pyx_L1_error)
4980
4979
  }
4981
4980
  *__Pyx_BufPtrStrided2d(double *, __pyx_pybuffernd_diss.rcbuffer->pybuffer.buf, __pyx_t_10, __pyx_pybuffernd_diss.diminfo[0].strides, __pyx_t_11, __pyx_pybuffernd_diss.diminfo[1].strides) = (*__Pyx_BufPtrStrided2d(double *, __pyx_pybuffernd_diss.rcbuffer->pybuffer.buf, __pyx_t_7, __pyx_pybuffernd_diss.diminfo[0].strides, __pyx_t_9, __pyx_pybuffernd_diss.diminfo[1].strides));
4982
4981
  }
4983
4982
  }
4984
4983
 
4985
- /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":16
4984
+ /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":17
4986
4985
  * diss[j, i] = diss[i, j]
4987
4986
  *
4988
4987
  * return diss # <<<<<<<<<<<<<<
@@ -4992,7 +4991,7 @@ static PyObject *__pyx_pf_8sequenzo_8big_data_5clara_5utils_17get_weighted_diss_
4992
4991
  __pyx_r = ((PyObject *)__pyx_v_diss);
4993
4992
  goto __pyx_L0;
4994
4993
 
4995
- /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":4
4994
+ /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":5
4996
4995
  * cimport numpy as cnp
4997
4996
  *
4998
4997
  * def get_weighted_diss(cnp.ndarray[double, ndim=2] diss, # <<<<<<<<<<<<<<
@@ -5543,32 +5542,33 @@ __Pyx_RefNannySetupContext("PyInit_get_weighted_diss", 0);
5543
5542
  (void)__Pyx_modinit_function_import_code(__pyx_mstate);
5544
5543
  /*--- Execution code ---*/
5545
5544
 
5546
- /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":1
5545
+ /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":2
5546
+ * # cython: np_import_array=True
5547
5547
  * import numpy as np # <<<<<<<<<<<<<<
5548
5548
  * cimport numpy as cnp
5549
5549
  *
5550
5550
  */
5551
- __pyx_t_2 = __Pyx_ImportDottedModule(__pyx_mstate_global->__pyx_n_u_numpy, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error)
5551
+ __pyx_t_2 = __Pyx_ImportDottedModule(__pyx_mstate_global->__pyx_n_u_numpy, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 2, __pyx_L1_error)
5552
5552
  __Pyx_GOTREF(__pyx_t_2);
5553
- if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_np, __pyx_t_2) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
5553
+ if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_np, __pyx_t_2) < 0) __PYX_ERR(0, 2, __pyx_L1_error)
5554
5554
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
5555
5555
 
5556
- /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":4
5556
+ /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":5
5557
5557
  * cimport numpy as cnp
5558
5558
  *
5559
5559
  * def get_weighted_diss(cnp.ndarray[double, ndim=2] diss, # <<<<<<<<<<<<<<
5560
5560
  * cnp.ndarray[double, ndim=1] weights):
5561
5561
  * cdef int n = weights.shape[0]
5562
5562
  */
5563
- __pyx_t_2 = __Pyx_CyFunction_New(&__pyx_mdef_8sequenzo_8big_data_5clara_5utils_17get_weighted_diss_1get_weighted_diss, 0, __pyx_mstate_global->__pyx_n_u_get_weighted_diss, NULL, __pyx_mstate_global->__pyx_n_u_sequenzo_big_data_clara_utils_ge, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[0])); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 4, __pyx_L1_error)
5563
+ __pyx_t_2 = __Pyx_CyFunction_New(&__pyx_mdef_8sequenzo_8big_data_5clara_5utils_17get_weighted_diss_1get_weighted_diss, 0, __pyx_mstate_global->__pyx_n_u_get_weighted_diss, NULL, __pyx_mstate_global->__pyx_n_u_sequenzo_big_data_clara_utils_ge, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[0])); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 5, __pyx_L1_error)
5564
5564
  __Pyx_GOTREF(__pyx_t_2);
5565
- if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_get_weighted_diss, __pyx_t_2) < 0) __PYX_ERR(0, 4, __pyx_L1_error)
5565
+ if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_get_weighted_diss, __pyx_t_2) < 0) __PYX_ERR(0, 5, __pyx_L1_error)
5566
5566
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
5567
5567
 
5568
5568
  /* "sequenzo/big_data/clara/utils/get_weighted_diss.pyx":1
5569
- * import numpy as np # <<<<<<<<<<<<<<
5569
+ * # cython: np_import_array=True # <<<<<<<<<<<<<<
5570
+ * import numpy as np
5570
5571
  * cimport numpy as cnp
5571
- *
5572
5572
  */
5573
5573
  __pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error)
5574
5574
  __Pyx_GOTREF(__pyx_t_2);
@@ -5673,7 +5673,7 @@ static int __Pyx_InitStrings(__Pyx_StringTabEntry const *t, PyObject **target, c
5673
5673
 
5674
5674
  static int __Pyx_InitCachedBuiltins(__pyx_mstatetype *__pyx_mstate) {
5675
5675
  CYTHON_UNUSED_VAR(__pyx_mstate);
5676
- __pyx_builtin_range = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_range); if (!__pyx_builtin_range) __PYX_ERR(0, 10, __pyx_L1_error)
5676
+ __pyx_builtin_range = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_range); if (!__pyx_builtin_range) __PYX_ERR(0, 11, __pyx_L1_error)
5677
5677
  __pyx_builtin_ImportError = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_ImportError); if (!__pyx_builtin_ImportError) __PYX_ERR(1, 1026, __pyx_L1_error)
5678
5678
  return 0;
5679
5679
  __pyx_L1_error:;
@@ -5725,7 +5725,7 @@ static int __Pyx_CreateCodeObjects(__pyx_mstatetype *__pyx_mstate) {
5725
5725
  PyObject* tuple_dedup_map = PyDict_New();
5726
5726
  if (unlikely(!tuple_dedup_map)) return -1;
5727
5727
  {
5728
- const __Pyx_PyCode_New_function_description descr = {2, 0, 0, 6, (unsigned int)(CO_OPTIMIZED|CO_NEWLOCALS), 4, 97};
5728
+ const __Pyx_PyCode_New_function_description descr = {2, 0, 0, 6, (unsigned int)(CO_OPTIMIZED|CO_NEWLOCALS), 5, 97};
5729
5729
  PyObject* const varnames[] = {__pyx_mstate->__pyx_n_u_diss, __pyx_mstate->__pyx_n_u_weights, __pyx_mstate->__pyx_n_u_n, __pyx_mstate->__pyx_n_u_i, __pyx_mstate->__pyx_n_u_j, __pyx_mstate->__pyx_n_u_factor};
5730
5730
  __pyx_mstate_global->__pyx_codeobj_tab[0] = __Pyx_PyCode_New(descr, varnames, __pyx_mstate->__pyx_kp_u_sequenzo_big_data_clara_utils_ge_2, __pyx_mstate->__pyx_n_u_get_weighted_diss, __pyx_k_aq_U_1_E_ar_3a_gQc_7_4s_F_E_Qc, tuple_dedup_map); if (unlikely(!__pyx_mstate_global->__pyx_codeobj_tab[0])) goto bad;
5731
5731
  }