sequenzo 0.1.20__cp312-cp312-win_amd64.whl → 0.1.22__cp312-cp312-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 +193 -193
  2. sequenzo/big_data/clara/utils/get_weighted_diss.cp312-win_amd64.pyd +0 -0
  3. sequenzo/clustering/clustering_c_code.cp312-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.cp312-win_amd64.pyd +0 -0
  7. sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.c +170 -171
  8. sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.cp312-win_amd64.pyd +0 -0
  9. sequenzo/dissimilarity_measures/utils/seqconc.c +232 -232
  10. sequenzo/dissimilarity_measures/utils/seqconc.cp312-win_amd64.pyd +0 -0
  11. sequenzo/dissimilarity_measures/utils/seqdss.c +325 -325
  12. sequenzo/dissimilarity_measures/utils/seqdss.cp312-win_amd64.pyd +0 -0
  13. sequenzo/dissimilarity_measures/utils/seqdur.c +325 -325
  14. sequenzo/dissimilarity_measures/utils/seqdur.cp312-win_amd64.pyd +0 -0
  15. sequenzo/dissimilarity_measures/utils/seqlength.c +225 -224
  16. sequenzo/dissimilarity_measures/utils/seqlength.cp312-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-abt1xj3a\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayobject.h",
14
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-abt1xj3a\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayscalars.h",
15
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-abt1xj3a\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarrayobject.h",
16
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-abt1xj3a\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarraytypes.h",
17
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-abt1xj3a\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ufuncobject.h"
13
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-_m0bcxx9\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayobject.h",
14
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-_m0bcxx9\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayscalars.h",
15
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-_m0bcxx9\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarrayobject.h",
16
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-_m0bcxx9\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarraytypes.h",
17
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-_m0bcxx9\\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-abt1xj3a\\overlay\\Lib\\site-packages\\pybind11\\include",
27
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-abt1xj3a\\overlay\\Lib\\site-packages\\pybind11\\include",
28
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-abt1xj3a\\overlay\\Lib\\site-packages\\numpy\\_core\\include",
26
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-_m0bcxx9\\overlay\\Lib\\site-packages\\pybind11\\include",
27
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-_m0bcxx9\\overlay\\Lib\\site-packages\\pybind11\\include",
28
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-_m0bcxx9\\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.get_sm_trate_substitution_cost_matrix",
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/get_sm_trate_substitution_cost_matrix.pyx",
1401
- "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd",
1400
+ "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":743
1600
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":743
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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":744
1609
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":744
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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":745
1618
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":745
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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":746
1627
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":746
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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":748
1636
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":748
1638
1637
  * ctypedef npy_int64 int64_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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":749
1645
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":749
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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":750
1654
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":750
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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":751
1663
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":751
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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":753
1672
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":753
1674
1673
  * ctypedef npy_uint64 uint64_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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":754
1681
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":754
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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":761
1690
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":761
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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":762
1699
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":762
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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":764
1708
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":764
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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":765
1717
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":765
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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":767
1726
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":767
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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":768
1735
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":768
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-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":769
1744
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":769
1746
1745
  * ctypedef npy_double float_t
1747
1746
  * ctypedef npy_double double_t
1748
1747
  * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
@@ -2883,7 +2882,7 @@ static const char __pyx_k_num_transition[] = "num_transition";
2883
2882
  static const char __pyx_k_asyncio_coroutines[] = "asyncio.coroutines";
2884
2883
  static const char __pyx_k_cline_in_traceback[] = "cline_in_traceback";
2885
2884
  static const char __pyx_k_sequenzo_define_sequence_data[] = "sequenzo.define_sequence_data";
2886
- static const char __pyx_k_a_t_Qiq_j_q_HAWJfBa_E_q_F_A_WG5[] = "\200\001\340\004\005\330\004\005\330\004\005\330\004\005\360\014\000\005\n\320\t.\250a\330\004\007\200t\210:\220Q\220i\230q\330\010\016\210j\230\001\230\021\360\006\000\005\010\200q\330\010\022\220\"\220H\230A\230W\240J\250f\260B\260a\340\010\022\220\"\220E\230\021\230'\240\030\250\026\250q\260\004\260F\270\"\270A\340\004\r\210W\220G\2305\240\001\330\004\024\220G\230>\250\025\250a\340\004\025\220S\230\001\230\030\240\022\2401\330\004\t\210\027\220\001\330\004\026\220b\230\006\230a\230q\330\004\024\220B\220f\230A\230Q\360\010\000\005\010\200t\2102\210Q\330\010\031\230\024\230Q\230e\2401\240C\240q\250\006\250a\340\010\031\230\024\230Q\230e\2401\240E\250\022\2501\340\004\036\230c\240\021\240!\360\006\000\005\017\210b\220\t\230\021\230&\240\002\240!\330\0047\260q\340\004\007\200q\330\010\017\210r\220\026\220r\320\031)\250\027\260\010\270\006\270b\300\001\340\010\014\210E\220\026\220y\240\001\240\021\330\014\020\220\013\230=\250\007\250q\330\020\025\220Q\330\020\024\220E\230\025\230a\230q\330\024\027\220z\240\021\240#\240T\250\023\250H\260D\270\004\270E\300\021\300*\310A\310S\320PS\320SU\320UV\330\030\036\230g\240Q\240a\340\020\023\2203\220c\230\021\330\024\030\230\001\230\025\230n\250A\340\024\030\230\013\240=\260\007\260q\330\030\036\230a\330\030\034\230E\240\025\240a\240q\330\034 \240\n\250!\2503\250d\260#\260X\270Q\330 $\240E\250\021\250*\260A\260S\270\003\2702\270V\3001\330 *\250!\2503\250c\260\022\2605\270\003\2701\330 '\240w\250a\250q\340\030\034\230A\230U\240)\250;\260g\270[\310\004\310B\310a\360\006\000\t\020\210r\220\026\220r\230\027\240\010\250\006\250b\260\001\340\010\014\210K\220}\240G\2501\330\014\021\220\021\330\014\020\220\005\220U\230!\2301\330\020\024\220E\230\021\330\024\030\230\n\240!\2403\240c\250\023\250H\260D\270\004\270E\300\021\300*\310A\310S\320PR\320RT\320TU\330\030\036\230g\240Q\240a\340\014\017\210s\220#\220Q\330\020\024\220A\220^\2401\340\020\024\220K\230}\250G\2601\330\024\032\230!\330\024\030\230\005\230U\240!\2401\330\030\034\230E\240""\021\330\034 \240\n\250!\2503\250c\260\023\260H\270D\300\n\310!\3103\310b\320PR\320RW\320WZ\320Z[\330 '\240w\250a\250q\340\024\030\230\001\230\031\240+\250W\260K\270t\3002\300Q\340\004\013\2101";
2885
+ static const char __pyx_k_a_t_Qiq_j_q_HAWJfBa_E_q_F_A_WG5[] = "\200\001\340\004\005\330\004\005\330\004\005\330\004\005\360\014\000\005\n\320\t.\250a\330\004\007\200t\210:\220Q\220i\230q\330\010\016\210j\230\001\230\021\360\006\000\005\010\200q\330\010\022\220\"\220H\230A\230W\240J\250f\260B\260a\340\010\022\220\"\220E\230\021\230'\240\030\250\026\250q\260\004\260F\270\"\270A\340\004\r\210W\220G\2305\240\001\330\004\024\220G\230>\250\025\250a\340\004\025\220S\230\001\230\030\240\022\2401\330\004\t\210\027\220\001\330\004\026\220b\230\006\230a\230q\330\004\024\220B\220f\230A\230Q\360\010\000\005\010\200t\2102\210Q\330\010\031\230\024\230Q\230e\2401\240C\240q\250\006\250a\340\010\031\230\024\230Q\230e\2401\240E\250\022\2501\340\004\036\230c\240\021\240!\360\006\000\005\017\210b\220\t\230\021\230&\240\002\240!\330\0049\270\021\340\004\007\200q\330\010\017\210r\220\026\220r\320\031)\250\027\260\010\270\006\270b\300\001\340\010\014\210E\220\026\220y\240\001\240\021\330\014\020\220\013\230=\250\007\250q\330\020\025\220Q\330\020\024\220E\230\025\230a\230q\330\024\027\220z\240\021\240#\240T\250\023\250H\260D\270\004\270E\300\021\300*\310A\310S\320PS\320SU\320UV\330\030\036\230g\240Q\240a\340\020\023\2203\220c\230\021\330\024\030\230\001\230\025\230n\250A\340\024\030\230\013\240=\260\007\260q\330\030\036\230a\330\030\034\230E\240\025\240a\240q\330\034 \240\n\250!\2503\250d\260#\260X\270Q\330 $\240E\250\021\250*\260A\260S\270\003\2702\270V\3001\330 *\250!\2503\250c\260\022\2605\270\003\2701\330 '\240w\250a\250q\340\030\034\230A\230U\240)\250;\260g\270[\310\004\310B\310a\360\006\000\t\020\210r\220\026\220r\230\027\240\010\250\006\250b\260\001\340\010\014\210K\220}\240G\2501\330\014\021\220\021\330\014\020\220\005\220U\230!\2301\330\020\024\220E\230\021\330\024\030\230\n\240!\2403\240c\250\023\250H\260D\270\004\270E\300\021\300*\310A\310S\320PR\320RT\320TU\330\030\036\230g\240Q\240a\340\014\017\210s\220#\220Q\330\020\024\220A\220^\2401\340\020\024\220K\230}\250G\2601\330\024\032\230!\330\024\030\230\005\230U\240!\2401\330\030\034\230E\240""\021\330\034 \240\n\250!\2503\250c\260\023\260H\270D\300\n\310!\3103\310b\320PR\320RW\320WZ\320Z[\330 '\240w\250a\250q\340\024\030\230\001\230\031\240+\250W\260K\270t\3002\300Q\340\004\013\2101";
2887
2886
  static const char __pyx_k_sequenzo_dissimilarity_measures[] = "sequenzo.dissimilarity_measures.utils.get_sm_trate_substitution_cost_matrix";
