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.dissimilarity_measures.utils.seqconc",
34
33
  "sources": [
@@ -1398,7 +1397,7 @@ static const char *__pyx_filename;
1398
1397
 
1399
1398
  static const char* const __pyx_f[] = {
1400
1399
  "sequenzo/dissimilarity_measures/utils/seqconc.pyx",
1401
- "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd",
1400
+ "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd",
1402
1401
  "cpython/type.pxd",
1403
1402
  };
1404
1403
  /* #### Code section: utility_code_proto_before_types ### */
@@ -1598,7 +1597,7 @@ typedef struct {
1598
1597
 
1599
1598
  /* #### Code section: numeric_typedefs ### */
1600
1599
 
1601
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":770
1600
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":770
1602
1601
  * # in Cython to enable them only on the right systems.
1603
1602
  *
1604
1603
  * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
@@ -1607,7 +1606,7 @@ typedef struct {
1607
1606
  */
1608
1607
  typedef npy_int8 __pyx_t_5numpy_int8_t;
1609
1608
 
1610
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":771
1609
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":771
1611
1610
  *
1612
1611
  * ctypedef npy_int8 int8_t
1613
1612
  * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
@@ -1616,7 +1615,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
1616
1615
  */
1617
1616
  typedef npy_int16 __pyx_t_5numpy_int16_t;
1618
1617
 
1619
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":772
1618
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":772
1620
1619
  * ctypedef npy_int8 int8_t
1621
1620
  * ctypedef npy_int16 int16_t
1622
1621
  * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
@@ -1625,7 +1624,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
1625
1624
  */
1626
1625
  typedef npy_int32 __pyx_t_5numpy_int32_t;
1627
1626
 
1628
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":773
1627
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":773
1629
1628
  * ctypedef npy_int16 int16_t
1630
1629
  * ctypedef npy_int32 int32_t
1631
1630
  * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
@@ -1634,7 +1633,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
1634
1633
  */
1635
1634
  typedef npy_int64 __pyx_t_5numpy_int64_t;
1636
1635
 
1637
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
1636
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
1638
1637
  * #ctypedef npy_int128 int128_t
1639
1638
  *
1640
1639
  * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
@@ -1643,7 +1642,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
1643
1642
  */
1644
1643
  typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1645
1644
 
1646
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":778
1645
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":778
1647
1646
  *
1648
1647
  * ctypedef npy_uint8 uint8_t
1649
1648
  * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
@@ -1652,7 +1651,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1652
1651
  */
1653
1652
  typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1654
1653
 
1655
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":779
1654
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":779
1656
1655
  * ctypedef npy_uint8 uint8_t
1657
1656
  * ctypedef npy_uint16 uint16_t
1658
1657
  * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
@@ -1661,7 +1660,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1661
1660
  */
1662
1661
  typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1663
1662
 
1664
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
1663
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
1665
1664
  * ctypedef npy_uint16 uint16_t
1666
1665
  * ctypedef npy_uint32 uint32_t
1667
1666
  * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
@@ -1670,7 +1669,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1670
1669
  */
1671
1670
  typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1672
1671
 
1673
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":784
1672
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":784
1674
1673
  * #ctypedef npy_uint128 uint128_t
1675
1674
  *
1676
1675
  * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
@@ -1679,7 +1678,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1679
1678
  */
1680
1679
  typedef npy_float32 __pyx_t_5numpy_float32_t;
1681
1680
 
1682
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":785
1681
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":785
1683
1682
  *
1684
1683
  * ctypedef npy_float32 float32_t
1685
1684
  * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
@@ -1688,7 +1687,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
1688
1687
  */
1689
1688
  typedef npy_float64 __pyx_t_5numpy_float64_t;
1690
1689
 
1691
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
1690
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
1692
1691
  * ctypedef double complex complex128_t
1693
1692
  *
1694
1693
  * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
@@ -1697,7 +1696,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
1697
1696
  */
1698
1697
  typedef npy_longlong __pyx_t_5numpy_longlong_t;
1699
1698
 
1700
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
1699
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
1701
1700
  *
1702
1701
  * ctypedef npy_longlong longlong_t
1703
1702
  * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
@@ -1706,7 +1705,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
1706
1705
  */
1707
1706
  typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1708
1707
 
1709
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
1708
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
1710
1709
  * ctypedef npy_ulonglong ulonglong_t
1711
1710
  *
1712
1711
  * ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
@@ -1715,7 +1714,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1715
1714
  */
1716
1715
  typedef npy_intp __pyx_t_5numpy_intp_t;
1717
1716
 
1718
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":796
1717
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":796
1719
1718
  *
1720
1719
  * ctypedef npy_intp intp_t
1721
1720
  * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
@@ -1724,7 +1723,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
1724
1723
  */
1725
1724
  typedef npy_uintp __pyx_t_5numpy_uintp_t;
1726
1725
 
1727
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":798
1726
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":798
1728
1727
  * ctypedef npy_uintp uintp_t
1729
1728
  *
1730
1729
  * ctypedef npy_double float_t # <<<<<<<<<<<<<<
@@ -1733,7 +1732,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
1733
1732
  */
1734
1733
  typedef npy_double __pyx_t_5numpy_float_t;
1735
1734
 
1736
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":799
1735
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":799
1737
1736
  *
1738
1737
  * ctypedef npy_double float_t
1739
1738
  * ctypedef npy_double double_t # <<<<<<<<<<<<<<
@@ -1742,7 +1741,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
1742
1741
  */
1743
1742
  typedef npy_double __pyx_t_5numpy_double_t;
1744
1743
 
1745
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":800
1744
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":800
1746
1745
  * ctypedef npy_double float_t
1747
1746
  * ctypedef npy_double double_t
1748
1747
  * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
@@ -1791,7 +1790,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
1791
1790
 
1792
1791
  /*--- Type declarations ---*/
1793
1792
 
1794
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
1793
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
1795
1794
  *
1796
1795
  * # Iterator API added in v1.6
1797
1796
  * ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
@@ -1800,7 +1799,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
1800
1799
  */
1801
1800
  typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
1802
1801
 
1803
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1097
1802
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1097
1804
1803
  * # Iterator API added in v1.6
1805
1804
  * ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
1806
1805
  * ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
@@ -3087,7 +3086,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
3087
3086
  #endif
3088
3087
  /* #### Code section: module_code ### */
3089
3088
 
3090
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
3089
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
3091
3090
  * cdef int type_num
3092
3091
  *
3093
3092
  * @property # <<<<<<<<<<<<<<
@@ -3098,7 +3097,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
3098
3097
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
3099
3098
  npy_intp __pyx_r;
3100
3099
 
3101
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
3100
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
3102
3101
  * @property
3103
3102
  * cdef inline npy_intp itemsize(self) noexcept nogil:
3104
3103
  * return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
@@ -3108,7 +3107,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
3108
3107
  __pyx_r = PyDataType_ELSIZE(__pyx_v_self);
3109
3108
  goto __pyx_L0;
3110
3109
 
3111
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
3110
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
3112
3111
  * cdef int type_num
3113
3112
  *
3114
3113
  * @property # <<<<<<<<<<<<<<
@@ -3121,7 +3120,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
3121
3120
  return __pyx_r;
3122
3121
  }
3123
3122
 
3124
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3123
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3125
3124
  * return PyDataType_ELSIZE(self)
3126
3125
  *
3127
3126
  * @property # <<<<<<<<<<<<<<
@@ -3132,7 +3131,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
3132
3131
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
3133
3132
  npy_intp __pyx_r;
3134
3133
 
3135
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
3134
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
3136
3135
  * @property
3137
3136
  * cdef inline npy_intp alignment(self) noexcept nogil:
3138
3137
  * return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
@@ -3142,7 +3141,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
3142
3141
  __pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
3143
3142
  goto __pyx_L0;
3144
3143
 
3145
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3144
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3146
3145
  * return PyDataType_ELSIZE(self)
3147
3146
  *
3148
3147
  * @property # <<<<<<<<<<<<<<
@@ -3155,7 +3154,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
3155
3154
  return __pyx_r;
3156
3155
  }
3157
3156
 
3158
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3157
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3159
3158
  * # Use fields/names with care as they may be NULL. You must check
3160
3159
  * # for this using PyDataType_HASFIELDS.
3161
3160
  * @property # <<<<<<<<<<<<<<
@@ -3169,7 +3168,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3169
3168
  PyObject *__pyx_t_1;
3170
3169
  __Pyx_RefNannySetupContext("fields", 0);
3171
3170
 
3172
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
3171
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
3173
3172
  * @property
3174
3173
  * cdef inline object fields(self):
3175
3174
  * return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
@@ -3182,7 +3181,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3182
3181
  __pyx_r = ((PyObject *)__pyx_t_1);
3183
3182
  goto __pyx_L0;
3184
3183
 
3185
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3184
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3186
3185
  * # Use fields/names with care as they may be NULL. You must check
3187
3186
  * # for this using PyDataType_HASFIELDS.
3188
3187
  * @property # <<<<<<<<<<<<<<
@@ -3197,7 +3196,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3197
3196
  return __pyx_r;
3198
3197
  }
3199
3198
 
3200
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3199
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3201
3200
  * return <object>PyDataType_FIELDS(self)
3202
3201
  *
3203
3202
  * @property # <<<<<<<<<<<<<<
@@ -3211,7 +3210,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3211
3210
  PyObject *__pyx_t_1;
3212
3211
  __Pyx_RefNannySetupContext("names", 0);
3213
3212
 
3214
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
3213
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
3215
3214
  * @property
3216
3215
  * cdef inline tuple names(self):
3217
3216
  * return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
@@ -3224,7 +3223,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3224
3223
  __pyx_r = ((PyObject*)__pyx_t_1);
3225
3224
  goto __pyx_L0;
3226
3225
 
3227
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3226
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3228
3227
  * return <object>PyDataType_FIELDS(self)
3229
3228
  *
3230
3229
  * @property # <<<<<<<<<<<<<<
@@ -3239,7 +3238,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3239
3238
  return __pyx_r;
3240
3239
  }
3241
3240
 
3242
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3241
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3243
3242
  * # valid (the pointer can be NULL). Most users should access