2888
2887
  static const char __pyx_k_x_Seqdata_must_be_a_pandas_Data[] = "[x] Seqdata must be a pandas DataFrame wrapped in a SequenceData object.";
2889
2888
  static const char __pyx_k_get_sm_trate_substitution_cost_m[] = "get_sm_trate_substitution_cost_matrix";
@@ -3143,7 +3142,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
3143
3142
  #endif
3144
3143
  /* #### Code section: module_code ### */
3145
3144
 
3146
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":242
3145
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":242
3147
3146
  * cdef int type_num
3148
3147
  *
3149
3148
  * @property # <<<<<<<<<<<<<<
@@ -3154,7 +3153,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
3154
3153
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
3155
3154
  npy_intp __pyx_r;
3156
3155
 
3157
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":244
3156
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":244
3158
3157
  * @property
3159
3158
  * cdef inline npy_intp itemsize(self) noexcept nogil:
3160
3159
  * return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
@@ -3164,7 +3163,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
3164
3163
  __pyx_r = PyDataType_ELSIZE(__pyx_v_self);
3165
3164
  goto __pyx_L0;
3166
3165
 
3167
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":242
3166
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":242
3168
3167
  * cdef int type_num
3169
3168
  *
3170
3169
  * @property # <<<<<<<<<<<<<<
@@ -3177,7 +3176,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
3177
3176
  return __pyx_r;
3178
3177
  }
3179
3178
 
3180
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":246
3179
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":246
3181
3180
  * return PyDataType_ELSIZE(self)
3182
3181
  *
3183
3182
  * @property # <<<<<<<<<<<<<<
@@ -3188,7 +3187,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
3188
3187
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
3189
3188
  npy_intp __pyx_r;
3190
3189
 
3191
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":248
3190
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":248
3192
3191
  * @property
3193
3192
  * cdef inline npy_intp alignment(self) noexcept nogil:
3194
3193
  * return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
@@ -3198,7 +3197,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
3198
3197
  __pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
3199
3198
  goto __pyx_L0;
3200
3199
 
3201
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":246
3200
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":246
3202
3201
  * return PyDataType_ELSIZE(self)
3203
3202
  *
3204
3203
  * @property # <<<<<<<<<<<<<<
@@ -3211,7 +3210,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
3211
3210
  return __pyx_r;
3212
3211
  }
3213
3212
 
3214
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":252
3213
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":252
3215
3214
  * # Use fields/names with care as they may be NULL. You must check
3216
3215
  * # for this using PyDataType_HASFIELDS.
3217
3216
  * @property # <<<<<<<<<<<<<<
@@ -3225,7 +3224,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3225
3224
  PyObject *__pyx_t_1;
3226
3225
  __Pyx_RefNannySetupContext("fields", 0);
3227
3226
 
3228
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":254
3227
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":254
3229
3228
  * @property
3230
3229
  * cdef inline object fields(self):
3231
3230
  * return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
@@ -3238,7 +3237,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3238
3237
  __pyx_r = ((PyObject *)__pyx_t_1);
3239
3238
  goto __pyx_L0;
3240
3239
 
3241
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":252
3240
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":252
3242
3241
  * # Use fields/names with care as they may be NULL. You must check
3243
3242
  * # for this using PyDataType_HASFIELDS.
3244
3243
  * @property # <<<<<<<<<<<<<<
@@ -3253,7 +3252,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3253
3252
  return __pyx_r;
3254
3253
  }
3255
3254
 
3256
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":256
3255
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":256
3257
3256
  * return <object>PyDataType_FIELDS(self)
3258
3257
  *
3259
3258
  * @property # <<<<<<<<<<<<<<