3244
3243
  * # this field via the inline helper method PyDataType_SHAPE.
3245
3244
  * @property # <<<<<<<<<<<<<<
@@ -3250,7 +3249,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3250
3249
  static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
3251
3250
  PyArray_ArrayDescr *__pyx_r;
3252
3251
 
3253
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
3252
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
3254
3253
  * @property
3255
3254
  * cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
3256
3255
  * return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
@@ -3260,7 +3259,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3260
3259
  __pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
3261
3260
  goto __pyx_L0;
3262
3261
 
3263
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3262
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3264
3263
  * # valid (the pointer can be NULL). Most users should access
3265
3264
  * # this field via the inline helper method PyDataType_SHAPE.
3266
3265
  * @property # <<<<<<<<<<<<<<
@@ -3273,7 +3272,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3273
3272
  return __pyx_r;
3274
3273
  }
3275
3274
 
3276
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3275
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3277
3276
  * return PyDataType_SUBARRAY(self)
3278
3277
  *
3279
3278
  * @property # <<<<<<<<<<<<<<
@@ -3284,7 +3283,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3284
3283
  static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
3285
3284
  npy_uint64 __pyx_r;
3286
3285
 
3287
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":313
3286
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":313
3288
3287
  * cdef inline npy_uint64 flags(self) noexcept nogil:
3289
3288
  * """The data types flags."""
3290
3289
  * return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
@@ -3294,7 +3293,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3294
3293
  __pyx_r = PyDataType_FLAGS(__pyx_v_self);
3295
3294
  goto __pyx_L0;
3296
3295
 
3297
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3296
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3298
3297
  * return PyDataType_SUBARRAY(self)
3299
3298
  *
3300
3299
  * @property # <<<<<<<<<<<<<<
@@ -3307,7 +3306,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3307
3306
  return __pyx_r;
3308
3307
  }
3309
3308
 
3310
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3309
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3311
3310
  * ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
3312
3311
  *
3313
3312
  * @property # <<<<<<<<<<<<<<
@@ -3318,7 +3317,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3318
3317
  static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
3319
3318
  int __pyx_r;
3320
3319
 
3321
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":325
3320
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":325
3322
3321
  * cdef inline int numiter(self) noexcept nogil:
3323
3322
  * """The number of arrays that need to be broadcast to the same shape."""
3324
3323
  * return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
@@ -3328,7 +3327,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3328
3327
  __pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
3329
3328
  goto __pyx_L0;
3330
3329
 
3331
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3330
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3332
3331
  * ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
3333
3332
  *
3334
3333
  * @property # <<<<<<<<<<<<<<
@@ -3341,7 +3340,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3341
3340
  return __pyx_r;
3342
3341
  }
3343
3342
 
3344
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3343
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3345
3344
  * return PyArray_MultiIter_NUMITER(self)
3346
3345
  *
3347
3346
  * @property # <<<<<<<<<<<<<<
@@ -3352,7 +3351,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3352
3351
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
3353
3352
  npy_intp __pyx_r;
3354
3353
 
3355
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":330
3354
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":330
3356
3355
  * cdef inline npy_intp size(self) noexcept nogil:
3357
3356
  * """The total broadcasted size."""
3358
3357
  * return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
@@ -3362,7 +3361,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3362
3361
  __pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
3363
3362
  goto __pyx_L0;
3364
3363
 
3365
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3364
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3366
3365
  * return PyArray_MultiIter_NUMITER(self)
3367
3366
  *
3368
3367
  * @property # <<<<<<<<<<<<<<
@@ -3375,7 +3374,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3375
3374
  return __pyx_r;
3376
3375
  }
3377
3376
 
3378
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3377
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3379
3378
  * return PyArray_MultiIter_SIZE(self)
3380
3379
  *
3381
3380
  * @property # <<<<<<<<<<<<<<
@@ -3386,7 +3385,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3386
3385
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
3387
3386
  npy_intp __pyx_r;
3388
3387
 
3389
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":335
3388
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":335
3390
3389
  * cdef inline npy_intp index(self) noexcept nogil:
3391
3390
  * """The current (1-d) index into the broadcasted result."""
3392
3391
  * return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
@@ -3396,7 +3395,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3396
3395
  __pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
3397
3396
  goto __pyx_L0;
3398
3397
 
3399
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3398
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3400
3399
  * return PyArray_MultiIter_SIZE(self)
3401
3400
  *
3402
3401
  * @property # <<<<<<<<<<<<<<
@@ -3409,7 +3408,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3409
3408
  return __pyx_r;
3410
3409
  }
3411
3410
 
3412
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3411
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3413
3412
  * return PyArray_MultiIter_INDEX(self)
3414
3413
  *
3415
3414
  * @property # <<<<<<<<<<<<<<
@@ -3420,7 +3419,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3420
3419
  static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
3421
3420
  int __pyx_r;
3422
3421
 
3423
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":340
3422
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":340
3424
3423
  * cdef inline int nd(self) noexcept nogil:
3425
3424
  * """The number of dimensions in the broadcasted result."""
3426
3425
  * return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
@@ -3430,7 +3429,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3430
3429
  __pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
3431
3430
  goto __pyx_L0;
3432
3431
 
3433
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3432
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3434
3433
  * return PyArray_MultiIter_INDEX(self)
3435
3434
  *
3436
3435
  * @property # <<<<<<<<<<<<<<
@@ -3443,7 +3442,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3443
3442
  return __pyx_r;
3444
3443
  }
3445
3444
 
3446
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3445
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3447
3446
  * return PyArray_MultiIter_NDIM(self)
3448
3447
  *
3449
3448
  * @property # <<<<<<<<<<<<<<
@@ -3454,7 +3453,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3454
3453
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
3455
3454
  npy_intp *__pyx_r;
3456
3455
 
3457
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":345
3456
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":345
3458
3457
  * cdef inline npy_intp* dimensions(self) noexcept nogil:
3459
3458
  * """The shape of the broadcasted result."""
3460
3459
  * return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
@@ -3464,7 +3463,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3464
3463
  __pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
3465
3464
  goto __pyx_L0;
3466
3465
 
3467
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3466
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3468
3467
  * return PyArray_MultiIter_NDIM(self)
3469
3468
  *
3470
3469
  * @property # <<<<<<<<<<<<<<
@@ -3477,7 +3476,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3477
3476
  return __pyx_r;
3478
3477
  }
3479
3478
 
3480
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3479
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3481
3480
  * return PyArray_MultiIter_DIMS(self)
3482
3481
  *
3483
3482
  * @property # <<<<<<<<<<<<<<
@@ -3488,7 +3487,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3488
3487
  static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
3489
3488
  void **__pyx_r;
3490
3489
 
3491
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":351
3490
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":351
3492
3491
  * """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
3493
3492
  * On return, the iterators are adjusted for broadcasting."""
3494
3493
  * return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
@@ -3498,7 +3497,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3498
3497
  __pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
3499
3498
  goto __pyx_L0;
3500
3499
 
3501
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3500
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3502
3501
  * return PyArray_MultiIter_DIMS(self)
3503
3502
  *
3504
3503
  * @property # <<<<<<<<<<<<<<
@@ -3511,7 +3510,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3511
3510
  return __pyx_r;
3512
3511
  }
3513
3512
 
3514
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3513
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3515
3514
  * # Instead, we use properties that map to the corresponding C-API functions.
3516
3515
  *
3517
3516
  * @property # <<<<<<<<<<<<<<
@@ -3522,7 +3521,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3522
3521
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
3523
3522
  PyObject *__pyx_r;
3524
3523
 
3525
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":369
3524
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":369
3526
3525
  * """Returns a borrowed reference to the object owning the data/memory.
3527
3526
  * """
3528
3527
  * return PyArray_BASE(self) # <<<<<<<<<<<<<<
@@ -3532,7 +3531,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
3532
3531
  __pyx_r = PyArray_BASE(__pyx_v_self);
3533
3532
  goto __pyx_L0;
3534
3533
 
3535
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3534
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3536
3535
  * # Instead, we use properties that map to the corresponding C-API functions.
3537
3536
  *
3538
3537
  * @property # <<<<<<<<<<<<<<
@@ -3545,7 +3544,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
3545
3544
  return __pyx_r;
3546
3545
  }
3547
3546
 
3548
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3547
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3549
3548
  * return PyArray_BASE(self)
3550
3549
  *
3551
3550
  * @property # <<<<<<<<<<<<<<
@@ -3559,7 +3558,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3559
3558
  PyArray_Descr *__pyx_t_1;
3560
3559
  __Pyx_RefNannySetupContext("descr", 0);
3561
3560
 
3562
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":375
3561
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":375
3563
3562
  * """Returns an owned reference to the dtype of the array.
3564
3563
  * """
3565
3564
  * return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
@@ -3572,7 +3571,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3572
3571
  __pyx_r = ((PyArray_Descr *)__pyx_t_1);
3573
3572
  goto __pyx_L0;
3574
3573
 
3575
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3574
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3576
3575
  * return PyArray_BASE(self)
3577
3576
  *
3578
3577
  * @property # <<<<<<<<<<<<<<
@@ -3587,7 +3586,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3587
3586
  return __pyx_r;
3588
3587
  }
3589
3588
 
3590
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3589
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3591
3590
  * return <dtype>PyArray_DESCR(self)
3592
3591
  *
3593
3592
  * @property # <<<<<<<<<<<<<<
@@ -3598,7 +3597,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3598
3597
  static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
3599
3598
  int __pyx_r;
3600
3599
 
3601
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":381
3600
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":381
3602
3601
  * """Returns the number of dimensions in the array.
3603
3602
  * """
3604
3603
  * return PyArray_NDIM(self) # <<<<<<<<<<<<<<
@@ -3608,7 +3607,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3608
3607
  __pyx_r = PyArray_NDIM(__pyx_v_self);
3609
3608
  goto __pyx_L0;
3610
3609
 
3611
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3610
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3612
3611
  * return <dtype>PyArray_DESCR(self)
3613
3612
  *
3614
3613
  * @property # <<<<<<<<<<<<<<
@@ -3621,7 +3620,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3621
3620
  return __pyx_r;
3622
3621
  }
3623
3622
 
3624
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3623
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3625
3624
  * return PyArray_NDIM(self)
3626
3625
  *
3627
3626
  * @property # <<<<<<<<<<<<<<
@@ -3632,7 +3631,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3632
3631
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
3633
3632
  npy_intp *__pyx_r;
3634
3633
 
3635
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":389
3634
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":389
3636
3635
  * Can return NULL for 0-dimensional arrays.
3637
3636
  * """
3638
3637
  * return PyArray_DIMS(self) # <<<<<<<<<<<<<<
@@ -3642,7 +3641,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3642
3641
  __pyx_r = PyArray_DIMS(__pyx_v_self);
3643
3642
  goto __pyx_L0;
3644
3643
 
3645
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3644
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3646
3645
  * return PyArray_NDIM(self)
3647
3646
  *
3648
3647
  * @property # <<<<<<<<<<<<<<
@@ -3655,7 +3654,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3655
3654
  return __pyx_r;
3656
3655
  }
3657
3656
 
3658
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3657
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3659
3658
  * return PyArray_DIMS(self)
3660
3659
  *
3661
3660
  * @property # <<<<<<<<<<<<<<
@@ -3666,7 +3665,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3666
3665
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
3667
3666
  npy_intp *__pyx_r;
3668
3667
 
3669
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":396
3668
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":396
3670
3669
  * The number of elements matches the number of dimensions of the array (ndim).
3671
3670
  * """
3672
3671
  * return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
@@ -3676,7 +3675,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3676
3675
  __pyx_r = PyArray_STRIDES(__pyx_v_self);
3677
3676
  goto __pyx_L0;
3678
3677
 
3679
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3678
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3680
3679
  * return PyArray_DIMS(self)
3681
3680
  *
3682
3681
  * @property # <<<<<<<<<<<<<<
@@ -3689,7 +3688,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3689
3688
  return __pyx_r;
3690
3689
  }
3691
3690
 
3692
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3691
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3693
3692
  * return PyArray_STRIDES(self)
3694
3693
  *
3695
3694
  * @property # <<<<<<<<<<<<<<
@@ -3700,7 +3699,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3700
3699
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
3701
3700
  npy_intp __pyx_r;
3702
3701
 
3703
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":402
3702
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":402
3704
3703
  * """Returns the total size (in number of elements) of the array.
3705
3704
  * """
3706
3705
  * return PyArray_SIZE(self) # <<<<<<<<<<<<<<
@@ -3710,7 +3709,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3710
3709
  __pyx_r = PyArray_SIZE(__pyx_v_self);
3711
3710
  goto __pyx_L0;
3712
3711
 
3713
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3712
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3714
3713
  * return PyArray_STRIDES(self)
3715
3714
  *
3716
3715
  * @property # <<<<<<<<<<<<<<
@@ -3723,7 +3722,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3723
3722
  return __pyx_r;
3724
3723
  }
3725
3724
 
3726
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3725
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3727
3726
  * return PyArray_SIZE(self)
3728
3727
  *
3729
3728
  * @property # <<<<<<<<<<<<<<
@@ -3734,7 +3733,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3734
3733
  static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
3735
3734
  char *__pyx_r;
3736
3735
 
3737
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":411
3736
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":411
3738
3737
  * of `PyArray_DATA()` instead, which returns a 'void*'.