@@ -3267,7 +3266,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3267
3266
  PyObject *__pyx_t_1;
3268
3267
  __Pyx_RefNannySetupContext("names", 0);
3269
3268
 
3270
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":258
3269
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":258
3271
3270
  * @property
3272
3271
  * cdef inline tuple names(self):
3273
3272
  * return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
@@ -3280,7 +3279,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3280
3279
  __pyx_r = ((PyObject*)__pyx_t_1);
3281
3280
  goto __pyx_L0;
3282
3281
 
3283
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":256
3282
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":256
3284
3283
  * return <object>PyDataType_FIELDS(self)
3285
3284
  *
3286
3285
  * @property # <<<<<<<<<<<<<<
@@ -3295,7 +3294,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3295
3294
  return __pyx_r;
3296
3295
  }
3297
3296
 
3298
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":263
3297
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":263
3299
3298
  * # valid (the pointer can be NULL). Most users should access
3300
3299
  * # this field via the inline helper method PyDataType_SHAPE.
3301
3300
  * @property # <<<<<<<<<<<<<<
@@ -3306,7 +3305,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3306
3305
  static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
3307
3306
  PyArray_ArrayDescr *__pyx_r;
3308
3307
 
3309
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":265
3308
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":265
3310
3309
  * @property
3311
3310
  * cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
3312
3311
  * return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
@@ -3316,7 +3315,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3316
3315
  __pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
3317
3316
  goto __pyx_L0;
3318
3317
 
3319
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":263
3318
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":263
3320
3319
  * # valid (the pointer can be NULL). Most users should access
3321
3320
  * # this field via the inline helper method PyDataType_SHAPE.
3322
3321
  * @property # <<<<<<<<<<<<<<
@@ -3329,7 +3328,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3329
3328
  return __pyx_r;
3330
3329
  }
3331
3330
 
3332
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":267
3331
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":267
3333
3332
  * return PyDataType_SUBARRAY(self)
3334
3333
  *
3335
3334
  * @property # <<<<<<<<<<<<<<
@@ -3340,7 +3339,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3340
3339
  static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
3341
3340
  npy_uint64 __pyx_r;
3342
3341
 
3343
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":270
3342
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":270
3344
3343
  * cdef inline npy_uint64 flags(self) noexcept nogil:
3345
3344
  * """The data types flags."""
3346
3345
  * return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
@@ -3350,7 +3349,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3350
3349
  __pyx_r = PyDataType_FLAGS(__pyx_v_self);
3351
3350
  goto __pyx_L0;
3352
3351
 
3353
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":267
3352
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":267
3354
3353
  * return PyDataType_SUBARRAY(self)
3355
3354
  *
3356
3355
  * @property # <<<<<<<<<<<<<<
@@ -3363,7 +3362,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3363
3362
  return __pyx_r;
3364
3363
  }
3365
3364
 
3366
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":279
3365
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":279
3367
3366
  * ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
3368
3367
  *
3369
3368
  * @property # <<<<<<<<<<<<<<
@@ -3374,7 +3373,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3374
3373
  static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
3375
3374
  int __pyx_r;
3376
3375
 
3377
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":282
3376
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":282
3378
3377
  * cdef inline int numiter(self) noexcept nogil:
3379
3378
  * """The number of arrays that need to be broadcast to the same shape."""
3380
3379
  * return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
@@ -3384,7 +3383,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3384
3383
  __pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
3385
3384
  goto __pyx_L0;
3386
3385
 
3387
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":279
3386
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":279
3388
3387
  * ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
3389
3388
  *
3390
3389
  * @property # <<<<<<<<<<<<<<
@@ -3397,7 +3396,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3397
3396
  return __pyx_r;
3398
3397
  }
3399
3398
 
3400
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":284
3399
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":284
3401
3400
  * return PyArray_MultiIter_NUMITER(self)
3402
3401
  *
3403
3402
  * @property # <<<<<<<<<<<<<<
@@ -3408,7 +3407,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3408
3407
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
3409
3408
  npy_intp __pyx_r;
3410
3409
 
3411
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
3410
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
3412
3411
  * cdef inline npy_intp size(self) noexcept nogil:
3413
3412
  * """The total broadcasted size."""
3414
3413
  * return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
@@ -3418,7 +3417,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3418
3417
  __pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
3419
3418
  goto __pyx_L0;
3420
3419
 
3421
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":284
3420
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":284
3422
3421
  * return PyArray_MultiIter_NUMITER(self)
3423
3422
  *
3424
3423
  * @property # <<<<<<<<<<<<<<
@@ -3431,7 +3430,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3431
3430
  return __pyx_r;
3432
3431
  }
3433
3432
 
3434
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3433
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3435
3434
  * return PyArray_MultiIter_SIZE(self)
3436
3435
  *
3437
3436
  * @property # <<<<<<<<<<<<<<
@@ -3442,7 +3441,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3442
3441
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
3443
3442
  npy_intp __pyx_r;
3444
3443
 
3445
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":292
3444
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":292
3446
3445
  * cdef inline npy_intp index(self) noexcept nogil:
3447
3446
  * """The current (1-d) index into the broadcasted result."""
3448
3447
  * return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
@@ -3452,7 +3451,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3452
3451
  __pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
3453
3452
  goto __pyx_L0;
3454
3453
 
3455
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3454
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3456
3455
  * return PyArray_MultiIter_SIZE(self)
3457
3456
  *
3458
3457
  * @property # <<<<<<<<<<<<<<
@@ -3465,7 +3464,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3465
3464
  return __pyx_r;
3466
3465
  }
3467
3466
 
3468
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":294
3467
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":294
3469
3468
  * return PyArray_MultiIter_INDEX(self)
3470
3469
  *
3471
3470
  * @property # <<<<<<<<<<<<<<
@@ -3476,7 +3475,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3476
3475
  static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
3477
3476
  int __pyx_r;
3478
3477
 
3479
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
3478
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
3480
3479
  * cdef inline int nd(self) noexcept nogil:
3481
3480
  * """The number of dimensions in the broadcasted result."""
3482
3481
  * return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
@@ -3486,7 +3485,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3486
3485
  __pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
3487
3486
  goto __pyx_L0;
3488
3487
 
3489
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":294
3488
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":294
3490
3489
  * return PyArray_MultiIter_INDEX(self)
3491
3490
  *
3492
3491
  * @property # <<<<<<<<<<<<<<
@@ -3499,7 +3498,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3499
3498
  return __pyx_r;
3500
3499
  }
3501
3500
 
3502
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3501
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3503
3502
  * return PyArray_MultiIter_NDIM(self)
3504
3503
  *
3505
3504
  * @property # <<<<<<<<<<<<<<
@@ -3510,7 +3509,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3510
3509
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
3511
3510
  npy_intp *__pyx_r;
3512
3511
 
3513
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":302
3512
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":302
3514
3513
  * cdef inline npy_intp* dimensions(self) noexcept nogil:
3515
3514
  * """The shape of the broadcasted result."""
3516
3515
  * return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
@@ -3520,7 +3519,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3520
3519
  __pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
3521
3520
  goto __pyx_L0;
3522
3521
 
3523
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3522
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3524
3523
  * return PyArray_MultiIter_NDIM(self)
3525
3524
  *
3526
3525
  * @property # <<<<<<<<<<<<<<
@@ -3533,7 +3532,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3533
3532
  return __pyx_r;
3534
3533
  }
3535
3534
 
3536
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":304
3535
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":304
3537
3536
  * return PyArray_MultiIter_DIMS(self)
3538
3537
  *
3539
3538
  * @property # <<<<<<<<<<<<<<
@@ -3544,7 +3543,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3544
3543
  static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
3545
3544
  void **__pyx_r;
3546
3545
 
3547
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
3546
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
3548
3547
  * """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
3549
3548
  * On return, the iterators are adjusted for broadcasting."""
3550
3549
  * return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
@@ -3554,7 +3553,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3554
3553
  __pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
3555
3554
  goto __pyx_L0;
3556
3555
 
3557
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":304
3556
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":304
3558
3557
  * return PyArray_MultiIter_DIMS(self)
3559
3558
  *
3560
3559
  * @property # <<<<<<<<<<<<<<
@@ -3567,7 +3566,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3567
3566
  return __pyx_r;
3568
3567
  }
3569
3568
 
3570
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3569
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3571
3570
  * # Instead, we use properties that map to the corresponding C-API functions.
3572
3571
  *
3573
3572
  * @property # <<<<<<<<<<<<<<
@@ -3578,7 +3577,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3578
3577
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
3579
3578
  PyObject *__pyx_r;
3580
3579
 
3581
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":326
3580
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":326
3582
3581
  * """Returns a borrowed reference to the object owning the data/memory.
3583
3582
  * """
3584
3583
  * return PyArray_BASE(self) # <<<<<<<<<<<<<<
@@ -3588,7 +3587,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
3588
3587
  __pyx_r = PyArray_BASE(__pyx_v_self);
3589
3588
  goto __pyx_L0;
3590
3589
 
3591
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3590
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3592
3591
  * # Instead, we use properties that map to the corresponding C-API functions.
3593
3592
  *
3594
3593
  * @property # <<<<<<<<<<<<<<
@@ -3601,7 +3600,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
3601
3600
  return __pyx_r;
3602
3601
  }
3603
3602
 
3604
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":328
3603
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":328
3605
3604
  * return PyArray_BASE(self)
3606
3605
  *
3607
3606
  * @property # <<<<<<<<<<<<<<
@@ -3615,7 +3614,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3615
3614
  PyArray_Descr *__pyx_t_1;
3616
3615
  __Pyx_RefNannySetupContext("descr", 0);
3617
3616
 
3618
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3617
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3619
3618
  * """Returns an owned reference to the dtype of the array.
3620
3619
  * """
3621
3620
  * return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
@@ -3628,7 +3627,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3628
3627
  __pyx_r = ((PyArray_Descr *)__pyx_t_1);
3629
3628
  goto __pyx_L0;
3630
3629
 
3631
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":328
3630
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":328
3632
3631
  * return PyArray_BASE(self)
3633
3632
  *
3634
3633
  * @property # <<<<<<<<<<<<<<
@@ -3643,7 +3642,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3643
3642
  return __pyx_r;
3644
3643
  }
3645
3644
 
3646
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":334
3645
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":334
3647
3646
  * return <dtype>PyArray_DESCR(self)
3648
3647
  *
3649
3648
  * @property # <<<<<<<<<<<<<<
@@ -3654,7 +3653,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3654
3653
  static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
3655
3654
  int __pyx_r;
3656
3655
 
3657
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":338
3656
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":338
3658
3657
  * """Returns the number of dimensions in the array.
3659
3658
  * """
3660
3659
  * return PyArray_NDIM(self) # <<<<<<<<<<<<<<
@@ -3664,7 +3663,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3664
3663
  __pyx_r = PyArray_NDIM(__pyx_v_self);
3665
3664
  goto __pyx_L0;
3666
3665
 
3667
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":334
3666
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":334
3668
3667
  * return <dtype>PyArray_DESCR(self)
3669
3668
  *
3670
3669
  * @property # <<<<<<<<<<<<<<
@@ -3677,7 +3676,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3677
3676
  return __pyx_r;
3678
3677
  }
3679
3678
 
3680
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":340
3679
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":340
3681
3680
  * return PyArray_NDIM(self)
3682
3681
  *
3683
3682
  * @property # <<<<<<<<<<<<<<
@@ -3688,7 +3687,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3688
3687
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
3689
3688
  npy_intp *__pyx_r;
3690
3689
 
3691
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":346
3690
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":346
3692
3691
  * Can return NULL for 0-dimensional arrays.
3693
3692
  * """
3694
3693
  * return PyArray_DIMS(self) # <<<<<<<<<<<<<<
@@ -3698,7 +3697,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3698
3697
  __pyx_r = PyArray_DIMS(__pyx_v_self);
3699
3698
  goto __pyx_L0;
3700
3699
 
3701
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":340
3700
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":340
3702
3701
  * return PyArray_NDIM(self)
3703
3702
  *
3704
3703
  * @property # <<<<<<<<<<<<<<
@@ -3711,7 +3710,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3711
3710
  return __pyx_r;
3712
3711
  }
3713
3712
 
3714
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":348
3713
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":348
3715
3714
  * return PyArray_DIMS(self)
3716
3715
  *
3717
3716
  * @property # <<<<<<<<<<<<<<
@@ -3722,7 +3721,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3722
3721
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
3723
3722
  npy_intp *__pyx_r;
3724
3723
 
3725
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":353
3724
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":353
3726
3725
  * The number of elements matches the number of dimensions of the array (ndim).
3727
3726
  * """
3728
3727
  * return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
@@ -3732,7 +3731,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3732
3731
  __pyx_r = PyArray_STRIDES(__pyx_v_self);
3733
3732
  goto __pyx_L0;
3734
3733
 
3735
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":348
3734
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":348
3736
3735
  * return PyArray_DIMS(self)
3737
3736
  *
3738
3737
  * @property # <<<<<<<<<<<<<<
@@ -3745,7 +3744,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3745
3744
  return __pyx_r;
3746
3745
  }
3747
3746
 
3748
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":355
3747
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":355
3749
3748
  * return PyArray_STRIDES(self)
3750
3749
  *
3751
3750
  * @property # <<<<<<<<<<<<<<
@@ -3756,7 +3755,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3756
3755
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
3757
3756
  npy_intp __pyx_r;
3758
3757
 
3759
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":359
3758
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":359
3760
3759
  * """Returns the total size (in number of elements) of the array.
3761
3760
  * """