3739
3738
  * """
3740
3739
  * return PyArray_BYTES(self) # <<<<<<<<<<<<<<
@@ -3744,7 +3743,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
3744
3743
  __pyx_r = PyArray_BYTES(__pyx_v_self);
3745
3744
  goto __pyx_L0;
3746
3745
 
3747
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3746
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3748
3747
  * return PyArray_SIZE(self)
3749
3748
  *
3750
3749
  * @property # <<<<<<<<<<<<<<
@@ -3757,7 +3756,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
3757
3756
  return __pyx_r;
3758
3757
  }
3759
3758
 
3760
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
3759
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
3761
3760
  * ctypedef long double complex clongdouble_t
3762
3761
  *
3763
3762
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -3774,7 +3773,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3774
3773
  int __pyx_clineno = 0;
3775
3774
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
3776
3775
 
3777
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":808
3776
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":808
3778
3777
  *
3779
3778
  * cdef inline object PyArray_MultiIterNew1(a):
3780
3779
  * return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
@@ -3788,7 +3787,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3788
3787
  __pyx_t_1 = 0;
3789
3788
  goto __pyx_L0;
3790
3789
 
3791
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
3790
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
3792
3791
  * ctypedef long double complex clongdouble_t
3793
3792
  *
3794
3793
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -3807,7 +3806,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3807
3806
  return __pyx_r;
3808
3807
  }
3809
3808
 
3810
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
3809
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
3811
3810
  * return PyArray_MultiIterNew(1, <void*>a)
3812
3811
  *
3813
3812
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -3824,7 +3823,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3824
3823
  int __pyx_clineno = 0;
3825
3824
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
3826
3825
 
3827
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":811
3826
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":811
3828
3827
  *
3829
3828
  * cdef inline object PyArray_MultiIterNew2(a, b):
3830
3829
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
@@ -3838,7 +3837,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3838
3837
  __pyx_t_1 = 0;
3839
3838
  goto __pyx_L0;
3840
3839
 
3841
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
3840
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
3842
3841
  * return PyArray_MultiIterNew(1, <void*>a)
3843
3842
  *
3844
3843
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -3857,7 +3856,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3857
3856
  return __pyx_r;
3858
3857
  }
3859
3858
 
3860
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
3859
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
3861
3860
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
3862
3861
  *
3863
3862
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -3874,7 +3873,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3874
3873
  int __pyx_clineno = 0;
3875
3874
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
3876
3875
 
3877
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":814
3876
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":814
3878
3877
  *
3879
3878
  * cdef inline object PyArray_MultiIterNew3(a, b, c):
3880
3879
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
@@ -3888,7 +3887,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3888
3887
  __pyx_t_1 = 0;
3889
3888
  goto __pyx_L0;
3890
3889
 
3891
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
3890
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
3892
3891
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
3893
3892
  *
3894
3893
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -3907,7 +3906,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3907
3906
  return __pyx_r;
3908
3907
  }
3909
3908
 
3910
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
3909
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
3911
3910
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
3912
3911
  *
3913
3912
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -3924,7 +3923,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3924
3923
  int __pyx_clineno = 0;
3925
3924
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
3926
3925
 
3927
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":817
3926
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":817
3928
3927
  *
3929
3928
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d):
3930
3929
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
@@ -3938,7 +3937,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3938
3937
  __pyx_t_1 = 0;
3939
3938
  goto __pyx_L0;
3940
3939
 
3941
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
3940
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
3942
3941
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
3943
3942
  *
3944
3943
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -3957,7 +3956,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3957
3956
  return __pyx_r;
3958
3957
  }
3959
3958
 
3960
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
3959
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
3961
3960
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
3962
3961
  *
3963
3962
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -3974,7 +3973,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
3974
3973
  int __pyx_clineno = 0;
3975
3974
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
3976
3975
 
3977
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":820
3976
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":820
3978
3977
  *
3979
3978
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
3980
3979
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
@@ -3988,7 +3987,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
3988
3987
  __pyx_t_1 = 0;
3989
3988
  goto __pyx_L0;
3990
3989
 
3991
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
3990
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
3992
3991
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
3993
3992
  *
3994
3993
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -4007,7 +4006,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
4007
4006
  return __pyx_r;
4008
4007
  }
4009
4008
 
4010
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
4009
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
4011
4010
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
4012
4011
  *
4013
4012
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -4022,7 +4021,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4022
4021
  PyObject *__pyx_t_2;
4023
4022
  __Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
4024
4023
 
4025
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
4024
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
4026
4025
  *
4027
4026
  * cdef inline tuple PyDataType_SHAPE(dtype d):
4028
4027
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -4032,7 +4031,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4032
4031
  __pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
4033
4032
  if (__pyx_t_1) {
4034
4033
 
4035
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
4034
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
4036
4035
  * cdef inline tuple PyDataType_SHAPE(dtype d):
4037
4036
  * if PyDataType_HASSUBARRAY(d):
4038
4037
  * return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
@@ -4045,7 +4044,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4045
4044
  __pyx_r = ((PyObject*)__pyx_t_2);
4046
4045
  goto __pyx_L0;
4047
4046
 
4048
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
4047
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
4049
4048
  *
4050
4049
  * cdef inline tuple PyDataType_SHAPE(dtype d):
4051
4050
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -4054,7 +4053,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4054
4053
  */
4055
4054
  }
4056
4055
 
4057
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":826
4056
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":826
4058
4057
  * return <tuple>d.subarray.shape
4059
4058
  * else:
4060
4059
  * return () # <<<<<<<<<<<<<<
@@ -4068,7 +4067,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4068
4067
  goto __pyx_L0;
4069
4068
  }
4070
4069
 
4071
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
4070
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
4072
4071
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
4073
4072
  *
4074
4073
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -4083,7 +4082,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4083
4082
  return __pyx_r;
4084
4083
  }
4085
4084
 
4086
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
4085
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
4087
4086
  * int _import_umath() except -1
4088
4087
  *
4089
4088
  * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
@@ -4097,7 +4096,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4097
4096
  const char *__pyx_filename = NULL;
4098
4097
  int __pyx_clineno = 0;
4099
4098
 
4100
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1011
4099
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1011
4101
4100
  *
4102
4101
  * cdef inline void set_array_base(ndarray arr, object base) except *:
4103
4102
  * Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
@@ -4106,7 +4105,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4106
4105
  */
4107
4106
  Py_INCREF(__pyx_v_base);
4108
4107
 
4109
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1012
4108
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1012
4110
4109
  * cdef inline void set_array_base(ndarray arr, object base) except *:
4111
4110
  * Py_INCREF(base) # important to do this before stealing the reference below!
4112
4111
  * PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
@@ -4115,7 +4114,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4115
4114
  */
4116
4115
  __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)
4117
4116
 
4118
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
4117
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
4119
4118
  * int _import_umath() except -1
4120
4119
  *
4121
4120
  * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
@@ -4130,7 +4129,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4130
4129
  __pyx_L0:;
4131
4130
  }
4132
4131
 
4133
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4132
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4134
4133
  * PyArray_SetBaseObject(arr, base)
4135
4134
  *
4136
4135
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -4145,7 +4144,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4145
4144
  int __pyx_t_1;
4146
4145
  __Pyx_RefNannySetupContext("get_array_base", 0);
4147
4146
 
4148
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1015
4147
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1015
4149
4148
  *
4150
4149
  * cdef inline object get_array_base(ndarray arr):
4151
4150
  * base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
@@ -4154,7 +4153,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4154
4153
  */
4155
4154
  __pyx_v_base = PyArray_BASE(__pyx_v_arr);
4156
4155
 
4157
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4156
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4158
4157
  * cdef inline object get_array_base(ndarray arr):
4159
4158
  * base = PyArray_BASE(arr)
4160
4159
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -4164,7 +4163,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4164
4163
  __pyx_t_1 = (__pyx_v_base == NULL);
4165
4164
  if (__pyx_t_1) {
4166
4165
 
4167
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1017
4166
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1017
4168
4167
  * base = PyArray_BASE(arr)
4169
4168
  * if base is NULL:
4170
4169
  * return None # <<<<<<<<<<<<<<
@@ -4175,7 +4174,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4175
4174
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
4176
4175
  goto __pyx_L0;
4177
4176
 
4178
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4177
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4179
4178
  * cdef inline object get_array_base(ndarray arr):
4180
4179
  * base = PyArray_BASE(arr)
4181
4180
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -4184,7 +4183,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4184
4183
  */
4185
4184
  }
4186
4185
 
4187
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1018
4186
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1018
4188
4187
  * if base is NULL:
4189
4188
  * return None
4190
4189
  * return <object>base # <<<<<<<<<<<<<<
@@ -4196,7 +4195,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4196
4195
  __pyx_r = ((PyObject *)__pyx_v_base);
4197
4196
  goto __pyx_L0;
4198
4197
 
4199
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4198
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4200
4199
  * PyArray_SetBaseObject(arr, base)
4201
4200
  *
4202
4201
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -4211,7 +4210,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4211
4210
  return __pyx_r;
4212
4211
  }
4213
4212
 
4214
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4213
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4215
4214
  * # Versions of the import_* functions which are more suitable for
4216
4215
  * # Cython code.
4217
4216
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -4238,7 +4237,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4238
4237
  int __pyx_clineno = 0;
4239
4238
  __Pyx_RefNannySetupContext("import_array", 0);
4240
4239
 
4241
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4240
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4242
4241
  * # Cython code.
4243
4242
  * cdef inline int import_array() except -1:
4244
4243
  * try: # <<<<<<<<<<<<<<
@@ -4254,7 +4253,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4254
4253
  __Pyx_XGOTREF(__pyx_t_3);
4255
4254
  /*try:*/ {
4256
4255
 
4257
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1024
4256
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1024
4258
4257
  * cdef inline int import_array() except -1:
4259
4258
  * try:
4260
4259
  * __pyx_import_array() # <<<<<<<<<<<<<<
@@ -4263,7 +4262,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4263
4262
  */
4264
4263
  __pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1024, __pyx_L3_error)
4265
4264
 
4266
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4265
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4267
4266
  * # Cython code.
4268
4267
  * cdef inline int import_array() except -1:
4269
4268
  * try: # <<<<<<<<<<<<<<
@@ -4277,7 +4276,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4277
4276
  goto __pyx_L8_try_end;
4278
4277
  __pyx_L3_error:;
4279
4278
 
4280
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1025
4279
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1025
4281
4280
  * try:
4282
4281
  * __pyx_import_array()
4283
4282
  * except Exception: # <<<<<<<<<<<<<<
@@ -4292,7 +4291,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4292
4291
  __Pyx_XGOTREF(__pyx_t_6);
4293
4292
  __Pyx_XGOTREF(__pyx_t_7);
4294
4293
 
4295
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1026
4294
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1026
4296
4295
  * __pyx_import_array()
4297
4296
  * except Exception:
4298
4297
  * raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
@@ -4317,7 +4316,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4317
4316
  }
4318
4317
  goto __pyx_L5_except_error;
4319
4318
 
4320
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4319
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4321
4320
  * # Cython code.
4322
4321
  * cdef inline int import_array() except -1:
4323
4322
  * try: # <<<<<<<<<<<<<<
@@ -4333,7 +4332,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4333
4332
  __pyx_L8_try_end:;
4334
4333
  }
4335
4334
 
4336
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4335
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4337
4336
  * # Versions of the import_* functions which are more suitable for
4338
4337
  * # Cython code.
4339
4338
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -4358,7 +4357,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4358
4357
  return __pyx_r;
4359
4358
  }
4360
4359
 
4361
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4360
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4362
4361
  * raise ImportError("numpy._core.multiarray failed to import")
4363
4362
  *
4364
4363
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -4385,7 +4384,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4385
4384
  int __pyx_clineno = 0;
4386
4385
  __Pyx_RefNannySetupContext("import_umath", 0);
4387
4386
 
4388
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4387
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4389
4388
  *
4390
4389
  * cdef inline int import_umath() except -1:
4391
4390
  * try: # <<<<<<<<<<<<<<
@@ -4401,7 +4400,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4401
4400
  __Pyx_XGOTREF(__pyx_t_3);
4402
4401
  /*try:*/ {
4403
4402
 
4404
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1030
4403
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1030
4405
4404
  * cdef inline int import_umath() except -1:
4406
4405
  * try:
4407
4406
  * _import_umath() # <<<<<<<<<<<<<<
@@ -4410,7 +4409,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4410
4409
  */
4411
4410
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1030, __pyx_L3_error)
4412
4411
 
4413
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4412
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4414
4413
  *
4415
4414
  * cdef inline int import_umath() except -1:
4416
4415
  * try: # <<<<<<<<<<<<<<
@@ -4424,7 +4423,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4424
4423
  goto __pyx_L8_try_end;
4425
4424
  __pyx_L3_error:;
4426
4425
 
4427
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1031
4426
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1031
4428
4427
  * try:
4429
4428
  * _import_umath()
4430
4429
  * except Exception: # <<<<<<<<<<<<<<
@@ -4439,7 +4438,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4439
4438
  __Pyx_XGOTREF(__pyx_t_6);
4440
4439
  __Pyx_XGOTREF(__pyx_t_7);
4441
4440
 
4442
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1032
4441
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1032
4443
4442
  * _import_umath()
4444
4443
  * except Exception:
4445
4444
  * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
@@ -4464,7 +4463,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4464
4463
  }
4465
4464
  goto __pyx_L5_except_error;
4466
4465
 
4467
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4466
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4468
4467
  *
4469
4468
  * cdef inline int import_umath() except -1:
4470
4469
  * try: # <<<<<<<<<<<<<<
@@ -4480,7 +4479,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4480
4479
  __pyx_L8_try_end:;
4481
4480
  }
4482
4481
 
4483
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4482
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4484
4483
  * raise ImportError("numpy._core.multiarray failed to import")
4485
4484
  *
4486
4485
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -4505,7 +4504,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4505
4504
  return __pyx_r;
4506
4505
  }
4507
4506
 
4508
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4507
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4509
4508
  * raise ImportError("numpy._core.umath failed to import")
4510
4509
  *
4511
4510
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -4532,7 +4531,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4532
4531
  int __pyx_clineno = 0;
4533
4532
  __Pyx_RefNannySetupContext("import_ufunc", 0);
4534
4533
 
4535
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4534
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4536
4535
  *
4537
4536
  * cdef inline int import_ufunc() except -1:
4538
4537
  * try: # <<<<<<<<<<<<<<
@@ -4548,7 +4547,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4548
4547
  __Pyx_XGOTREF(__pyx_t_3);
4549
4548
  /*try:*/ {
4550
4549
 
4551
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1036
4550
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1036
4552
4551
  * cdef inline int import_ufunc() except -1:
4553
4552
  * try:
4554
4553
  * _import_umath() # <<<<<<<<<<<<<<
@@ -4557,7 +4556,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4557
4556
  */
4558
4557
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1036, __pyx_L3_error)
4559
4558
 
4560
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4559
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4561
4560
  *
4562
4561
  * cdef inline int import_ufunc() except -1:
4563
4562
  * try: # <<<<<<<<<<<<<<
@@ -4571,7 +4570,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4571
4570
  goto __pyx_L8_try_end;
4572
4571
  __pyx_L3_error:;
4573
4572
 
4574
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1037
4573
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1037
4575
4574
  * try:
4576
4575
  * _import_umath()
4577
4576
  * except Exception: # <<<<<<<<<<<<<<
@@ -4586,7 +4585,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4586
4585
  __Pyx_XGOTREF(__pyx_t_6);
4587
4586
  __Pyx_XGOTREF(__pyx_t_7);
4588
4587
 
4589
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1038
4588
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1038
4590
4589
  * _import_umath()
4591
4590
  * except Exception:
4592
4591
  * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
@@ -4611,7 +4610,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4611
4610
  }
4612
4611
  goto __pyx_L5_except_error;
4613
4612
 
4614
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4613
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4615
4614
  *
4616
4615
  * cdef inline int import_ufunc() except -1:
4617
4616
  * try: # <<<<<<<<<<<<<<
@@ -4627,7 +4626,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4627
4626
  __pyx_L8_try_end:;
4628
4627
  }
4629
4628
 
4630
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4629
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4631
4630
  * raise ImportError("numpy._core.umath failed to import")
4632
4631
  *
4633
4632
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -4652,7 +4651,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4652
4651
  return __pyx_r;
4653
4652
  }
4654
4653
 
4655
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4654
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4656
4655
  *
4657
4656
  *
4658
4657
  * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4663,7 +4662,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4663
4662
  static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
4664
4663
  int __pyx_r;
4665
4664
 
4666
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
4665
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
4667
4666
  * bool
4668
4667
  * """
4669
4668
  * return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
@@ -4673,7 +4672,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4673
4672
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
4674
4673
  goto __pyx_L0;
4675
4674
 
4676
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4675
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4677
4676
  *
4678
4677
  *
4679
4678
  * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4686,7 +4685,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4686
4685
  return __pyx_r;
4687
4686
  }