3762
3761
  * return PyArray_SIZE(self) # <<<<<<<<<<<<<<
@@ -3766,7 +3765,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3766
3765
  __pyx_r = PyArray_SIZE(__pyx_v_self);
3767
3766
  goto __pyx_L0;
3768
3767
 
3769
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":355
3768
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":355
3770
3769
  * return PyArray_STRIDES(self)
3771
3770
  *
3772
3771
  * @property # <<<<<<<<<<<<<<
@@ -3779,7 +3778,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3779
3778
  return __pyx_r;
3780
3779
  }
3781
3780
 
3782
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":361
3781
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":361
3783
3782
  * return PyArray_SIZE(self)
3784
3783
  *
3785
3784
  * @property # <<<<<<<<<<<<<<
@@ -3790,7 +3789,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3790
3789
  static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
3791
3790
  char *__pyx_r;
3792
3791
 
3793
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":368
3792
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":368
3794
3793
  * of `PyArray_DATA()` instead, which returns a 'void*'.
3795
3794
  * """
3796
3795
  * return PyArray_BYTES(self) # <<<<<<<<<<<<<<
@@ -3800,7 +3799,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
3800
3799
  __pyx_r = PyArray_BYTES(__pyx_v_self);
3801
3800
  goto __pyx_L0;
3802
3801
 
3803
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":361
3802
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":361
3804
3803
  * return PyArray_SIZE(self)
3805
3804
  *
3806
3805
  * @property # <<<<<<<<<<<<<<
@@ -3813,7 +3812,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
3813
3812
  return __pyx_r;
3814
3813
  }
3815
3814
 
3816
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":776
3815
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":776
3817
3816
  * ctypedef long double complex clongdouble_t
3818
3817
  *
3819
3818
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -3830,7 +3829,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3830
3829
  int __pyx_clineno = 0;
3831
3830
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
3832
3831
 
3833
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
3832
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
3834
3833
  *
3835
3834
  * cdef inline object PyArray_MultiIterNew1(a):
3836
3835
  * return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
@@ -3844,7 +3843,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3844
3843
  __pyx_t_1 = 0;
3845
3844
  goto __pyx_L0;
3846
3845
 
3847
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":776
3846
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":776
3848
3847
  * ctypedef long double complex clongdouble_t
3849
3848
  *
3850
3849
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -3863,7 +3862,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3863
3862
  return __pyx_r;
3864
3863
  }
3865
3864
 
3866
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":779
3865
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":779
3867
3866
  * return PyArray_MultiIterNew(1, <void*>a)
3868
3867
  *
3869
3868
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -3880,7 +3879,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3880
3879
  int __pyx_clineno = 0;
3881
3880
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
3882
3881
 
3883
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
3882
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
3884
3883
  *
3885
3884
  * cdef inline object PyArray_MultiIterNew2(a, b):
3886
3885
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
@@ -3894,7 +3893,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3894
3893
  __pyx_t_1 = 0;
3895
3894
  goto __pyx_L0;
3896
3895
 
3897
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":779
3896
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":779
3898
3897
  * return PyArray_MultiIterNew(1, <void*>a)
3899
3898
  *
3900
3899
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -3913,7 +3912,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3913
3912
  return __pyx_r;
3914
3913
  }
3915
3914
 
3916
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":782
3915
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":782
3917
3916
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
3918
3917
  *
3919
3918
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -3930,7 +3929,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3930
3929
  int __pyx_clineno = 0;
3931
3930
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
3932
3931
 
3933
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":783
3932
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":783
3934
3933
  *
3935
3934
  * cdef inline object PyArray_MultiIterNew3(a, b, c):
3936
3935
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
@@ -3944,7 +3943,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3944
3943
  __pyx_t_1 = 0;
3945
3944
  goto __pyx_L0;
3946
3945
 
3947
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":782
3946
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":782
3948
3947
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
3949
3948
  *
3950
3949
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -3963,7 +3962,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3963
3962
  return __pyx_r;
3964
3963
  }
3965
3964
 
3966
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":785
3965
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":785
3967
3966
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
3968
3967
  *
3969
3968
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -3980,7 +3979,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3980
3979
  int __pyx_clineno = 0;
3981
3980
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
3982
3981
 
3983
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":786
3982
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":786
3984
3983
  *
3985
3984
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d):
3986
3985
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
@@ -3994,7 +3993,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3994
3993
  __pyx_t_1 = 0;
3995
3994
  goto __pyx_L0;
3996
3995
 
3997
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":785
3996
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":785
3998
3997
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
3999
3998
  *
4000
3999
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -4013,7 +4012,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
4013
4012
  return __pyx_r;
4014
4013
  }
4015
4014
 
4016
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":788
4015
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":788
4017
4016
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
4018
4017
  *
4019
4018
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -4030,7 +4029,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
4030
4029
  int __pyx_clineno = 0;
4031
4030
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
4032
4031
 
4033
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":789
4032
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":789
4034
4033
  *
4035
4034
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
4036
4035
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
@@ -4044,7 +4043,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
4044
4043
  __pyx_t_1 = 0;
4045
4044
  goto __pyx_L0;
4046
4045
 
4047
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":788
4046
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":788
4048
4047
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
4049
4048
  *
4050
4049
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -4063,7 +4062,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
4063
4062
  return __pyx_r;
4064
4063
  }
4065
4064
 
4066
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":791
4065
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":791
4067
4066
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
4068
4067
  *
4069
4068
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -4078,7 +4077,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4078
4077
  PyObject *__pyx_t_2;
4079
4078
  __Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
4080
4079
 
4081
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
4080
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
4082
4081
  *
4083
4082
  * cdef inline tuple PyDataType_SHAPE(dtype d):
4084
4083
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -4088,7 +4087,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4088
4087
  __pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
4089
4088
  if (__pyx_t_1) {
4090
4089
 
4091
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
4090
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
4092
4091
  * cdef inline tuple PyDataType_SHAPE(dtype d):
4093
4092
  * if PyDataType_HASSUBARRAY(d):
4094
4093
  * return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
@@ -4101,7 +4100,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4101
4100
  __pyx_r = ((PyObject*)__pyx_t_2);
4102
4101
  goto __pyx_L0;
4103
4102
 
4104
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
4103
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
4105
4104
  *
4106
4105
  * cdef inline tuple PyDataType_SHAPE(dtype d):
4107
4106
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -4110,7 +4109,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4110
4109
  */
4111
4110
  }
4112
4111
 
4113
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
4112
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
4114
4113
  * return <tuple>d.subarray.shape
4115
4114
  * else:
4116
4115
  * return () # <<<<<<<<<<<<<<
@@ -4124,7 +4123,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4124
4123
  goto __pyx_L0;
4125
4124
  }
4126
4125
 
4127
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":791
4126
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":791
4128
4127
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
4129
4128
  *
4130
4129
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -4139,7 +4138,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4139
4138
  return __pyx_r;
4140
4139
  }
4141
4140
 
4142
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":994
4141
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":994
4143
4142
  * int _import_umath() except -1
4144
4143
  *
4145
4144
  * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
@@ -4153,7 +4152,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4153
4152
  const char *__pyx_filename = NULL;
4154
4153
  int __pyx_clineno = 0;
4155
4154
 
4156
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":995
4155
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":995
4157
4156
  *
4158
4157
  * cdef inline void set_array_base(ndarray arr, object base) except *:
4159
4158
  * Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
@@ -4162,7 +4161,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4162
4161
  */
4163
4162
  Py_INCREF(__pyx_v_base);
4164
4163
 
4165
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":996
4164
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":996
4166
4165
  * cdef inline void set_array_base(ndarray arr, object base) except *:
4167
4166
  * Py_INCREF(base) # important to do this before stealing the reference below!
4168
4167
  * PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
@@ -4171,7 +4170,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4171
4170
  */
4172
4171
  __pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 996, __pyx_L1_error)
4173
4172
 
4174
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":994
4173
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":994
4175
4174
  * int _import_umath() except -1
4176
4175
  *
4177
4176
  * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
@@ -4186,7 +4185,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4186
4185
  __pyx_L0:;
4187
4186
  }
4188
4187
 
4189
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":998
4188
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":998
4190
4189
  * PyArray_SetBaseObject(arr, base)
4191
4190
  *
4192
4191
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -4201,7 +4200,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4201
4200
  int __pyx_t_1;
4202
4201
  __Pyx_RefNannySetupContext("get_array_base", 0);
4203
4202
 
4204
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":999
4203
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":999
4205
4204
  *
4206
4205
  * cdef inline object get_array_base(ndarray arr):
4207
4206
  * base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
@@ -4210,7 +4209,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4210
4209
  */
4211
4210
  __pyx_v_base = PyArray_BASE(__pyx_v_arr);
4212
4211
 
4213
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1000
4212
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1000
4214
4213
  * cdef inline object get_array_base(ndarray arr):
4215
4214
  * base = PyArray_BASE(arr)
4216
4215
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -4220,7 +4219,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4220
4219
  __pyx_t_1 = (__pyx_v_base == NULL);
4221
4220
  if (__pyx_t_1) {
4222
4221
 
4223
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1001
4222
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1001
4224
4223
  * base = PyArray_BASE(arr)
4225
4224
  * if base is NULL:
4226
4225
  * return None # <<<<<<<<<<<<<<
@@ -4231,7 +4230,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4231
4230
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
4232
4231
  goto __pyx_L0;
4233
4232
 
4234
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1000
4233
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1000
4235
4234
  * cdef inline object get_array_base(ndarray arr):
4236
4235
  * base = PyArray_BASE(arr)
4237
4236
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -4240,7 +4239,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4240
4239
  */
4241
4240
  }
4242
4241
 
4243
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1002
4242
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1002
4244
4243
  * if base is NULL:
4245
4244
  * return None
4246
4245
  * return <object>base # <<<<<<<<<<<<<<
@@ -4252,7 +4251,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4252
4251
  __pyx_r = ((PyObject *)__pyx_v_base);
4253
4252
  goto __pyx_L0;
4254
4253
 
4255
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":998
4254
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":998
4256
4255
  * PyArray_SetBaseObject(arr, base)
4257
4256
  *
4258
4257
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -4267,7 +4266,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4267
4266
  return __pyx_r;
4268
4267
  }
4269
4268
 
4270
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1006
4269
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1006
4271
4270
  * # Versions of the import_* functions which are more suitable for
4272
4271
  * # Cython code.
4273
4272
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -4294,7 +4293,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4294
4293
  int __pyx_clineno = 0;
4295
4294
  __Pyx_RefNannySetupContext("import_array", 0);
4296
4295
 
4297
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1007
4296
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1007
4298
4297
  * # Cython code.
4299
4298
  * cdef inline int import_array() except -1:
4300
4299
  * try: # <<<<<<<<<<<<<<
@@ -4310,7 +4309,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4310
4309
  __Pyx_XGOTREF(__pyx_t_3);
4311
4310
  /*try:*/ {
4312
4311
 
4313
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1008
4312
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1008
4314
4313
  * cdef inline int import_array() except -1:
4315
4314
  * try:
4316
4315
  * __pyx_import_array() # <<<<<<<<<<<<<<
@@ -4319,7 +4318,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4319
4318
  */
4320
4319
  __pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1008, __pyx_L3_error)
4321
4320
 
4322
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1007
4321
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1007
4323
4322
  * # Cython code.
4324
4323
  * cdef inline int import_array() except -1:
4325
4324
  * try: # <<<<<<<<<<<<<<
@@ -4333,7 +4332,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4333
4332
  goto __pyx_L8_try_end;
4334
4333
  __pyx_L3_error:;
4335
4334
 
4336
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1009
4335
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1009
4337
4336
  * try:
4338
4337
  * __pyx_import_array()
4339
4338
  * except Exception: # <<<<<<<<<<<<<<
@@ -4348,7 +4347,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4348
4347
  __Pyx_XGOTREF(__pyx_t_6);
4349
4348
  __Pyx_XGOTREF(__pyx_t_7);
4350
4349
 
4351
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
4350
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
4352
4351
  * __pyx_import_array()
4353
4352
  * except Exception:
4354
4353
  * raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
@@ -4373,7 +4372,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4373
4372
  }
4374
4373
  goto __pyx_L5_except_error;
4375
4374
 
4376
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1007
4375
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1007
4377
4376
  * # Cython code.
4378
4377
  * cdef inline int import_array() except -1:
4379
4378
  * try: # <<<<<<<<<<<<<<
@@ -4389,7 +4388,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4389
4388
  __pyx_L8_try_end:;
4390
4389
  }
4391
4390
 
4392
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1006
4391
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1006
4393
4392
  * # Versions of the import_* functions which are more suitable for
4394
4393
  * # Cython code.
4395
4394
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -4414,7 +4413,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4414
4413
  return __pyx_r;
4415
4414
  }
4416
4415
 
4417
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1012
4416
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1012
4418
4417
  * raise ImportError("numpy._core.multiarray failed to import")
4419
4418
  *
4420
4419
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -4441,7 +4440,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4441
4440
  int __pyx_clineno = 0;
4442
4441
  __Pyx_RefNannySetupContext("import_umath", 0);
4443
4442
 
4444
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1013
4443
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1013
4445
4444
  *
4446
4445
  * cdef inline int import_umath() except -1:
4447
4446
  * try: # <<<<<<<<<<<<<<
@@ -4457,7 +4456,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4457
4456
  __Pyx_XGOTREF(__pyx_t_3);
4458
4457
  /*try:*/ {
4459
4458
 
4460
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4459
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4461
4460
  * cdef inline int import_umath() except -1:
4462
4461
  * try:
4463
4462
  * _import_umath() # <<<<<<<<<<<<<<
@@ -4466,7 +4465,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4466
4465
  */
4467
4466
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1014, __pyx_L3_error)
4468
4467
 
4469
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1013
4468
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1013
4470
4469
  *
4471
4470
  * cdef inline int import_umath() except -1:
4472
4471
  * try: # <<<<<<<<<<<<<<
@@ -4480,7 +4479,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4480
4479
  goto __pyx_L8_try_end;
4481
4480
  __pyx_L3_error:;
4482
4481
 
4483
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1015
4482
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1015
4484
4483
  * try:
4485
4484
  * _import_umath()
4486
4485
  * except Exception: # <<<<<<<<<<<<<<
@@ -4495,7 +4494,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4495
4494
  __Pyx_XGOTREF(__pyx_t_6);
4496
4495
  __Pyx_XGOTREF(__pyx_t_7);
4497
4496
 
4498
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4497
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4499
4498
  * _import_umath()
4500
4499
  * except Exception:
4501
4500
  * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
@@ -4520,7 +4519,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4520
4519
  }
4521
4520
  goto __pyx_L5_except_error;
4522
4521
 
4523
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1013
4522
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1013
4524
4523
  *
4525
4524
  * cdef inline int import_umath() except -1:
4526
4525
  * try: # <<<<<<<<<<<<<<
@@ -4536,7 +4535,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4536
4535
  __pyx_L8_try_end:;
4537
4536
  }
4538
4537
 
4539
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1012
4538
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1012
4540
4539
  * raise ImportError("numpy._core.multiarray failed to import")
4541
4540
  *
4542
4541
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -4561,7 +4560,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4561
4560
  return __pyx_r;
4562
4561
  }
4563
4562
 
4564
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1018
4563
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1018
4565
4564
  * raise ImportError("numpy._core.umath failed to import")
4566
4565
  *
4567
4566
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -4588,7 +4587,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4588
4587
  int __pyx_clineno = 0;
4589
4588
  __Pyx_RefNannySetupContext("import_ufunc", 0);
4590
4589
 
4591
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1019
4590
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1019
4592
4591
  *
4593
4592
  * cdef inline int import_ufunc() except -1:
4594
4593
  * try: # <<<<<<<<<<<<<<
@@ -4604,7 +4603,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4604
4603
  __Pyx_XGOTREF(__pyx_t_3);
4605
4604
  /*try:*/ {
4606
4605
 
4607
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1020
4606
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1020
4608
4607
  * cdef inline int import_ufunc() except -1:
4609
4608
  * try:
4610
4609
  * _import_umath() # <<<<<<<<<<<<<<
@@ -4613,7 +4612,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4613
4612
  */
4614
4613
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1020, __pyx_L3_error)
4615
4614
 
4616
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1019
4615
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1019
4617
4616
  *
4618
4617
  * cdef inline int import_ufunc() except -1:
4619
4618
  * try: # <<<<<<<<<<<<<<
@@ -4627,7 +4626,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4627
4626
  goto __pyx_L8_try_end;
4628
4627
  __pyx_L3_error:;
4629
4628
 
4630
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1021
4629
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1021
4631
4630
  * try:
4632
4631
  * _import_umath()
4633
4632
  * except Exception: # <<<<<<<<<<<<<<
@@ -4642,7 +4641,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4642
4641
  __Pyx_XGOTREF(__pyx_t_6);
4643
4642
  __Pyx_XGOTREF(__pyx_t_7);
4644
4643
 
4645
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4644
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4646
4645
  * _import_umath()
4647
4646
  * except Exception:
4648
4647
  * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
@@ -4667,7 +4666,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4667
4666
  }
4668
4667
  goto __pyx_L5_except_error;
4669
4668
 
4670
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1019
4669
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1019
4671
4670
  *
4672
4671
  * cdef inline int import_ufunc() except -1:
4673
4672
  * try: # <<<<<<<<<<<<<<
@@ -4683,7 +4682,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4683
4682
  __pyx_L8_try_end:;
4684
4683
  }
4685
4684
 
4686
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1018
4685
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1018
4687
4686
  * raise ImportError("numpy._core.umath failed to import")
4688
4687
  *
4689
4688
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -4708,7 +4707,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4708
4707
  return __pyx_r;
4709
4708
  }
4710
4709
 
4711
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1025
4710
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1025
4712
4711
  *
4713
4712
  *
4714
4713
  * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4719,7 +4718,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4719
4718
  static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
4720
4719
  int __pyx_r;
4721
4720
 
4722
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1037
4721
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1037
4723
4722
  * bool
4724
4723
  * """