4688
4687
 
4689
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4688
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4690
4689
  *
4691
4690
  *
4692
4691
  * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4697,7 +4696,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4697
4696
  static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
4698
4697
  int __pyx_r;
4699
4698
 
4700
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1068
4699
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1068
4701
4700
  * bool
4702
4701
  * """
4703
4702
  * return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
@@ -4707,7 +4706,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4707
4706
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
4708
4707
  goto __pyx_L0;
4709
4708
 
4710
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4709
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4711
4710
  *
4712
4711
  *
4713
4712
  * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4720,7 +4719,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4720
4719
  return __pyx_r;
4721
4720
  }
4722
4721
 
4723
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4722
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4724
4723
  *
4725
4724
  *
4726
4725
  * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4731,7 +4730,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4731
4730
  static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
4732
4731
  npy_datetime __pyx_r;
4733
4732
 
4734
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1078
4733
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1078
4735
4734
  * also needed. That can be found using `get_datetime64_unit`.
4736
4735
  * """
4737
4736
  * return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -4741,7 +4740,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4741
4740
  __pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
4742
4741
  goto __pyx_L0;
4743
4742
 
4744
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4743
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4745
4744
  *
4746
4745
  *
4747
4746
  * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4754,7 +4753,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4754
4753
  return __pyx_r;
4755
4754
  }
4756
4755
 
4757
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
4756
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
4758
4757
  *
4759
4758
  *
4760
4759
  * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4765,7 +4764,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4765
4764
  static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
4766
4765
  npy_timedelta __pyx_r;
4767
4766
 
4768
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1085
4767
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1085
4769
4768
  * returns the int64 value underlying scalar numpy timedelta64 object
4770
4769
  * """
4771
4770
  * return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -4775,7 +4774,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4775
4774
  __pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
4776
4775
  goto __pyx_L0;
4777
4776
 
4778
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
4777
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
4779
4778
  *
4780
4779
  *
4781
4780
  * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4788,7 +4787,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4788
4787
  return __pyx_r;
4789
4788
  }
4790
4789
 
4791
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
4790
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
4792
4791
  *
4793
4792
  *
4794
4793
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4799,7 +4798,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4799
4798
  static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
4800
4799
  NPY_DATETIMEUNIT __pyx_r;
4801
4800
 
4802
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1092
4801
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1092
4803
4802
  * returns the unit part of the dtype for a numpy datetime64 object.
4804
4803
  * """
4805
4804
  * return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
@@ -4809,7 +4808,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
4809
4808
  __pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
4810
4809
  goto __pyx_L0;
4811
4810
 
4812
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
4811
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
4813
4812
  *
4814
4813
  *
4815
4814
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4822,7 +4821,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
4822
4821
  return __pyx_r;
4823
4822
  }
4824
4823
 
4825
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":6
4824
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":8
4826
4825
  * from libc.string cimport strcmp
4827
4826
  *
4828
4827
  * cdef str sconc_np(cnp.ndarray[int32_t, ndim=1] seqdata, str sep): # <<<<<<<<<<<<<<
@@ -4858,11 +4857,11 @@ static PyObject *__pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_scon
4858
4857
  __pyx_pybuffernd_seqdata.rcbuffer = &__pyx_pybuffer_seqdata;
4859
4858
  {
4860
4859
  __Pyx_BufFmt_StackElem __pyx_stack[1];
4861
- if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_seqdata.rcbuffer->pybuffer, (PyObject*)__pyx_v_seqdata, &__Pyx_TypeInfo_nn_int32_t, PyBUF_FORMAT| PyBUF_STRIDES, 1, 0, __pyx_stack) == -1)) __PYX_ERR(0, 6, __pyx_L1_error)
4860
+ if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_seqdata.rcbuffer->pybuffer, (PyObject*)__pyx_v_seqdata, &__Pyx_TypeInfo_nn_int32_t, PyBUF_FORMAT| PyBUF_STRIDES, 1, 0, __pyx_stack) == -1)) __PYX_ERR(0, 8, __pyx_L1_error)
4862
4861
  }
4863
4862
  __pyx_pybuffernd_seqdata.diminfo[0].strides = __pyx_pybuffernd_seqdata.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_seqdata.diminfo[0].shape = __pyx_pybuffernd_seqdata.rcbuffer->pybuffer.shape[0];
4864
4863
 
4865
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":7
4864
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":9
4866
4865
  *
4867
4866
  * cdef str sconc_np(cnp.ndarray[int32_t, ndim=1] seqdata, str sep):
4868
4867
  * cdef int i, size = seqdata.shape[0] # <<<<<<<<<<<<<<
@@ -4871,19 +4870,19 @@ static PyObject *__pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_scon
4871
4870
  */
4872
4871
  __pyx_v_size = (__pyx_f_5numpy_7ndarray_5shape_shape(((PyArrayObject *)__pyx_v_seqdata))[0]);
4873
4872
 
4874
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":8
4873
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":10
4875
4874
  * cdef str sconc_np(cnp.ndarray[int32_t, ndim=1] seqdata, str sep):
4876
4875
  * cdef int i, size = seqdata.shape[0]
4877
4876
  * cdef list valid_values = [] # <<<<<<<<<<<<<<
4878
4877
  * cdef bytes result = b""
4879
4878
  *
4880
4879
  */
4881
- __pyx_t_1 = PyList_New(0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 8, __pyx_L1_error)
4880
+ __pyx_t_1 = PyList_New(0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 10, __pyx_L1_error)
4882
4881
  __Pyx_GOTREF(__pyx_t_1);
4883
4882
  __pyx_v_valid_values = ((PyObject*)__pyx_t_1);
4884
4883
  __pyx_t_1 = 0;
4885
4884
 
4886
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":9
4885
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":11
4887
4886
  * cdef int i, size = seqdata.shape[0]
4888
4887
  * cdef list valid_values = []
4889
4888
  * cdef bytes result = b"" # <<<<<<<<<<<<<<
@@ -4893,7 +4892,7 @@ static PyObject *__pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_scon
4893
4892
  __Pyx_INCREF(__pyx_mstate_global->__pyx_kp_b_);
4894
4893
  __pyx_v_result = __pyx_mstate_global->__pyx_kp_b_;
4895
4894
 
4896
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":11
4895
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":13
4897
4896
  * cdef bytes result = b""
4898
4897
  *
4899
4898
  * for i in range(size): # <<<<<<<<<<<<<<
@@ -4905,7 +4904,7 @@ static PyObject *__pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_scon
4905
4904
  for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {
4906
4905
  __pyx_v_i = __pyx_t_4;
4907
4906
 
4908
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":12
4907
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":14
4909
4908
  *
4910
4909
  * for i in range(size):
4911
4910
  * if seqdata[i] >= 0: # <<<<<<<<<<<<<<
@@ -4920,12 +4919,12 @@ static PyObject *__pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_scon
4920
4919
  } else if (unlikely(__pyx_t_5 >= __pyx_pybuffernd_seqdata.diminfo[0].shape)) __pyx_t_6 = 0;
4921
4920
  if (unlikely(__pyx_t_6 != -1)) {
4922
4921
  __Pyx_RaiseBufferIndexError(__pyx_t_6);
4923
- __PYX_ERR(0, 12, __pyx_L1_error)
4922
+ __PYX_ERR(0, 14, __pyx_L1_error)
4924
4923
  }
4925
4924
  __pyx_t_7 = ((*__Pyx_BufPtrStrided1d(int32_t *, __pyx_pybuffernd_seqdata.rcbuffer->pybuffer.buf, __pyx_t_5, __pyx_pybuffernd_seqdata.diminfo[0].strides)) >= 0);
4926
4925
  if (__pyx_t_7) {
4927
4926
 
4928
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":13
4927
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":15
4929
4928
  * for i in range(size):
4930
4929
  * if seqdata[i] >= 0:
4931
4930
  * valid_values.append(str(seqdata[i])) # <<<<<<<<<<<<<<
@@ -4940,17 +4939,17 @@ static PyObject *__pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_scon
4940
4939
  } else if (unlikely(__pyx_t_5 >= __pyx_pybuffernd_seqdata.diminfo[0].shape)) __pyx_t_6 = 0;
4941
4940
  if (unlikely(__pyx_t_6 != -1)) {
4942
4941
  __Pyx_RaiseBufferIndexError(__pyx_t_6);
4943
- __PYX_ERR(0, 13, __pyx_L1_error)
4942
+ __PYX_ERR(0, 15, __pyx_L1_error)
4944
4943
  }
4945
- __pyx_t_1 = __Pyx_PyLong_From_int32_t((*__Pyx_BufPtrStrided1d(int32_t *, __pyx_pybuffernd_seqdata.rcbuffer->pybuffer.buf, __pyx_t_5, __pyx_pybuffernd_seqdata.diminfo[0].strides))); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 13, __pyx_L1_error)
4944
+ __pyx_t_1 = __Pyx_PyLong_From_int32_t((*__Pyx_BufPtrStrided1d(int32_t *, __pyx_pybuffernd_seqdata.rcbuffer->pybuffer.buf, __pyx_t_5, __pyx_pybuffernd_seqdata.diminfo[0].strides))); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 15, __pyx_L1_error)
4946
4945
  __Pyx_GOTREF(__pyx_t_1);
4947
- __pyx_t_8 = __Pyx_PyObject_Unicode(__pyx_t_1); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 13, __pyx_L1_error)
4946
+ __pyx_t_8 = __Pyx_PyObject_Unicode(__pyx_t_1); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 15, __pyx_L1_error)
4948
4947
  __Pyx_GOTREF(__pyx_t_8);
4949
4948
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
4950
- __pyx_t_9 = __Pyx_PyList_Append(__pyx_v_valid_values, __pyx_t_8); if (unlikely(__pyx_t_9 == ((int)-1))) __PYX_ERR(0, 13, __pyx_L1_error)
4949
+ __pyx_t_9 = __Pyx_PyList_Append(__pyx_v_valid_values, __pyx_t_8); if (unlikely(__pyx_t_9 == ((int)-1))) __PYX_ERR(0, 15, __pyx_L1_error)
4951
4950
  __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
4952
4951
 
4953
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":12
4952
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":14
4954
4953
  *
4955
4954
  * for i in range(size):
4956
4955
  * if seqdata[i] >= 0: # <<<<<<<<<<<<<<
@@ -4960,7 +4959,7 @@ static PyObject *__pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_scon
4960
4959
  }
4961
4960
  }
4962
4961
 
4963
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":15
4962
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":17
4964
4963
  * valid_values.append(str(seqdata[i]))
4965
4964
  *
4966
4965
  * if valid_values: # <<<<<<<<<<<<<<
@@ -4969,13 +4968,13 @@ static PyObject *__pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_scon
4969
4968
  */
4970
4969
  {
4971
4970
  Py_ssize_t __pyx_temp = __Pyx_PyList_GET_SIZE(__pyx_v_valid_values);
4972
- if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 15, __pyx_L1_error)
4971
+ if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 17, __pyx_L1_error)
4973
4972
  __pyx_t_7 = (__pyx_temp != 0);
4974
4973
  }
4975
4974
 
4976
4975
  if (__pyx_t_7) {
4977
4976
 
4978
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":16
4977
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":18
4979
4978
  *
4980
4979
  * if valid_values:
4981
4980
  * result = sep.join(valid_values).encode('utf-8') # <<<<<<<<<<<<<<
@@ -4984,17 +4983,17 @@ static PyObject *__pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_scon
4984
4983
  */
4985
4984
  if (unlikely(__pyx_v_sep == Py_None)) {
4986
4985
  PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%.30s'", "join");
4987
- __PYX_ERR(0, 16, __pyx_L1_error)
4986
+ __PYX_ERR(0, 18, __pyx_L1_error)
4988
4987
  }
4989
- __pyx_t_8 = PyUnicode_Join(__pyx_v_sep, __pyx_v_valid_values); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 16, __pyx_L1_error)
4988
+ __pyx_t_8 = PyUnicode_Join(__pyx_v_sep, __pyx_v_valid_values); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 18, __pyx_L1_error)
4990
4989
  __Pyx_GOTREF(__pyx_t_8);
4991
- __pyx_t_1 = PyUnicode_AsUTF8String(((PyObject*)__pyx_t_8)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 16, __pyx_L1_error)
4990
+ __pyx_t_1 = PyUnicode_AsUTF8String(((PyObject*)__pyx_t_8)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 18, __pyx_L1_error)
4992
4991
  __Pyx_GOTREF(__pyx_t_1);
4993
4992
  __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
4994
4993
  __Pyx_DECREF_SET(__pyx_v_result, ((PyObject*)__pyx_t_1));
4995
4994
  __pyx_t_1 = 0;
4996
4995
 
4997
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":15
4996
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":17
4998
4997
  * valid_values.append(str(seqdata[i]))
4999
4998
  *
5000
4999
  * if valid_values: # <<<<<<<<<<<<<<
@@ -5003,7 +5002,7 @@ static PyObject *__pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_scon
5003
5002
  */
5004
5003
  }
5005
5004
 
5006
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":18
5005
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":20
5007
5006
  * result = sep.join(valid_values).encode('utf-8')
5008
5007
  *
5009
5008
  * return result.decode('utf-8') # <<<<<<<<<<<<<<
@@ -5011,13 +5010,13 @@ static PyObject *__pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_scon
5011
5010
  * def seqconc(cnp.ndarray[int32_t, ndim=2] data, str sep="-"):
5012
5011
  */
5013
5012
  __Pyx_XDECREF(__pyx_r);
5014
- __pyx_t_1 = __Pyx_decode_bytes(__pyx_v_result, 0, PY_SSIZE_T_MAX, NULL, NULL, PyUnicode_DecodeUTF8); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 18, __pyx_L1_error)
5013
+ __pyx_t_1 = __Pyx_decode_bytes(__pyx_v_result, 0, PY_SSIZE_T_MAX, NULL, NULL, PyUnicode_DecodeUTF8); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 20, __pyx_L1_error)
5015
5014
  __Pyx_GOTREF(__pyx_t_1);
5016
5015
  __pyx_r = ((PyObject*)__pyx_t_1);
5017
5016
  __pyx_t_1 = 0;
5018
5017
  goto __pyx_L0;
5019
5018
 
5020
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":6
5019
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":8
5021
5020
  * from libc.string cimport strcmp
5022
5021
  *
5023
5022
  * cdef str sconc_np(cnp.ndarray[int32_t, ndim=1] seqdata, str sep): # <<<<<<<<<<<<<<
@@ -5048,7 +5047,7 @@ static PyObject *__pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_scon
5048
5047
  return __pyx_r;
5049
5048
  }
5050
5049
 
5051
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":20
5050
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":22
5052
5051
  * return result.decode('utf-8')
5053
5052
  *
5054
5053
  * def seqconc(cnp.ndarray[int32_t, ndim=2] data, str sep="-"): # <<<<<<<<<<<<<<
@@ -5096,35 +5095,35 @@ PyObject *__pyx_args, PyObject *__pyx_kwds
5096
5095
  {
5097
5096
  PyObject ** const __pyx_pyargnames[] = {&__pyx_mstate_global->__pyx_n_u_data,&__pyx_mstate_global->__pyx_n_u_sep,0};
5098
5097
  const Py_ssize_t __pyx_kwds_len = (__pyx_kwds) ? __Pyx_NumKwargs_FASTCALL(__pyx_kwds) : 0;
5099
- if (unlikely(__pyx_kwds_len) < 0) __PYX_ERR(0, 20, __pyx_L3_error)
5098
+ if (unlikely(__pyx_kwds_len) < 0) __PYX_ERR(0, 22, __pyx_L3_error)
5100
5099
  if (__pyx_kwds_len > 0) {
5101
5100
  switch (__pyx_nargs) {
5102
5101
  case 2:
5103
5102
  values[1] = __Pyx_ArgRef_FASTCALL(__pyx_args, 1);
5104
- if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[1])) __PYX_ERR(0, 20, __pyx_L3_error)
5103
+ if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[1])) __PYX_ERR(0, 22, __pyx_L3_error)
5105
5104
  CYTHON_FALLTHROUGH;
5106
5105
  case 1:
5107
5106
  values[0] = __Pyx_ArgRef_FASTCALL(__pyx_args, 0);
5108
- if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0, 20, __pyx_L3_error)
5107
+ if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0, 22, __pyx_L3_error)
5109
5108
  CYTHON_FALLTHROUGH;
5110
5109
  case 0: break;
5111
5110
  default: goto __pyx_L5_argtuple_error;
5112
5111
  }
5113
5112
  const Py_ssize_t kwd_pos_args = __pyx_nargs;
5114
- if (__Pyx_ParseKeywords(__pyx_kwds, __pyx_kwvalues, __pyx_pyargnames, 0, values, kwd_pos_args, __pyx_kwds_len, "seqconc", 0) < 0) __PYX_ERR(0, 20, __pyx_L3_error)
5113
+ if (__Pyx_ParseKeywords(__pyx_kwds, __pyx_kwvalues, __pyx_pyargnames, 0, values, kwd_pos_args, __pyx_kwds_len, "seqconc", 0) < 0) __PYX_ERR(0, 22, __pyx_L3_error)
5115
5114
  if (!values[1]) values[1] = __Pyx_NewRef(((PyObject*)((PyObject*)__pyx_mstate_global->__pyx_kp_u__2)));
5116
5115
  for (Py_ssize_t i = __pyx_nargs; i < 1; i++) {
5117
- if (unlikely(!values[i])) { __Pyx_RaiseArgtupleInvalid("seqconc", 0, 1, 2, i); __PYX_ERR(0, 20, __pyx_L3_error) }
5116
+ if (unlikely(!values[i])) { __Pyx_RaiseArgtupleInvalid("seqconc", 0, 1, 2, i); __PYX_ERR(0, 22, __pyx_L3_error) }
5118
5117
  }
5119
5118
  } else {
5120
5119
  switch (__pyx_nargs) {
5121
5120
  case 2:
5122
5121
  values[1] = __Pyx_ArgRef_FASTCALL(__pyx_args, 1);
5123
- if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[1])) __PYX_ERR(0, 20, __pyx_L3_error)
5122
+ if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[1])) __PYX_ERR(0, 22, __pyx_L3_error)
5124
5123
  CYTHON_FALLTHROUGH;
5125
5124
  case 1:
5126
5125
  values[0] = __Pyx_ArgRef_FASTCALL(__pyx_args, 0);
5127
- if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0, 20, __pyx_L3_error)
5126
+ if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0, 22, __pyx_L3_error)
5128
5127
  break;
5129
5128
  default: goto __pyx_L5_argtuple_error;
5130
5129
  }
@@ -5135,7 +5134,7 @@ PyObject *__pyx_args, PyObject *__pyx_kwds
5135
5134
  }
5136
5135
  goto __pyx_L6_skip;
5137
5136
  __pyx_L5_argtuple_error:;
5138
- __Pyx_RaiseArgtupleInvalid("seqconc", 0, 1, 2, __pyx_nargs); __PYX_ERR(0, 20, __pyx_L3_error)
5137
+ __Pyx_RaiseArgtupleInvalid("seqconc", 0, 1, 2, __pyx_nargs); __PYX_ERR(0, 22, __pyx_L3_error)
5139
5138
  __pyx_L6_skip:;
5140
5139
  goto __pyx_L4_argument_unpacking_done;
5141
5140
  __pyx_L3_error:;
@@ -5146,8 +5145,8 @@ PyObject *__pyx_args, PyObject *__pyx_kwds
5146
5145
  __Pyx_RefNannyFinishContext();
5147
5146
  return NULL;
5148
5147
  __pyx_L4_argument_unpacking_done:;
5149
- if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_data), __pyx_mstate_global->__pyx_ptype_5numpy_ndarray, 1, "data", 0))) __PYX_ERR(0, 20, __pyx_L1_error)
5150
- if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_sep), (&PyUnicode_Type), 1, "sep", 1))) __PYX_ERR(0, 20, __pyx_L1_error)
5148
+ if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_data), __pyx_mstate_global->__pyx_ptype_5numpy_ndarray, 1, "data", 0))) __PYX_ERR(0, 22, __pyx_L1_error)
5149
+ if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_sep), (&PyUnicode_Type), 1, "sep", 1))) __PYX_ERR(0, 22, __pyx_L1_error)
5151
5150
  __pyx_r = __pyx_pf_8sequenzo_22dissimilarity_measures_5utils_7seqconc_seqconc(__pyx_self, __pyx_v_data, __pyx_v_sep);