4725
4724
  * return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
@@ -4729,7 +4728,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4729
4728
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
4730
4729
  goto __pyx_L0;
4731
4730
 
4732
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1025
4731
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1025
4733
4732
  *
4734
4733
  *
4735
4734
  * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4742,7 +4741,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4742
4741
  return __pyx_r;
4743
4742
  }
4744
4743
 
4745
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1040
4744
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1040
4746
4745
  *
4747
4746
  *
4748
4747
  * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4753,7 +4752,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4753
4752
  static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
4754
4753
  int __pyx_r;
4755
4754
 
4756
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1052
4755
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1052
4757
4756
  * bool
4758
4757
  * """
4759
4758
  * return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
@@ -4763,7 +4762,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4763
4762
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
4764
4763
  goto __pyx_L0;
4765
4764
 
4766
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1040
4765
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1040
4767
4766
  *
4768
4767
  *
4769
4768
  * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4776,7 +4775,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4776
4775
  return __pyx_r;
4777
4776
  }
4778
4777
 
4779
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1055
4778
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1055
4780
4779
  *
4781
4780
  *
4782
4781
  * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4787,7 +4786,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4787
4786
  static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
4788
4787
  npy_datetime __pyx_r;
4789
4788
 
4790
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1062
4789
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1062
4791
4790
  * also needed. That can be found using `get_datetime64_unit`.
4792
4791
  * """
4793
4792
  * return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -4797,7 +4796,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4797
4796
  __pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
4798
4797
  goto __pyx_L0;
4799
4798
 
4800
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1055
4799
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1055
4801
4800
  *
4802
4801
  *
4803
4802
  * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4810,7 +4809,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4810
4809
  return __pyx_r;
4811
4810
  }
4812
4811
 
4813
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1065
4812
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1065
4814
4813
  *
4815
4814
  *
4816
4815
  * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4821,7 +4820,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4821
4820
  static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
4822
4821
  npy_timedelta __pyx_r;
4823
4822
 
4824
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1069
4823
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1069
4825
4824
  * returns the int64 value underlying scalar numpy timedelta64 object
4826
4825
  * """
4827
4826
  * return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -4831,7 +4830,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4831
4830
  __pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
4832
4831
  goto __pyx_L0;
4833
4832
 
4834
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1065
4833
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1065
4835
4834
  *
4836
4835
  *
4837
4836
  * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4844,7 +4843,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4844
4843
  return __pyx_r;
4845
4844
  }
4846
4845
 
4847
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1072
4846
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1072
4848
4847
  *
4849
4848
  *
4850
4849
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4855,7 +4854,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4855
4854
  static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
4856
4855
  NPY_DATETIMEUNIT __pyx_r;
4857
4856
 
4858
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1076
4857
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1076
4859
4858
  * returns the unit part of the dtype for a numpy datetime64 object.
4860
4859
  * """