5152
5151
 
5153
5152
  /* function exit code */
@@ -5193,11 +5192,11 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_7seqconc_seq
5193
5192
  __pyx_pybuffernd_data.rcbuffer = &__pyx_pybuffer_data;
5194
5193
  {
5195
5194
  __Pyx_BufFmt_StackElem __pyx_stack[1];
5196
- if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_data.rcbuffer->pybuffer, (PyObject*)__pyx_v_data, &__Pyx_TypeInfo_nn_int32_t, PyBUF_FORMAT| PyBUF_STRIDES, 2, 0, __pyx_stack) == -1)) __PYX_ERR(0, 20, __pyx_L1_error)
5195
+ if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_data.rcbuffer->pybuffer, (PyObject*)__pyx_v_data, &__Pyx_TypeInfo_nn_int32_t, PyBUF_FORMAT| PyBUF_STRIDES, 2, 0, __pyx_stack) == -1)) __PYX_ERR(0, 22, __pyx_L1_error)
5197
5196
  }
5198
5197
  __pyx_pybuffernd_data.diminfo[0].strides = __pyx_pybuffernd_data.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_data.diminfo[0].shape = __pyx_pybuffernd_data.rcbuffer->pybuffer.shape[0]; __pyx_pybuffernd_data.diminfo[1].strides = __pyx_pybuffernd_data.rcbuffer->pybuffer.strides[1]; __pyx_pybuffernd_data.diminfo[1].shape = __pyx_pybuffernd_data.rcbuffer->pybuffer.shape[1];
5199
5198
 
5200
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":21
5199
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":23
5201
5200
  *
5202
5201
  * def seqconc(cnp.ndarray[int32_t, ndim=2] data, str sep="-"):
5203
5202
  * if data.ndim == 1: # <<<<<<<<<<<<<<
@@ -5207,7 +5206,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_7seqconc_seq
5207
5206
  __pyx_t_1 = (__pyx_f_5numpy_7ndarray_4ndim_ndim(((PyArrayObject *)__pyx_v_data)) == 1);
5208
5207
  if (__pyx_t_1) {
5209
5208
 
5210
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":22
5209
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":24
5211
5210
  * def seqconc(cnp.ndarray[int32_t, ndim=2] data, str sep="-"):
5212
5211
  * if data.ndim == 1:
5213
5212
  * return sconc_np(data, sep) # <<<<<<<<<<<<<<
@@ -5215,13 +5214,13 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_7seqconc_seq
5215
5214
  * return np.array([sconc_np(row, sep) for row in data])
5216
5215
  */
5217
5216
  __Pyx_XDECREF(__pyx_r);
5218
- __pyx_t_2 = __pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_sconc_np(((PyArrayObject *)__pyx_v_data), __pyx_v_sep); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 22, __pyx_L1_error)
5217
+ __pyx_t_2 = __pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_sconc_np(((PyArrayObject *)__pyx_v_data), __pyx_v_sep); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 24, __pyx_L1_error)
5219
5218
  __Pyx_GOTREF(__pyx_t_2);
5220
5219
  __pyx_r = __pyx_t_2;
5221
5220
  __pyx_t_2 = 0;
5222
5221
  goto __pyx_L0;
5223
5222
 
5224
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":21
5223
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":23
5225
5224
  *
5226
5225
  * def seqconc(cnp.ndarray[int32_t, ndim=2] data, str sep="-"):
5227
5226
  * if data.ndim == 1: # <<<<<<<<<<<<<<
@@ -5230,7 +5229,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_7seqconc_seq
5230
5229
  */
5231
5230
  }
5232
5231
 
5233
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":23
5232
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":25
5234
5233
  * if data.ndim == 1:
5235
5234
  * return sconc_np(data, sep)
5236
5235
  * elif data.ndim == 2: # <<<<<<<<<<<<<<
@@ -5240,7 +5239,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_7seqconc_seq
5240
5239
  __pyx_t_1 = (__pyx_f_5numpy_7ndarray_4ndim_ndim(((PyArrayObject *)__pyx_v_data)) == 2);
5241
5240
  if (likely(__pyx_t_1)) {
5242
5241
 
5243
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":24
5242
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":26
5244
5243
  * return sconc_np(data, sep)
5245
5244
  * elif data.ndim == 2:
5246
5245
  * return np.array([sconc_np(row, sep) for row in data]) # <<<<<<<<<<<<<<
@@ -5249,22 +5248,22 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_7seqconc_seq
5249
5248
  */
5250
5249
  __Pyx_XDECREF(__pyx_r);
5251
5250
  __pyx_t_3 = NULL;
5252
- __Pyx_GetModuleGlobalName(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 24, __pyx_L1_error)
5251
+ __Pyx_GetModuleGlobalName(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 26, __pyx_L1_error)
5253
5252
  __Pyx_GOTREF(__pyx_t_4);
5254
- __pyx_t_5 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_array); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 24, __pyx_L1_error)
5253
+ __pyx_t_5 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_mstate_global->__pyx_n_u_array); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 26, __pyx_L1_error)
5255
5254
  __Pyx_GOTREF(__pyx_t_5);
5256
5255
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
5257
5256
  { /* enter inner scope */
5258
- __pyx_t_4 = PyList_New(0); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 24, __pyx_L6_error)
5257
+ __pyx_t_4 = PyList_New(0); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 26, __pyx_L6_error)
5259
5258
  __Pyx_GOTREF(__pyx_t_4);
5260
5259
  if (likely(PyList_CheckExact(((PyObject *)__pyx_v_data))) || PyTuple_CheckExact(((PyObject *)__pyx_v_data))) {
5261
5260
  __pyx_t_6 = ((PyObject *)__pyx_v_data); __Pyx_INCREF(__pyx_t_6);
5262
5261
  __pyx_t_7 = 0;
5263
5262
  __pyx_t_8 = NULL;
5264
5263
  } else {
5265
- __pyx_t_7 = -1; __pyx_t_6 = PyObject_GetIter(((PyObject *)__pyx_v_data)); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 24, __pyx_L6_error)
5264
+ __pyx_t_7 = -1; __pyx_t_6 = PyObject_GetIter(((PyObject *)__pyx_v_data)); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 26, __pyx_L6_error)
5266
5265
  __Pyx_GOTREF(__pyx_t_6);
5267
- __pyx_t_8 = (CYTHON_COMPILING_IN_LIMITED_API) ? PyIter_Next : __Pyx_PyObject_GetIterNextFunc(__pyx_t_6); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 24, __pyx_L6_error)
5266
+ __pyx_t_8 = (CYTHON_COMPILING_IN_LIMITED_API) ? PyIter_Next : __Pyx_PyObject_GetIterNextFunc(__pyx_t_6); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 26, __pyx_L6_error)
5268
5267
  }