4861
4860
  * return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
@@ -4865,7 +4864,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
4865
4864
  __pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
4866
4865
  goto __pyx_L0;
4867
4866
 
4868
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-abt1xj3a/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1072
4867
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-_m0bcxx9/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1072
4869
4868
  *
4870
4869
  *
4871
4870
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -5169,7 +5168,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
5169
5168
  * if not isinstance(seqdata, SequenceData):
5170
5169
  * raise ValueError("[x] Seqdata must be a pandas DataFrame wrapped in a SequenceData object.") # <<<<<<<<<<<<<<
5171
5170
  *
5172
- * cdef np.ndarray[np.float64_t, ndim=1] weights
5171
+ * cdef cnp.ndarray[cnp.float64_t, ndim=1] weights
5173
5172
  */
5174
5173
  __pyx_t_1 = NULL;
5175
5174
  __Pyx_INCREF(__pyx_builtin_ValueError);
@@ -5198,7 +5197,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
5198
5197
 
5199
5198
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":24
5200
5199
  *
5201
- * cdef np.ndarray[np.float64_t, ndim=1] weights
5200
+ * cdef cnp.ndarray[cnp.float64_t, ndim=1] weights
5202
5201
  * if weighted: # <<<<<<<<<<<<<<
5203
5202
  * weights = np.asarray(seqdata.weights, dtype=np.float64)
5204
5203
  * else:
@@ -5206,7 +5205,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
5206
5205
  if (__pyx_v_weighted) {
5207
5206
 
5208
5207
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":25
5209
- * cdef np.ndarray[np.float64_t, ndim=1] weights
5208
+ * cdef cnp.ndarray[cnp.float64_t, ndim=1] weights
5210
5209
  * if weighted:
5211
5210
  * weights = np.asarray(seqdata.weights, dtype=np.float64) # <<<<<<<<<<<<<<
5212
5211
  * else:
@@ -5274,7 +5273,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
5274
5273
 
5275
5274
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":24
5276
5275
  *
5277
- * cdef np.ndarray[np.float64_t, ndim=1] weights
5276
+ * cdef cnp.ndarray[cnp.float64_t, ndim=1] weights
5278
5277
  * if weighted: # <<<<<<<<<<<<<<
5279
5278
  * weights = np.asarray(seqdata.weights, dtype=np.float64)
5280
5279
  * else:
@@ -5555,7 +5554,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
5555
5554
  *
5556
5555
  * # convert df to NumPy 2D array of ints
5557
5556
  * seq_mat = df.to_numpy(dtype=np.float64) # <<<<<<<<<<<<<<
5558
- * cdef np.ndarray[np.float64_t, ndim=2] seq_mat_mv = seq_mat
5557
+ * cdef cnp.ndarray[cnp.float64_t, ndim=2] seq_mat_mv = seq_mat
5559
5558
  *
5560
5559
  */
5561
5560
  __pyx_t_1 = __pyx_v_df;
@@ -5584,7 +5583,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
5584
5583
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":48
5585
5584
  * # convert df to NumPy 2D array of ints
5586
5585
  * seq_mat = df.to_numpy(dtype=np.float64)
5587
- * cdef np.ndarray[np.float64_t, ndim=2] seq_mat_mv = seq_mat # <<<<<<<<<<<<<<
5586
+ * cdef cnp.ndarray[cnp.float64_t, ndim=2] seq_mat_mv = seq_mat # <<<<<<<<<<<<<<
5588
5587
  *
5589
5588
  * if time_varying:
5590
5589
  */
@@ -5603,7 +5602,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
5603
5602
  __pyx_t_8 = 0;
5604
5603
 
5605
5604
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":50
5606
- * cdef np.ndarray[np.float64_t, ndim=2] seq_mat_mv = seq_mat
5605
+ * cdef cnp.ndarray[cnp.float64_t, ndim=2] seq_mat_mv = seq_mat
5607
5606
  *
5608
5607
  * if time_varying: # <<<<<<<<<<<<<<
5609
5608
  * tmat = np.zeros((num_transition, _size, _size), dtype=np.float64)
@@ -6022,7 +6021,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
6022
6021
  __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
6023
6022
 
6024
6023
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":50
6025
- * cdef np.ndarray[np.float64_t, ndim=2] seq_mat_mv = seq_mat
6024
+ * cdef cnp.ndarray[cnp.float64_t, ndim=2] seq_mat_mv = seq_mat
6026
6025
  *
6027
6026
  * if time_varying: # <<<<<<<<<<<<<<
6028
6027
  * tmat = np.zeros((num_transition, _size, _size), dtype=np.float64)
@@ -7010,9 +7009,9 @@ __Pyx_RefNannySetupContext("PyInit_get_sm_trate_substitution_cost_matrix", 0);
7010
7009
  /*--- Execution code ---*/
7011
7010
 
7012
7011
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":2
7013
- * # cython: boundscheck=False, wraparound=False
7012
+ * # cython: boundscheck=False, wraparound=False, np_import_array=True
7014
7013
  * import numpy as np # <<<<<<<<<<<<<<
7015
- * cimport numpy as np
7014
+ * cimport numpy as cnp
7016
7015
  *
7017
7016
  */
7018
7017
  __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)
@@ -7021,7 +7020,7 @@ __Pyx_RefNannySetupContext("PyInit_get_sm_trate_substitution_cost_matrix", 0);
7021
7020
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
7022
7021
 
7023
7022
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":5
7024
- * cimport numpy as np
7023
+ * cimport numpy as cnp
7025
7024
  *
7026
7025
  * import pandas as pd # <<<<<<<<<<<<<<
7027
7026
  * from libc.math cimport isnan
@@ -7093,9 +7092,9 @@ __Pyx_RefNannySetupContext("PyInit_get_sm_trate_substitution_cost_matrix", 0);
7093
7092
  __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
7094
7093
 
7095
7094
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":1
7096
- * # cython: boundscheck=False, wraparound=False # <<<<<<<<<<<<<<
7095
+ * # cython: boundscheck=False, wraparound=False, np_import_array=True # <<<<<<<<<<<<<<
7097
7096
  * import numpy as np
7098
- * cimport numpy as np
7097
+ * cimport numpy as cnp
7099
7098
  */
7100
7099
  __pyx_t_5 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 1, __pyx_L1_error)
7101
7100
  __Pyx_GOTREF(__pyx_t_5);