5269
5268
  for (;;) {
5270
5269
  if (likely(!__pyx_t_8)) {
@@ -5272,7 +5271,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_7seqconc_seq
5272
5271
  {
5273
5272
  Py_ssize_t __pyx_temp = __Pyx_PyList_GET_SIZE(__pyx_t_6);
5274
5273
  #if !CYTHON_ASSUME_SAFE_SIZE
5275
- if (unlikely((__pyx_temp < 0))) __PYX_ERR(0, 24, __pyx_L6_error)
5274
+ if (unlikely((__pyx_temp < 0))) __PYX_ERR(0, 26, __pyx_L6_error)
5276
5275
  #endif
5277
5276
  if (__pyx_t_7 >= __pyx_temp) break;
5278
5277
  }
@@ -5282,7 +5281,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_7seqconc_seq
5282
5281
  {
5283
5282
  Py_ssize_t __pyx_temp = __Pyx_PyTuple_GET_SIZE(__pyx_t_6);
5284
5283
  #if !CYTHON_ASSUME_SAFE_SIZE
5285
- if (unlikely((__pyx_temp < 0))) __PYX_ERR(0, 24, __pyx_L6_error)
5284
+ if (unlikely((__pyx_temp < 0))) __PYX_ERR(0, 26, __pyx_L6_error)
5286
5285
  #endif
5287
5286
  if (__pyx_t_7 >= __pyx_temp) break;
5288
5287
  }
@@ -5293,13 +5292,13 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_7seqconc_seq
5293
5292
  #endif
5294
5293
  ++__pyx_t_7;
5295
5294
  }
5296
- if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 24, __pyx_L6_error)
5295
+ if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 26, __pyx_L6_error)
5297
5296
  } else {
5298
5297
  __pyx_t_9 = __pyx_t_8(__pyx_t_6);
5299
5298
  if (unlikely(!__pyx_t_9)) {
5300
5299
  PyObject* exc_type = PyErr_Occurred();
5301
5300
  if (exc_type) {
5302
- if (unlikely(!__Pyx_PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) __PYX_ERR(0, 24, __pyx_L6_error)
5301
+ if (unlikely(!__Pyx_PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) __PYX_ERR(0, 26, __pyx_L6_error)
5303
5302
  PyErr_Clear();
5304
5303
  }
5305
5304
  break;
@@ -5308,10 +5307,10 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_7seqconc_seq
5308
5307
  __Pyx_GOTREF(__pyx_t_9);
5309
5308
  __Pyx_XDECREF_SET(__pyx_7genexpr__pyx_v_row, __pyx_t_9);
5310
5309
  __pyx_t_9 = 0;
5311
- if (!(likely(((__pyx_7genexpr__pyx_v_row) == Py_None) || likely(__Pyx_TypeTest(__pyx_7genexpr__pyx_v_row, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 24, __pyx_L6_error)
5312
- __pyx_t_9 = __pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_sconc_np(((PyArrayObject *)__pyx_7genexpr__pyx_v_row), __pyx_v_sep); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 24, __pyx_L6_error)
5310
+ if (!(likely(((__pyx_7genexpr__pyx_v_row) == Py_None) || likely(__Pyx_TypeTest(__pyx_7genexpr__pyx_v_row, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 26, __pyx_L6_error)
5311
+ __pyx_t_9 = __pyx_f_8sequenzo_22dissimilarity_measures_5utils_7seqconc_sconc_np(((PyArrayObject *)__pyx_7genexpr__pyx_v_row), __pyx_v_sep); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 26, __pyx_L6_error)
5313
5312
  __Pyx_GOTREF(__pyx_t_9);
5314
- if (unlikely(__Pyx_ListComp_Append(__pyx_t_4, (PyObject*)__pyx_t_9))) __PYX_ERR(0, 24, __pyx_L6_error)
5313
+ if (unlikely(__Pyx_ListComp_Append(__pyx_t_4, (PyObject*)__pyx_t_9))) __PYX_ERR(0, 26, __pyx_L6_error)
5315
5314
  __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;
5316
5315
  }
5317
5316
  __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
@@ -5340,14 +5339,14 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_7seqconc_seq
5340
5339
  __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
5341
5340
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
5342
5341
  __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
5343
- if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 24, __pyx_L1_error)
5342
+ if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 26, __pyx_L1_error)
5344
5343
  __Pyx_GOTREF(__pyx_t_2);
5345
5344
  }
5346
5345
  __pyx_r = __pyx_t_2;
5347
5346
  __pyx_t_2 = 0;
5348
5347
  goto __pyx_L0;
5349
5348
 
5350
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":23
5349
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":25
5351
5350
  * if data.ndim == 1:
5352
5351
  * return sconc_np(data, sep)
5353
5352
  * elif data.ndim == 2: # <<<<<<<<<<<<<<
@@ -5356,7 +5355,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_7seqconc_seq
5356
5355
  */
5357
5356
  }
5358
5357
 
5359
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":26
5358
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":28
5360
5359
  * return np.array([sconc_np(row, sep) for row in data])
5361
5360
  * else:
5362
5361
  * raise ValueError("Only 1D and 2D arrays are supported.") # <<<<<<<<<<<<<<
@@ -5371,15 +5370,15 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_7seqconc_seq
5371
5370
  __pyx_t_2 = __Pyx_PyObject_FastCall(__pyx_t_4, __pyx_callargs+__pyx_t_10, (2-__pyx_t_10) | (__pyx_t_10*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET));
5372
5371
  __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;
5373
5372
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
5374
- if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 26, __pyx_L1_error)
5373
+ if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 28, __pyx_L1_error)
5375
5374
  __Pyx_GOTREF(__pyx_t_2);
5376
5375
  }
5377
5376
  __Pyx_Raise(__pyx_t_2, 0, 0, 0);
5378
5377
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
5379
- __PYX_ERR(0, 26, __pyx_L1_error)
5378
+ __PYX_ERR(0, 28, __pyx_L1_error)
5380
5379
  }
5381
5380
 
5382
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":20
5381
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":22
5383
5382
  * return result.decode('utf-8')
5384
5383
  *
5385
5384
  * def seqconc(cnp.ndarray[int32_t, ndim=2] data, str sep="-"): # <<<<<<<<<<<<<<
@@ -5935,33 +5934,34 @@ __Pyx_RefNannySetupContext("PyInit_seqconc", 0);
5935
5934
  (void)__Pyx_modinit_function_import_code(__pyx_mstate);
5936
5935
  /*--- Execution code ---*/
5937
5936
 
5938
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":1
5937
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":2
5938
+ * # cython: np_import_array=True
5939
5939
  * import numpy as np # <<<<<<<<<<<<<<
5940
5940
  * cimport numpy as cnp
5941
- * from libc.stdint cimport int32_t
5941
+ *
5942
5942
  */
5943
- __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)
5943
+ __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)
5944
5944
  __Pyx_GOTREF(__pyx_t_2);
5945
- 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)
5945
+ 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)
5946
5946
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
5947
5947
 
5948
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":20
5948
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":22
5949
5949
  * return result.decode('utf-8')
5950
5950
  *
5951
5951
  * def seqconc(cnp.ndarray[int32_t, ndim=2] data, str sep="-"): # <<<<<<<<<<<<<<
5952
5952
  * if data.ndim == 1:
5953
5953
  * return sconc_np(data, sep)
5954
5954
  */
5955
- __pyx_t_2 = __Pyx_CyFunction_New(&__pyx_mdef_8sequenzo_22dissimilarity_measures_5utils_7seqconc_1seqconc, 0, __pyx_mstate_global->__pyx_n_u_seqconc, NULL, __pyx_mstate_global->__pyx_n_u_sequenzo_dissimilarity_measures, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[0])); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 20, __pyx_L1_error)
5955
+ __pyx_t_2 = __Pyx_CyFunction_New(&__pyx_mdef_8sequenzo_22dissimilarity_measures_5utils_7seqconc_1seqconc, 0, __pyx_mstate_global->__pyx_n_u_seqconc, NULL, __pyx_mstate_global->__pyx_n_u_sequenzo_dissimilarity_measures, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[0])); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 22, __pyx_L1_error)
5956
5956
  __Pyx_GOTREF(__pyx_t_2);
5957
5957
  __Pyx_CyFunction_SetDefaultsTuple(__pyx_t_2, __pyx_mstate_global->__pyx_tuple[0]);
5958
- if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_seqconc, __pyx_t_2) < 0) __PYX_ERR(0, 20, __pyx_L1_error)
5958
+ if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_seqconc, __pyx_t_2) < 0) __PYX_ERR(0, 22, __pyx_L1_error)
5959
5959
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
5960
5960
 
5961
5961
  /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":1
5962
- * import numpy as np # <<<<<<<<<<<<<<
5962
+ * # cython: np_import_array=True # <<<<<<<<<<<<<<
5963
+ * import numpy as np
5963
5964
  * cimport numpy as cnp
5964
- * from libc.stdint cimport int32_t
5965
5965
  */
5966
5966
  __pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error)
5967
5967
  __Pyx_GOTREF(__pyx_t_2);
@@ -6068,8 +6068,8 @@ static int __Pyx_InitStrings(__Pyx_StringTabEntry const *t, PyObject **target, c
6068
6068
 
6069
6069
  static int __Pyx_InitCachedBuiltins(__pyx_mstatetype *__pyx_mstate) {
6070
6070
  CYTHON_UNUSED_VAR(__pyx_mstate);
6071
- __pyx_builtin_range = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_range); if (!__pyx_builtin_range) __PYX_ERR(0, 11, __pyx_L1_error)
6072
- __pyx_builtin_ValueError = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_ValueError); if (!__pyx_builtin_ValueError) __PYX_ERR(0, 26, __pyx_L1_error)
6071
+ __pyx_builtin_range = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_range); if (!__pyx_builtin_range) __PYX_ERR(0, 13, __pyx_L1_error)
6072
+ __pyx_builtin_ValueError = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_ValueError); if (!__pyx_builtin_ValueError) __PYX_ERR(0, 28, __pyx_L1_error)
6073
6073
  __pyx_builtin_ImportError = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_ImportError); if (!__pyx_builtin_ImportError) __PYX_ERR(1, 1026, __pyx_L1_error)
6074
6074
  return 0;
6075
6075
  __pyx_L1_error:;
@@ -6082,14 +6082,14 @@ static int __Pyx_InitCachedConstants(__pyx_mstatetype *__pyx_mstate) {
6082
6082
  CYTHON_UNUSED_VAR(__pyx_mstate);
6083
6083
  __Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0);
6084
6084
 
6085
- /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":20
6085
+ /* "sequenzo/dissimilarity_measures/utils/seqconc.pyx":22
6086
6086
  * return result.decode('utf-8')
6087
6087
  *
6088
6088
  * def seqconc(cnp.ndarray[int32_t, ndim=2] data, str sep="-"): # <<<<<<<<<<<<<<
6089
6089
  * if data.ndim == 1:
6090
6090
  * return sconc_np(data, sep)
6091
6091
  */
6092
- __pyx_mstate_global->__pyx_tuple[0] = PyTuple_Pack(1, ((PyObject*)__pyx_mstate_global->__pyx_kp_u__2)); if (unlikely(!__pyx_mstate_global->__pyx_tuple[0])) __PYX_ERR(0, 20, __pyx_L1_error)
6092
+ __pyx_mstate_global->__pyx_tuple[0] = PyTuple_Pack(1, ((PyObject*)__pyx_mstate_global->__pyx_kp_u__2)); if (unlikely(!__pyx_mstate_global->__pyx_tuple[0])) __PYX_ERR(0, 22, __pyx_L1_error)
6093
6093
  __Pyx_GOTREF(__pyx_mstate_global->__pyx_tuple[0]);
6094
6094
  __Pyx_GIVEREF(__pyx_mstate_global->__pyx_tuple[0]);
6095
6095
  __Pyx_RefNannyFinishContext();
@@ -6135,7 +6135,7 @@ static int __Pyx_CreateCodeObjects(__pyx_mstatetype *__pyx_mstate) {
6135
6135
  PyObject* tuple_dedup_map = PyDict_New();
6136
6136
  if (unlikely(!tuple_dedup_map)) return -1;
6137
6137
  {
6138
- const __Pyx_PyCode_New_function_description descr = {2, 0, 0, 3, (unsigned int)(CO_OPTIMIZED|CO_NEWLOCALS), 20, 70};
6138
+ const __Pyx_PyCode_New_function_description descr = {2, 0, 0, 3, (unsigned int)(CO_OPTIMIZED|CO_NEWLOCALS), 22, 70};
6139
6139
  PyObject* const varnames[] = {__pyx_mstate->__pyx_n_u_data, __pyx_mstate->__pyx_n_u_sep, __pyx_mstate->__pyx_n_u_row};
6140
6140
  __pyx_mstate_global->__pyx_codeobj_tab[0] = __Pyx_PyCode_New(descr, varnames, __pyx_mstate->__pyx_kp_u_sequenzo_dissimilarity_measures_2, __pyx_mstate->__pyx_n_u_seqconc, __pyx_k_q_t6_A_xq_a_V3a_r_q_uD_q_j, tuple_dedup_map); if (unlikely(!__pyx_mstate_global->__pyx_codeobj_tab[0])) goto bad;
6141
6141
  }