biotite 0.39.0__cp310-cp310-win_amd64.whl → 0.40.0__cp310-cp310-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 biotite might be problematic. Click here for more details.

Files changed (104) hide show
  1. biotite/__init__.py +3 -3
  2. biotite/application/dssp/app.py +18 -18
  3. biotite/database/rcsb/download.py +19 -14
  4. biotite/sequence/align/banded.c +258 -237
  5. biotite/sequence/align/banded.cp310-win_amd64.pyd +0 -0
  6. biotite/sequence/align/kmeralphabet.c +243 -222
  7. biotite/sequence/align/kmeralphabet.cp310-win_amd64.pyd +0 -0
  8. biotite/sequence/align/kmersimilarity.c +215 -196
  9. biotite/sequence/align/kmersimilarity.cp310-win_amd64.pyd +0 -0
  10. biotite/sequence/align/kmertable.cp310-win_amd64.pyd +0 -0
  11. biotite/sequence/align/kmertable.cpp +233 -205
  12. biotite/sequence/align/localgapped.c +258 -237
  13. biotite/sequence/align/localgapped.cp310-win_amd64.pyd +0 -0
  14. biotite/sequence/align/localungapped.c +235 -214
  15. biotite/sequence/align/localungapped.cp310-win_amd64.pyd +0 -0
  16. biotite/sequence/align/multiple.c +255 -234
  17. biotite/sequence/align/multiple.cp310-win_amd64.pyd +0 -0
  18. biotite/sequence/align/pairwise.c +274 -253
  19. biotite/sequence/align/pairwise.cp310-win_amd64.pyd +0 -0
  20. biotite/sequence/align/permutation.c +215 -196
  21. biotite/sequence/align/permutation.cp310-win_amd64.pyd +0 -0
  22. biotite/sequence/align/selector.c +217 -197
  23. biotite/sequence/align/selector.cp310-win_amd64.pyd +0 -0
  24. biotite/sequence/align/tracetable.c +215 -195
  25. biotite/sequence/align/tracetable.cp310-win_amd64.pyd +0 -0
  26. biotite/sequence/codec.c +235 -214
  27. biotite/sequence/codec.cp310-win_amd64.pyd +0 -0
  28. biotite/sequence/phylo/nj.c +215 -196
  29. biotite/sequence/phylo/nj.cp310-win_amd64.pyd +0 -0
  30. biotite/sequence/phylo/tree.c +227 -202
  31. biotite/sequence/phylo/tree.cp310-win_amd64.pyd +0 -0
  32. biotite/sequence/phylo/upgma.c +215 -196
  33. biotite/sequence/phylo/upgma.cp310-win_amd64.pyd +0 -0
  34. biotite/structure/basepairs.py +7 -12
  35. biotite/structure/bonds.c +1175 -1226
  36. biotite/structure/bonds.cp310-win_amd64.pyd +0 -0
  37. biotite/structure/celllist.c +217 -197
  38. biotite/structure/celllist.cp310-win_amd64.pyd +0 -0
  39. biotite/structure/charges.c +1052 -1101
  40. biotite/structure/charges.cp310-win_amd64.pyd +0 -0
  41. biotite/structure/filter.py +30 -37
  42. biotite/structure/info/__init__.py +5 -8
  43. biotite/structure/info/atoms.py +25 -67
  44. biotite/structure/info/bonds.py +46 -100
  45. biotite/structure/info/ccd/README.rst +8 -0
  46. biotite/structure/info/ccd/amino_acids.txt +1646 -0
  47. biotite/structure/info/ccd/carbohydrates.txt +1133 -0
  48. biotite/structure/info/ccd/components.bcif +0 -0
  49. biotite/structure/info/ccd/nucleotides.txt +797 -0
  50. biotite/structure/info/ccd.py +95 -0
  51. biotite/structure/info/groups.py +90 -0
  52. biotite/structure/info/masses.py +21 -20
  53. biotite/structure/info/misc.py +11 -22
  54. biotite/structure/info/standardize.py +17 -12
  55. biotite/structure/io/__init__.py +2 -4
  56. biotite/structure/io/ctab.py +1 -1
  57. biotite/structure/io/general.py +37 -43
  58. biotite/structure/io/mmtf/__init__.py +3 -0
  59. biotite/structure/io/mmtf/convertarray.c +219 -198
  60. biotite/structure/io/mmtf/convertarray.cp310-win_amd64.pyd +0 -0
  61. biotite/structure/io/mmtf/convertfile.c +217 -197
  62. biotite/structure/io/mmtf/convertfile.cp310-win_amd64.pyd +0 -0
  63. biotite/structure/io/mmtf/decode.c +225 -204
  64. biotite/structure/io/mmtf/decode.cp310-win_amd64.pyd +0 -0
  65. biotite/structure/io/mmtf/encode.c +215 -196
  66. biotite/structure/io/mmtf/encode.cp310-win_amd64.pyd +0 -0
  67. biotite/structure/io/mmtf/file.py +34 -26
  68. biotite/structure/io/npz/__init__.py +3 -0
  69. biotite/structure/io/npz/file.py +21 -18
  70. biotite/structure/io/pdb/__init__.py +3 -3
  71. biotite/structure/io/pdb/file.py +5 -3
  72. biotite/structure/io/pdb/hybrid36.c +63 -43
  73. biotite/structure/io/pdb/hybrid36.cp310-win_amd64.pyd +0 -0
  74. biotite/structure/io/pdbqt/file.py +32 -32
  75. biotite/structure/io/pdbx/__init__.py +13 -6
  76. biotite/structure/io/pdbx/bcif.py +649 -0
  77. biotite/structure/io/pdbx/cif.py +1028 -0
  78. biotite/structure/io/pdbx/component.py +243 -0
  79. biotite/structure/io/pdbx/convert.py +707 -359
  80. biotite/structure/io/pdbx/encoding.c +112813 -0
  81. biotite/structure/io/pdbx/encoding.cp310-win_amd64.pyd +0 -0
  82. biotite/structure/io/pdbx/error.py +14 -0
  83. biotite/structure/io/pdbx/legacy.py +267 -0
  84. biotite/structure/molecules.py +151 -151
  85. biotite/structure/sasa.c +215 -196
  86. biotite/structure/sasa.cp310-win_amd64.pyd +0 -0
  87. biotite/structure/superimpose.py +158 -115
  88. {biotite-0.39.0.dist-info → biotite-0.40.0.dist-info}/METADATA +2 -2
  89. {biotite-0.39.0.dist-info → biotite-0.40.0.dist-info}/RECORD +92 -90
  90. {biotite-0.39.0.dist-info → biotite-0.40.0.dist-info}/WHEEL +1 -1
  91. biotite/structure/info/amino_acids.json +0 -1556
  92. biotite/structure/info/amino_acids.py +0 -42
  93. biotite/structure/info/carbohydrates.json +0 -1122
  94. biotite/structure/info/carbohydrates.py +0 -39
  95. biotite/structure/info/intra_bonds.msgpack +0 -0
  96. biotite/structure/info/link_types.msgpack +0 -1
  97. biotite/structure/info/nucleotides.json +0 -772
  98. biotite/structure/info/nucleotides.py +0 -39
  99. biotite/structure/info/residue_masses.msgpack +0 -0
  100. biotite/structure/info/residue_names.msgpack +0 -3
  101. biotite/structure/info/residues.msgpack +0 -0
  102. biotite/structure/io/pdbx/file.py +0 -652
  103. {biotite-0.39.0.dist-info → biotite-0.40.0.dist-info}/LICENSE.rst +0 -0
  104. {biotite-0.39.0.dist-info → biotite-0.40.0.dist-info}/top_level.txt +0 -0
biotite/sequence/codec.c CHANGED
@@ -1,4 +1,4 @@
1
- /* Generated by Cython 3.0.7 */
1
+ /* Generated by Cython 3.0.10 */
2
2
 
3
3
  /* BEGIN: Cython Metadata
4
4
  {
@@ -37,10 +37,10 @@ END: Cython Metadata */
37
37
  #else
38
38
  #define __PYX_EXTRA_ABI_MODULE_NAME ""
39
39
  #endif
40
- #define CYTHON_ABI "3_0_7" __PYX_EXTRA_ABI_MODULE_NAME
40
+ #define CYTHON_ABI "3_0_10" __PYX_EXTRA_ABI_MODULE_NAME
41
41
  #define __PYX_ABI_MODULE_NAME "_cython_" CYTHON_ABI
42
42
  #define __PYX_TYPE_MODULE_PREFIX __PYX_ABI_MODULE_NAME "."
43
- #define CYTHON_HEX_VERSION 0x030007F0
43
+ #define CYTHON_HEX_VERSION 0x03000AF0
44
44
  #define CYTHON_FUTURE_DIVISION 1
45
45
  #include <stddef.h>
46
46
  #ifndef offsetof
@@ -132,6 +132,8 @@ END: Cython Metadata */
132
132
  #ifndef CYTHON_UPDATE_DESCRIPTOR_DOC
133
133
  #define CYTHON_UPDATE_DESCRIPTOR_DOC 0
134
134
  #endif
135
+ #undef CYTHON_USE_FREELISTS
136
+ #define CYTHON_USE_FREELISTS 0
135
137
  #elif defined(PYPY_VERSION)
136
138
  #define CYTHON_COMPILING_IN_PYPY 1
137
139
  #define CYTHON_COMPILING_IN_CPYTHON 0
@@ -193,6 +195,8 @@ END: Cython Metadata */
193
195
  #ifndef CYTHON_UPDATE_DESCRIPTOR_DOC
194
196
  #define CYTHON_UPDATE_DESCRIPTOR_DOC 0
195
197
  #endif
198
+ #undef CYTHON_USE_FREELISTS
199
+ #define CYTHON_USE_FREELISTS 0
196
200
  #elif defined(CYTHON_LIMITED_API)
197
201
  #ifdef Py_LIMITED_API
198
202
  #undef __PYX_LIMITED_VERSION_HEX
@@ -254,6 +258,8 @@ END: Cython Metadata */
254
258
  #ifndef CYTHON_UPDATE_DESCRIPTOR_DOC
255
259
  #define CYTHON_UPDATE_DESCRIPTOR_DOC 0
256
260
  #endif
261
+ #undef CYTHON_USE_FREELISTS
262
+ #define CYTHON_USE_FREELISTS 0
257
263
  #elif defined(Py_GIL_DISABLED) || defined(Py_NOGIL)
258
264
  #define CYTHON_COMPILING_IN_PYPY 0
259
265
  #define CYTHON_COMPILING_IN_CPYTHON 0
@@ -263,11 +269,17 @@ END: Cython Metadata */
263
269
  #ifndef CYTHON_USE_TYPE_SLOTS
264
270
  #define CYTHON_USE_TYPE_SLOTS 1
265
271
  #endif
272
+ #ifndef CYTHON_USE_TYPE_SPECS
273
+ #define CYTHON_USE_TYPE_SPECS 0
274
+ #endif
266
275
  #undef CYTHON_USE_PYTYPE_LOOKUP
267
276
  #define CYTHON_USE_PYTYPE_LOOKUP 0
268
277
  #ifndef CYTHON_USE_ASYNC_SLOTS
269
278
  #define CYTHON_USE_ASYNC_SLOTS 1
270
279
  #endif
280
+ #ifndef CYTHON_USE_PYLONG_INTERNALS
281
+ #define CYTHON_USE_PYLONG_INTERNALS 0
282
+ #endif
271
283
  #undef CYTHON_USE_PYLIST_INTERNALS
272
284
  #define CYTHON_USE_PYLIST_INTERNALS 0
273
285
  #ifndef CYTHON_USE_UNICODE_INTERNALS
@@ -275,8 +287,6 @@ END: Cython Metadata */
275
287
  #endif
276
288
  #undef CYTHON_USE_UNICODE_WRITER
277
289
  #define CYTHON_USE_UNICODE_WRITER 0
278
- #undef CYTHON_USE_PYLONG_INTERNALS
279
- #define CYTHON_USE_PYLONG_INTERNALS 0
280
290
  #ifndef CYTHON_AVOID_BORROWED_REFS
281
291
  #define CYTHON_AVOID_BORROWED_REFS 0
282
292
  #endif
@@ -288,11 +298,22 @@ END: Cython Metadata */
288
298
  #endif
289
299
  #undef CYTHON_FAST_THREAD_STATE
290
300
  #define CYTHON_FAST_THREAD_STATE 0
301
+ #undef CYTHON_FAST_GIL
302
+ #define CYTHON_FAST_GIL 0
303
+ #ifndef CYTHON_METH_FASTCALL
304
+ #define CYTHON_METH_FASTCALL 1
305
+ #endif
291
306
  #undef CYTHON_FAST_PYCALL
292
307
  #define CYTHON_FAST_PYCALL 0
308
+ #ifndef CYTHON_PEP487_INIT_SUBCLASS
309
+ #define CYTHON_PEP487_INIT_SUBCLASS 1
310
+ #endif
293
311
  #ifndef CYTHON_PEP489_MULTI_PHASE_INIT
294
312
  #define CYTHON_PEP489_MULTI_PHASE_INIT 1
295
313
  #endif
314
+ #ifndef CYTHON_USE_MODULE_STATE
315
+ #define CYTHON_USE_MODULE_STATE 0
316
+ #endif
296
317
  #ifndef CYTHON_USE_TP_FINALIZE
297
318
  #define CYTHON_USE_TP_FINALIZE 1
298
319
  #endif
@@ -300,6 +321,12 @@ END: Cython Metadata */
300
321
  #define CYTHON_USE_DICT_VERSIONS 0
301
322
  #undef CYTHON_USE_EXC_INFO_STACK
302
323
  #define CYTHON_USE_EXC_INFO_STACK 0
324
+ #ifndef CYTHON_UPDATE_DESCRIPTOR_DOC
325
+ #define CYTHON_UPDATE_DESCRIPTOR_DOC 1
326
+ #endif
327
+ #ifndef CYTHON_USE_FREELISTS
328
+ #define CYTHON_USE_FREELISTS 0
329
+ #endif
303
330
  #else
304
331
  #define CYTHON_COMPILING_IN_PYPY 0
305
332
  #define CYTHON_COMPILING_IN_CPYTHON 1
@@ -390,6 +417,9 @@ END: Cython Metadata */
390
417
  #ifndef CYTHON_UPDATE_DESCRIPTOR_DOC
391
418
  #define CYTHON_UPDATE_DESCRIPTOR_DOC 1
392
419
  #endif
420
+ #ifndef CYTHON_USE_FREELISTS
421
+ #define CYTHON_USE_FREELISTS 1
422
+ #endif
393
423
  #endif
394
424
  #if !defined(CYTHON_FAST_PYCCALL)
395
425
  #define CYTHON_FAST_PYCCALL (CYTHON_FAST_PYCALL && PY_VERSION_HEX >= 0x030600B1)
@@ -582,14 +612,14 @@ END: Cython Metadata */
582
612
  PyObject *exception_table = NULL;
583
613
  PyObject *types_module=NULL, *code_type=NULL, *result=NULL;
584
614
  #if __PYX_LIMITED_VERSION_HEX < 0x030B0000
585
- PyObject *version_info; // borrowed
615
+ PyObject *version_info;
586
616
  PyObject *py_minor_version = NULL;
587
617
  #endif
588
618
  long minor_version = 0;
589
619
  PyObject *type, *value, *traceback;
590
620
  PyErr_Fetch(&type, &value, &traceback);
591
621
  #if __PYX_LIMITED_VERSION_HEX >= 0x030B0000
592
- minor_version = 11; // we don't yet need to distinguish between versions > 11
622
+ minor_version = 11;
593
623
  #else
594
624
  if (!(version_info = PySys_GetObject("version_info"))) goto end;
595
625
  if (!(py_minor_version = PySequence_GetItem(version_info, 1))) goto end;
@@ -647,7 +677,7 @@ END: Cython Metadata */
647
677
  PyObject *fv, PyObject *cell, PyObject* fn,
648
678
  PyObject *name, int fline, PyObject *lnos) {
649
679
  PyCodeObject *result;
650
- PyObject *empty_bytes = PyBytes_FromStringAndSize("", 0); // we don't have access to __pyx_empty_bytes here
680
+ PyObject *empty_bytes = PyBytes_FromStringAndSize("", 0);
651
681
  if (!empty_bytes) return NULL;
652
682
  result =
653
683
  #if PY_VERSION_HEX >= 0x030C0000
@@ -733,8 +763,13 @@ END: Cython Metadata */
733
763
  typedef PyObject *(*__Pyx_PyCFunctionFastWithKeywords) (PyObject *self, PyObject *const *args,
734
764
  Py_ssize_t nargs, PyObject *kwnames);
735
765
  #else
736
- #define __Pyx_PyCFunctionFast _PyCFunctionFast
737
- #define __Pyx_PyCFunctionFastWithKeywords _PyCFunctionFastWithKeywords
766
+ #if PY_VERSION_HEX >= 0x030d00A4
767
+ # define __Pyx_PyCFunctionFast PyCFunctionFast
768
+ # define __Pyx_PyCFunctionFastWithKeywords PyCFunctionFastWithKeywords
769
+ #else
770
+ # define __Pyx_PyCFunctionFast _PyCFunctionFast
771
+ # define __Pyx_PyCFunctionFastWithKeywords _PyCFunctionFastWithKeywords
772
+ #endif
738
773
  #endif
739
774
  #if CYTHON_METH_FASTCALL
740
775
  #define __Pyx_METH_FASTCALL METH_FASTCALL
@@ -1086,7 +1121,7 @@ static CYTHON_INLINE PyObject * __Pyx_PyDict_GetItemStrWithError(PyObject *dict,
1086
1121
  #define __Pyx_PyBytes_GET_SIZE(o) PyBytes_Size(o)
1087
1122
  #define __Pyx_PyByteArray_GET_SIZE(o) PyByteArray_Size(o)
1088
1123
  #endif
1089
- #if PY_VERSION_HEX >= 0x030d00A1
1124
+ #if __PYX_LIMITED_VERSION_HEX >= 0x030d00A1
1090
1125
  #define __Pyx_PyImport_AddModuleRef(name) PyImport_AddModuleRef(name)
1091
1126
  #else
1092
1127
  static CYTHON_INLINE PyObject *__Pyx_PyImport_AddModuleRef(const char *name) {
@@ -1173,7 +1208,7 @@ static CYTHON_INLINE float __PYX_NAN() {
1173
1208
  #endif
1174
1209
 
1175
1210
  #define __PYX_MARK_ERR_POS(f_index, lineno) \
1176
- { __pyx_filename = __pyx_f[f_index]; (void)__pyx_filename; __pyx_lineno = lineno; (void)__pyx_lineno; __pyx_clineno = __LINE__; (void)__pyx_clineno; }
1211
+ { __pyx_filename = __pyx_f[f_index]; (void)__pyx_filename; __pyx_lineno = lineno; (void)__pyx_lineno; __pyx_clineno = __LINE__; (void)__pyx_clineno; }
1177
1212
  #define __PYX_ERR(f_index, lineno, Ln_error) \
1178
1213
  { __PYX_MARK_ERR_POS(f_index, lineno) goto Ln_error; }
1179
1214
 
@@ -1288,24 +1323,7 @@ static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char*);
1288
1323
  #define __Pyx_PyByteArray_FromCString(s) __Pyx_PyByteArray_FromString((const char*)s)
1289
1324
  #define __Pyx_PyStr_FromCString(s) __Pyx_PyStr_FromString((const char*)s)
1290
1325
  #define __Pyx_PyUnicode_FromCString(s) __Pyx_PyUnicode_FromString((const char*)s)
1291
- #if CYTHON_COMPILING_IN_LIMITED_API
1292
- static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const wchar_t *u)
1293
- {
1294
- const wchar_t *u_end = u;
1295
- while (*u_end++) ;
1296
- return (size_t)(u_end - u - 1);
1297
- }
1298
- #else
1299
- static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
1300
- {
1301
- const Py_UNICODE *u_end = u;
1302
- while (*u_end++) ;
1303
- return (size_t)(u_end - u - 1);
1304
- }
1305
- #endif
1306
1326
  #define __Pyx_PyUnicode_FromOrdinal(o) PyUnicode_FromOrdinal((int)o)
1307
- #define __Pyx_PyUnicode_FromUnicode(u) PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u))
1308
- #define __Pyx_PyUnicode_FromUnicodeAndLength PyUnicode_FromUnicode
1309
1327
  #define __Pyx_PyUnicode_AsUnicode PyUnicode_AsUnicode
1310
1328
  #define __Pyx_NewRef(obj) (Py_INCREF(obj), obj)
1311
1329
  #define __Pyx_Owned_Py_None(b) __Pyx_NewRef(Py_None)
@@ -1355,7 +1373,7 @@ static CYTHON_INLINE Py_hash_t __Pyx_PyIndex_AsHash_t(PyObject*);
1355
1373
  #endif
1356
1374
  typedef Py_ssize_t __Pyx_compact_pylong;
1357
1375
  typedef size_t __Pyx_compact_upylong;
1358
- #else // Py < 3.12
1376
+ #else
1359
1377
  #define __Pyx_PyLong_IsNeg(x) (Py_SIZE(x) < 0)
1360
1378
  #define __Pyx_PyLong_IsNonNeg(x) (Py_SIZE(x) >= 0)
1361
1379
  #define __Pyx_PyLong_IsZero(x) (Py_SIZE(x) == 0)
@@ -1645,7 +1663,7 @@ typedef struct {
1645
1663
 
1646
1664
  /* #### Code section: numeric_typedefs ### */
1647
1665
 
1648
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":732
1666
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":732
1649
1667
  * # in Cython to enable them only on the right systems.
1650
1668
  *
1651
1669
  * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
@@ -1654,7 +1672,7 @@ typedef struct {
1654
1672
  */
1655
1673
  typedef npy_int8 __pyx_t_5numpy_int8_t;
1656
1674
 
1657
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":733
1675
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":733
1658
1676
  *
1659
1677
  * ctypedef npy_int8 int8_t
1660
1678
  * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
@@ -1663,7 +1681,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
1663
1681
  */
1664
1682
  typedef npy_int16 __pyx_t_5numpy_int16_t;
1665
1683
 
1666
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":734
1684
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":734
1667
1685
  * ctypedef npy_int8 int8_t
1668
1686
  * ctypedef npy_int16 int16_t
1669
1687
  * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
@@ -1672,7 +1690,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
1672
1690
  */
1673
1691
  typedef npy_int32 __pyx_t_5numpy_int32_t;
1674
1692
 
1675
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":735
1693
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":735
1676
1694
  * ctypedef npy_int16 int16_t
1677
1695
  * ctypedef npy_int32 int32_t
1678
1696
  * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
@@ -1681,7 +1699,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
1681
1699
  */
1682
1700
  typedef npy_int64 __pyx_t_5numpy_int64_t;
1683
1701
 
1684
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":739
1702
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":739
1685
1703
  * #ctypedef npy_int128 int128_t
1686
1704
  *
1687
1705
  * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
@@ -1690,7 +1708,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
1690
1708
  */
1691
1709
  typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1692
1710
 
1693
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":740
1711
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":740
1694
1712
  *
1695
1713
  * ctypedef npy_uint8 uint8_t
1696
1714
  * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
@@ -1699,7 +1717,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1699
1717
  */
1700
1718
  typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1701
1719
 
1702
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":741
1720
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":741
1703
1721
  * ctypedef npy_uint8 uint8_t
1704
1722
  * ctypedef npy_uint16 uint16_t
1705
1723
  * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
@@ -1708,7 +1726,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1708
1726
  */
1709
1727
  typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1710
1728
 
1711
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":742
1729
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":742
1712
1730
  * ctypedef npy_uint16 uint16_t
1713
1731
  * ctypedef npy_uint32 uint32_t
1714
1732
  * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
@@ -1717,7 +1735,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1717
1735
  */
1718
1736
  typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1719
1737
 
1720
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":746
1738
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":746
1721
1739
  * #ctypedef npy_uint128 uint128_t
1722
1740
  *
1723
1741
  * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
@@ -1726,7 +1744,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1726
1744
  */
1727
1745
  typedef npy_float32 __pyx_t_5numpy_float32_t;
1728
1746
 
1729
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":747
1747
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":747
1730
1748
  *
1731
1749
  * ctypedef npy_float32 float32_t
1732
1750
  * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
@@ -1735,7 +1753,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
1735
1753
  */
1736
1754
  typedef npy_float64 __pyx_t_5numpy_float64_t;
1737
1755
 
1738
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":756
1756
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":756
1739
1757
  * # The int types are mapped a bit surprising --
1740
1758
  * # numpy.int corresponds to 'l' and numpy.long to 'q'
1741
1759
  * ctypedef npy_long int_t # <<<<<<<<<<<<<<
@@ -1744,7 +1762,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
1744
1762
  */
1745
1763
  typedef npy_long __pyx_t_5numpy_int_t;
1746
1764
 
1747
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":757
1765
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":757
1748
1766
  * # numpy.int corresponds to 'l' and numpy.long to 'q'
1749
1767
  * ctypedef npy_long int_t
1750
1768
  * ctypedef npy_longlong long_t # <<<<<<<<<<<<<<
@@ -1753,7 +1771,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
1753
1771
  */
1754
1772
  typedef npy_longlong __pyx_t_5numpy_long_t;
1755
1773
 
1756
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":758
1774
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":758
1757
1775
  * ctypedef npy_long int_t
1758
1776
  * ctypedef npy_longlong long_t
1759
1777
  * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
@@ -1762,7 +1780,7 @@ typedef npy_longlong __pyx_t_5numpy_long_t;
1762
1780
  */
1763
1781
  typedef npy_longlong __pyx_t_5numpy_longlong_t;
1764
1782
 
1765
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":760
1783
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":760
1766
1784
  * ctypedef npy_longlong longlong_t
1767
1785
  *
1768
1786
  * ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
@@ -1771,7 +1789,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
1771
1789
  */
1772
1790
  typedef npy_ulong __pyx_t_5numpy_uint_t;
1773
1791
 
1774
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":761
1792
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":761
1775
1793
  *
1776
1794
  * ctypedef npy_ulong uint_t
1777
1795
  * ctypedef npy_ulonglong ulong_t # <<<<<<<<<<<<<<
@@ -1780,7 +1798,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
1780
1798
  */
1781
1799
  typedef npy_ulonglong __pyx_t_5numpy_ulong_t;
1782
1800
 
1783
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":762
1801
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":762
1784
1802
  * ctypedef npy_ulong uint_t
1785
1803
  * ctypedef npy_ulonglong ulong_t
1786
1804
  * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
@@ -1789,7 +1807,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulong_t;
1789
1807
  */
1790
1808
  typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1791
1809
 
1792
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":764
1810
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":764
1793
1811
  * ctypedef npy_ulonglong ulonglong_t
1794
1812
  *
1795
1813
  * ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
@@ -1798,7 +1816,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1798
1816
  */
1799
1817
  typedef npy_intp __pyx_t_5numpy_intp_t;
1800
1818
 
1801
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":765
1819
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":765
1802
1820
  *
1803
1821
  * ctypedef npy_intp intp_t
1804
1822
  * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
@@ -1807,7 +1825,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
1807
1825
  */
1808
1826
  typedef npy_uintp __pyx_t_5numpy_uintp_t;
1809
1827
 
1810
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":767
1828
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":767
1811
1829
  * ctypedef npy_uintp uintp_t
1812
1830
  *
1813
1831
  * ctypedef npy_double float_t # <<<<<<<<<<<<<<
@@ -1816,7 +1834,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
1816
1834
  */
1817
1835
  typedef npy_double __pyx_t_5numpy_float_t;
1818
1836
 
1819
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":768
1837
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":768
1820
1838
  *
1821
1839
  * ctypedef npy_double float_t
1822
1840
  * ctypedef npy_double double_t # <<<<<<<<<<<<<<
@@ -1825,7 +1843,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
1825
1843
  */
1826
1844
  typedef npy_double __pyx_t_5numpy_double_t;
1827
1845
 
1828
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":769
1846
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":769
1829
1847
  * ctypedef npy_double float_t
1830
1848
  * ctypedef npy_double double_t
1831
1849
  * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
@@ -1911,7 +1929,7 @@ struct __pyx_MemviewEnum_obj;
1911
1929
  struct __pyx_memoryview_obj;
1912
1930
  struct __pyx_memoryviewslice_obj;
1913
1931
 
1914
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":771
1932
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":771
1915
1933
  * ctypedef npy_longdouble longdouble_t
1916
1934
  *
1917
1935
  * ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
@@ -1920,7 +1938,7 @@ struct __pyx_memoryviewslice_obj;
1920
1938
  */
1921
1939
  typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
1922
1940
 
1923
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":772
1941
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":772
1924
1942
  *
1925
1943
  * ctypedef npy_cfloat cfloat_t
1926
1944
  * ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
@@ -1929,7 +1947,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
1929
1947
  */
1930
1948
  typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
1931
1949
 
1932
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":773
1950
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":773
1933
1951
  * ctypedef npy_cfloat cfloat_t
1934
1952
  * ctypedef npy_cdouble cdouble_t
1935
1953
  * ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
@@ -1938,7 +1956,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
1938
1956
  */
1939
1957
  typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
1940
1958
 
1941
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":775
1959
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":775
1942
1960
  * ctypedef npy_clongdouble clongdouble_t
1943
1961
  *
1944
1962
  * ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
@@ -2249,8 +2267,8 @@ static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int
2249
2267
  #define __Pyx_Arg_NewRef_VARARGS(arg) __Pyx_NewRef(arg)
2250
2268
  #define __Pyx_Arg_XDECREF_VARARGS(arg) Py_XDECREF(arg)
2251
2269
  #else
2252
- #define __Pyx_Arg_NewRef_VARARGS(arg) arg // no-op
2253
- #define __Pyx_Arg_XDECREF_VARARGS(arg) // no-op - arg is borrowed
2270
+ #define __Pyx_Arg_NewRef_VARARGS(arg) arg
2271
+ #define __Pyx_Arg_XDECREF_VARARGS(arg)
2254
2272
  #endif
2255
2273
  #define __Pyx_NumKwargs_VARARGS(kwds) PyDict_Size(kwds)
2256
2274
  #define __Pyx_KwValues_VARARGS(args, nargs) NULL
@@ -2266,8 +2284,9 @@ static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int
2266
2284
  #else
2267
2285
  #define __Pyx_KwargsAsDict_FASTCALL(kw, kwvalues) _PyStack_AsDict(kwvalues, kw)
2268
2286
  #endif
2269
- #define __Pyx_Arg_NewRef_FASTCALL(arg) arg // no-op, __Pyx_Arg_FASTCALL is direct and this needs
2270
- #define __Pyx_Arg_XDECREF_FASTCALL(arg) // no-op - arg was returned from array
2287
+ #define __Pyx_Arg_NewRef_FASTCALL(arg) arg /* no-op, __Pyx_Arg_FASTCALL is direct and this needs
2288
+ to have the same reference counting */
2289
+ #define __Pyx_Arg_XDECREF_FASTCALL(arg)
2271
2290
  #else
2272
2291
  #define __Pyx_Arg_FASTCALL __Pyx_Arg_VARARGS
2273
2292
  #define __Pyx_NumKwargs_FASTCALL __Pyx_NumKwargs_VARARGS
@@ -2888,22 +2907,22 @@ static int __Pyx_setup_reduce(PyObject* type_obj);
2888
2907
  #endif
2889
2908
 
2890
2909
  /* TypeImport.proto */
2891
- #ifndef __PYX_HAVE_RT_ImportType_proto_3_0_7
2892
- #define __PYX_HAVE_RT_ImportType_proto_3_0_7
2910
+ #ifndef __PYX_HAVE_RT_ImportType_proto_3_0_10
2911
+ #define __PYX_HAVE_RT_ImportType_proto_3_0_10
2893
2912
  #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
2894
2913
  #include <stdalign.h>
2895
2914
  #endif
2896
2915
  #if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
2897
- #define __PYX_GET_STRUCT_ALIGNMENT_3_0_7(s) alignof(s)
2916
+ #define __PYX_GET_STRUCT_ALIGNMENT_3_0_10(s) alignof(s)
2898
2917
  #else
2899
- #define __PYX_GET_STRUCT_ALIGNMENT_3_0_7(s) sizeof(void*)
2918
+ #define __PYX_GET_STRUCT_ALIGNMENT_3_0_10(s) sizeof(void*)
2900
2919
  #endif
2901
- enum __Pyx_ImportType_CheckSize_3_0_7 {
2902
- __Pyx_ImportType_CheckSize_Error_3_0_7 = 0,
2903
- __Pyx_ImportType_CheckSize_Warn_3_0_7 = 1,
2904
- __Pyx_ImportType_CheckSize_Ignore_3_0_7 = 2
2920
+ enum __Pyx_ImportType_CheckSize_3_0_10 {
2921
+ __Pyx_ImportType_CheckSize_Error_3_0_10 = 0,
2922
+ __Pyx_ImportType_CheckSize_Warn_3_0_10 = 1,
2923
+ __Pyx_ImportType_CheckSize_Ignore_3_0_10 = 2
2905
2924
  };
2906
- static PyTypeObject *__Pyx_ImportType_3_0_7(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_0_7 check_size);
2925
+ static PyTypeObject *__Pyx_ImportType_3_0_10(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_0_10 check_size);
2907
2926
  #endif
2908
2927
 
2909
2928
  /* FetchSharedCythonModule.proto */
@@ -2996,7 +3015,7 @@ typedef struct {
2996
3015
  #endif
2997
3016
  void *defaults;
2998
3017
  int defaults_pyobjects;
2999
- size_t defaults_size; // used by FusedFunction for copying defaults
3018
+ size_t defaults_size;
3000
3019
  int flags;
3001
3020
  PyObject *defaults_tuple;
3002
3021
  PyObject *defaults_kwdict;
@@ -18525,7 +18544,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
18525
18544
  return __pyx_r;
18526
18545
  }
18527
18546
 
18528
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":246
18547
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":246
18529
18548
  *
18530
18549
  * @property
18531
18550
  * cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
@@ -18536,7 +18555,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
18536
18555
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
18537
18556
  PyObject *__pyx_r;
18538
18557
 
18539
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":249
18558
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":249
18540
18559
  * """Returns a borrowed reference to the object owning the data/memory.
18541
18560
  * """
18542
18561
  * return PyArray_BASE(self) # <<<<<<<<<<<<<<
@@ -18546,7 +18565,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
18546
18565
  __pyx_r = PyArray_BASE(__pyx_v_self);
18547
18566
  goto __pyx_L0;
18548
18567
 
18549
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":246
18568
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":246
18550
18569
  *
18551
18570
  * @property
18552
18571
  * cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
@@ -18559,7 +18578,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
18559
18578
  return __pyx_r;
18560
18579
  }
18561
18580
 
18562
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":252
18581
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":252
18563
18582
  *
18564
18583
  * @property
18565
18584
  * cdef inline dtype descr(self): # <<<<<<<<<<<<<<
@@ -18573,7 +18592,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
18573
18592
  PyArray_Descr *__pyx_t_1;
18574
18593
  __Pyx_RefNannySetupContext("descr", 1);
18575
18594
 
18576
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":255
18595
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":255
18577
18596
  * """Returns an owned reference to the dtype of the array.
18578
18597
  * """
18579
18598
  * return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
@@ -18586,7 +18605,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
18586
18605
  __pyx_r = ((PyArray_Descr *)__pyx_t_1);
18587
18606
  goto __pyx_L0;
18588
18607
 
18589
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":252
18608
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":252
18590
18609
  *
18591
18610
  * @property
18592
18611
  * cdef inline dtype descr(self): # <<<<<<<<<<<<<<
@@ -18601,7 +18620,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
18601
18620
  return __pyx_r;
18602
18621
  }
18603
18622
 
18604
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":258
18623
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":258
18605
18624
  *
18606
18625
  * @property
18607
18626
  * cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
@@ -18612,7 +18631,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
18612
18631
  static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
18613
18632
  int __pyx_r;
18614
18633
 
18615
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":261
18634
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":261
18616
18635
  * """Returns the number of dimensions in the array.
18617
18636
  * """
18618
18637
  * return PyArray_NDIM(self) # <<<<<<<<<<<<<<
@@ -18622,7 +18641,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
18622
18641
  __pyx_r = PyArray_NDIM(__pyx_v_self);
18623
18642
  goto __pyx_L0;
18624
18643
 
18625
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":258
18644
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":258
18626
18645
  *
18627
18646
  * @property
18628
18647
  * cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
@@ -18635,7 +18654,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
18635
18654
  return __pyx_r;
18636
18655
  }
18637
18656
 
18638
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":264
18657
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":264
18639
18658
  *
18640
18659
  * @property
18641
18660
  * cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
@@ -18646,7 +18665,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
18646
18665
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
18647
18666
  npy_intp *__pyx_r;
18648
18667
 
18649
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":269
18668
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":269
18650
18669
  * Can return NULL for 0-dimensional arrays.
18651
18670
  * """
18652
18671
  * return PyArray_DIMS(self) # <<<<<<<<<<<<<<
@@ -18656,7 +18675,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
18656
18675
  __pyx_r = PyArray_DIMS(__pyx_v_self);
18657
18676
  goto __pyx_L0;
18658
18677
 
18659
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":264
18678
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":264
18660
18679
  *
18661
18680
  * @property
18662
18681
  * cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
@@ -18669,7 +18688,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
18669
18688
  return __pyx_r;
18670
18689
  }
18671
18690
 
18672
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":272
18691
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":272
18673
18692
  *
18674
18693
  * @property
18675
18694
  * cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
@@ -18680,7 +18699,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
18680
18699
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
18681
18700
  npy_intp *__pyx_r;
18682
18701
 
18683
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":276
18702
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":276
18684
18703
  * The number of elements matches the number of dimensions of the array (ndim).
18685
18704
  * """
18686
18705
  * return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
@@ -18690,7 +18709,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
18690
18709
  __pyx_r = PyArray_STRIDES(__pyx_v_self);
18691
18710
  goto __pyx_L0;
18692
18711
 
18693
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":272
18712
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":272
18694
18713
  *
18695
18714
  * @property
18696
18715
  * cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
@@ -18703,7 +18722,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
18703
18722
  return __pyx_r;
18704
18723
  }
18705
18724
 
18706
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":279
18725
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":279
18707
18726
  *
18708
18727
  * @property
18709
18728
  * cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
@@ -18714,7 +18733,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
18714
18733
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
18715
18734
  npy_intp __pyx_r;
18716
18735
 
18717
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":282
18736
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":282
18718
18737
  * """Returns the total size (in number of elements) of the array.
18719
18738
  * """
18720
18739
  * return PyArray_SIZE(self) # <<<<<<<<<<<<<<
@@ -18724,7 +18743,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
18724
18743
  __pyx_r = PyArray_SIZE(__pyx_v_self);
18725
18744
  goto __pyx_L0;
18726
18745
 
18727
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":279
18746
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":279
18728
18747
  *
18729
18748
  * @property
18730
18749
  * cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
@@ -18737,7 +18756,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
18737
18756
  return __pyx_r;
18738
18757
  }
18739
18758
 
18740
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
18759
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
18741
18760
  *
18742
18761
  * @property
18743
18762
  * cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
@@ -18748,7 +18767,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
18748
18767
  static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
18749
18768
  char *__pyx_r;
18750
18769
 
18751
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
18770
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
18752
18771
  * of `PyArray_DATA()` instead, which returns a 'void*'.
18753
18772
  * """
18754
18773
  * return PyArray_BYTES(self) # <<<<<<<<<<<<<<
@@ -18758,7 +18777,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
18758
18777
  __pyx_r = PyArray_BYTES(__pyx_v_self);
18759
18778
  goto __pyx_L0;
18760
18779
 
18761
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
18780
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
18762
18781
  *
18763
18782
  * @property
18764
18783
  * cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
@@ -18771,7 +18790,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
18771
18790
  return __pyx_r;
18772
18791
  }
18773
18792
 
18774
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
18793
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
18775
18794
  * ctypedef npy_cdouble complex_t
18776
18795
  *
18777
18796
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -18788,7 +18807,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
18788
18807
  int __pyx_clineno = 0;
18789
18808
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
18790
18809
 
18791
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":778
18810
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":778
18792
18811
  *
18793
18812
  * cdef inline object PyArray_MultiIterNew1(a):
18794
18813
  * return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
@@ -18802,7 +18821,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
18802
18821
  __pyx_t_1 = 0;
18803
18822
  goto __pyx_L0;
18804
18823
 
18805
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
18824
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
18806
18825
  * ctypedef npy_cdouble complex_t
18807
18826
  *
18808
18827
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -18821,7 +18840,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
18821
18840
  return __pyx_r;
18822
18841
  }
18823
18842
 
18824
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
18843
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
18825
18844
  * return PyArray_MultiIterNew(1, <void*>a)
18826
18845
  *
18827
18846
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -18838,7 +18857,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
18838
18857
  int __pyx_clineno = 0;
18839
18858
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
18840
18859
 
18841
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":781
18860
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":781
18842
18861
  *
18843
18862
  * cdef inline object PyArray_MultiIterNew2(a, b):
18844
18863
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
@@ -18852,7 +18871,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
18852
18871
  __pyx_t_1 = 0;
18853
18872
  goto __pyx_L0;
18854
18873
 
18855
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
18874
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
18856
18875
  * return PyArray_MultiIterNew(1, <void*>a)
18857
18876
  *
18858
18877
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -18871,7 +18890,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
18871
18890
  return __pyx_r;
18872
18891
  }
18873
18892
 
18874
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":783
18893
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":783
18875
18894
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
18876
18895
  *
18877
18896
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -18888,7 +18907,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
18888
18907
  int __pyx_clineno = 0;
18889
18908
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
18890
18909
 
18891
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":784
18910
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":784
18892
18911
  *
18893
18912
  * cdef inline object PyArray_MultiIterNew3(a, b, c):
18894
18913
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
@@ -18902,7 +18921,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
18902
18921
  __pyx_t_1 = 0;
18903
18922
  goto __pyx_L0;
18904
18923
 
18905
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":783
18924
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":783
18906
18925
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
18907
18926
  *
18908
18927
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -18921,7 +18940,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
18921
18940
  return __pyx_r;
18922
18941
  }
18923
18942
 
18924
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":786
18943
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":786
18925
18944
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
18926
18945
  *
18927
18946
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -18938,7 +18957,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
18938
18957
  int __pyx_clineno = 0;
18939
18958
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
18940
18959
 
18941
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":787
18960
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":787
18942
18961
  *
18943
18962
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d):
18944
18963
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
@@ -18952,7 +18971,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
18952
18971
  __pyx_t_1 = 0;
18953
18972
  goto __pyx_L0;
18954
18973
 
18955
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":786
18974
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":786
18956
18975
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
18957
18976
  *
18958
18977
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -18971,7 +18990,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
18971
18990
  return __pyx_r;
18972
18991
  }
18973
18992
 
18974
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":789
18993
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":789
18975
18994
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
18976
18995
  *
18977
18996
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -18988,7 +19007,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
18988
19007
  int __pyx_clineno = 0;
18989
19008
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
18990
19009
 
18991
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":790
19010
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":790
18992
19011
  *
18993
19012
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
18994
19013
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
@@ -19002,7 +19021,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
19002
19021
  __pyx_t_1 = 0;
19003
19022
  goto __pyx_L0;
19004
19023
 
19005
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":789
19024
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":789
19006
19025
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
19007
19026
  *
19008
19027
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -19021,7 +19040,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
19021
19040
  return __pyx_r;
19022
19041
  }
19023
19042
 
19024
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
19043
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
19025
19044
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
19026
19045
  *
19027
19046
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -19035,7 +19054,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
19035
19054
  int __pyx_t_1;
19036
19055
  __Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
19037
19056
 
19038
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
19057
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
19039
19058
  *
19040
19059
  * cdef inline tuple PyDataType_SHAPE(dtype d):
19041
19060
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -19045,7 +19064,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
19045
19064
  __pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
19046
19065
  if (__pyx_t_1) {
19047
19066
 
19048
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":794
19067
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":794
19049
19068
  * cdef inline tuple PyDataType_SHAPE(dtype d):
19050
19069
  * if PyDataType_HASSUBARRAY(d):
19051
19070
  * return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
@@ -19057,7 +19076,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
19057
19076
  __pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
19058
19077
  goto __pyx_L0;
19059
19078
 
19060
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
19079
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
19061
19080
  *
19062
19081
  * cdef inline tuple PyDataType_SHAPE(dtype d):
19063
19082
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -19066,7 +19085,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
19066
19085
  */
19067
19086
  }
19068
19087
 
19069
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":796
19088
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":796
19070
19089
  * return <tuple>d.subarray.shape
19071
19090
  * else:
19072
19091
  * return () # <<<<<<<<<<<<<<
@@ -19080,7 +19099,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
19080
19099
  goto __pyx_L0;
19081
19100
  }
19082
19101
 
19083
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
19102
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
19084
19103
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
19085
19104
  *
19086
19105
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -19095,7 +19114,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
19095
19114
  return __pyx_r;
19096
19115
  }
19097
19116
 
19098
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":971
19117
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":971
19099
19118
  * int _import_umath() except -1
19100
19119
  *
19101
19120
  * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
@@ -19105,7 +19124,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
19105
19124
 
19106
19125
  static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) {
19107
19126
 
19108
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":972
19127
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":972
19109
19128
  *
19110
19129
  * cdef inline void set_array_base(ndarray arr, object base):
19111
19130
  * Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
@@ -19114,7 +19133,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
19114
19133
  */
19115
19134
  Py_INCREF(__pyx_v_base);
19116
19135
 
19117
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":973
19136
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":973
19118
19137
  * cdef inline void set_array_base(ndarray arr, object base):
19119
19138
  * Py_INCREF(base) # important to do this before stealing the reference below!
19120
19139
  * PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
@@ -19123,7 +19142,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
19123
19142
  */
19124
19143
  (void)(PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base));
19125
19144
 
19126
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":971
19145
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":971
19127
19146
  * int _import_umath() except -1
19128
19147
  *
19129
19148
  * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
@@ -19134,7 +19153,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
19134
19153
  /* function exit code */
19135
19154
  }
19136
19155
 
19137
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":975
19156
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":975
19138
19157
  * PyArray_SetBaseObject(arr, base)
19139
19158
  *
19140
19159
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -19149,7 +19168,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
19149
19168
  int __pyx_t_1;
19150
19169
  __Pyx_RefNannySetupContext("get_array_base", 1);
19151
19170
 
19152
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":976
19171
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":976
19153
19172
  *
19154
19173
  * cdef inline object get_array_base(ndarray arr):
19155
19174
  * base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
@@ -19158,7 +19177,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
19158
19177
  */
19159
19178
  __pyx_v_base = PyArray_BASE(__pyx_v_arr);
19160
19179
 
19161
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":977
19180
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":977
19162
19181
  * cdef inline object get_array_base(ndarray arr):
19163
19182
  * base = PyArray_BASE(arr)
19164
19183
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -19168,7 +19187,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
19168
19187
  __pyx_t_1 = (__pyx_v_base == NULL);
19169
19188
  if (__pyx_t_1) {
19170
19189
 
19171
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":978
19190
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":978
19172
19191
  * base = PyArray_BASE(arr)
19173
19192
  * if base is NULL:
19174
19193
  * return None # <<<<<<<<<<<<<<
@@ -19179,7 +19198,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
19179
19198
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
19180
19199
  goto __pyx_L0;
19181
19200
 
19182
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":977
19201
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":977
19183
19202
  * cdef inline object get_array_base(ndarray arr):
19184
19203
  * base = PyArray_BASE(arr)
19185
19204
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -19188,7 +19207,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
19188
19207
  */
19189
19208
  }
19190
19209
 
19191
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":979
19210
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":979
19192
19211
  * if base is NULL:
19193
19212
  * return None
19194
19213
  * return <object>base # <<<<<<<<<<<<<<
@@ -19200,7 +19219,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
19200
19219
  __pyx_r = ((PyObject *)__pyx_v_base);
19201
19220
  goto __pyx_L0;
19202
19221
 
19203
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":975
19222
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":975
19204
19223
  * PyArray_SetBaseObject(arr, base)
19205
19224
  *
19206
19225
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -19215,7 +19234,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
19215
19234
  return __pyx_r;
19216
19235
  }
19217
19236
 
19218
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":983
19237
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":983
19219
19238
  * # Versions of the import_* functions which are more suitable for
19220
19239
  * # Cython code.
19221
19240
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -19239,7 +19258,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
19239
19258
  int __pyx_clineno = 0;
19240
19259
  __Pyx_RefNannySetupContext("import_array", 1);
19241
19260
 
19242
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":984
19261
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":984
19243
19262
  * # Cython code.
19244
19263
  * cdef inline int import_array() except -1:
19245
19264
  * try: # <<<<<<<<<<<<<<
@@ -19255,7 +19274,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
19255
19274
  __Pyx_XGOTREF(__pyx_t_3);
19256
19275
  /*try:*/ {
19257
19276
 
19258
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":985
19277
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":985
19259
19278
  * cdef inline int import_array() except -1:
19260
19279
  * try:
19261
19280
  * __pyx_import_array() # <<<<<<<<<<<<<<
@@ -19264,7 +19283,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
19264
19283
  */
19265
19284
  __pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 985, __pyx_L3_error)
19266
19285
 
19267
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":984
19286
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":984
19268
19287
  * # Cython code.
19269
19288
  * cdef inline int import_array() except -1:
19270
19289
  * try: # <<<<<<<<<<<<<<
@@ -19278,7 +19297,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
19278
19297
  goto __pyx_L8_try_end;
19279
19298
  __pyx_L3_error:;
19280
19299
 
19281
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":986
19300
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":986
19282
19301
  * try:
19283
19302
  * __pyx_import_array()
19284
19303
  * except Exception: # <<<<<<<<<<<<<<
@@ -19293,7 +19312,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
19293
19312
  __Pyx_XGOTREF(__pyx_t_6);
19294
19313
  __Pyx_XGOTREF(__pyx_t_7);
19295
19314
 
19296
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":987
19315
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":987
19297
19316
  * __pyx_import_array()
19298
19317
  * except Exception:
19299
19318
  * raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
@@ -19308,7 +19327,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
19308
19327
  }
19309
19328
  goto __pyx_L5_except_error;
19310
19329
 
19311
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":984
19330
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":984
19312
19331
  * # Cython code.
19313
19332
  * cdef inline int import_array() except -1:
19314
19333
  * try: # <<<<<<<<<<<<<<
@@ -19324,7 +19343,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
19324
19343
  __pyx_L8_try_end:;
19325
19344
  }
19326
19345
 
19327
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":983
19346
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":983
19328
19347
  * # Versions of the import_* functions which are more suitable for
19329
19348
  * # Cython code.
19330
19349
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -19347,7 +19366,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
19347
19366
  return __pyx_r;
19348
19367
  }
19349
19368
 
19350
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":989
19369
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":989
19351
19370
  * raise ImportError("numpy.core.multiarray failed to import")
19352
19371
  *
19353
19372
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -19371,7 +19390,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
19371
19390
  int __pyx_clineno = 0;
19372
19391
  __Pyx_RefNannySetupContext("import_umath", 1);
19373
19392
 
19374
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":990
19393
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":990
19375
19394
  *
19376
19395
  * cdef inline int import_umath() except -1:
19377
19396
  * try: # <<<<<<<<<<<<<<
@@ -19387,7 +19406,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
19387
19406
  __Pyx_XGOTREF(__pyx_t_3);
19388
19407
  /*try:*/ {
19389
19408
 
19390
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":991
19409
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":991
19391
19410
  * cdef inline int import_umath() except -1:
19392
19411
  * try:
19393
19412
  * _import_umath() # <<<<<<<<<<<<<<
@@ -19396,7 +19415,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
19396
19415
  */
19397
19416
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 991, __pyx_L3_error)
19398
19417
 
19399
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":990
19418
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":990
19400
19419
  *
19401
19420
  * cdef inline int import_umath() except -1:
19402
19421
  * try: # <<<<<<<<<<<<<<
@@ -19410,7 +19429,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
19410
19429
  goto __pyx_L8_try_end;
19411
19430
  __pyx_L3_error:;
19412
19431
 
19413
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":992
19432
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":992
19414
19433
  * try:
19415
19434
  * _import_umath()
19416
19435
  * except Exception: # <<<<<<<<<<<<<<
@@ -19425,7 +19444,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
19425
19444
  __Pyx_XGOTREF(__pyx_t_6);
19426
19445
  __Pyx_XGOTREF(__pyx_t_7);
19427
19446
 
19428
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":993
19447
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":993
19429
19448
  * _import_umath()
19430
19449
  * except Exception:
19431
19450
  * raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
@@ -19440,7 +19459,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
19440
19459
  }
19441
19460
  goto __pyx_L5_except_error;
19442
19461
 
19443
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":990
19462
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":990
19444
19463
  *
19445
19464
  * cdef inline int import_umath() except -1:
19446
19465
  * try: # <<<<<<<<<<<<<<
@@ -19456,7 +19475,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
19456
19475
  __pyx_L8_try_end:;
19457
19476
  }
19458
19477
 
19459
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":989
19478
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":989
19460
19479
  * raise ImportError("numpy.core.multiarray failed to import")
19461
19480
  *
19462
19481
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -19479,7 +19498,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
19479
19498
  return __pyx_r;
19480
19499
  }
19481
19500
 
19482
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":995
19501
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":995
19483
19502
  * raise ImportError("numpy.core.umath failed to import")
19484
19503
  *
19485
19504
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -19503,7 +19522,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
19503
19522
  int __pyx_clineno = 0;
19504
19523
  __Pyx_RefNannySetupContext("import_ufunc", 1);
19505
19524
 
19506
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":996
19525
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":996
19507
19526
  *
19508
19527
  * cdef inline int import_ufunc() except -1:
19509
19528
  * try: # <<<<<<<<<<<<<<
@@ -19519,7 +19538,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
19519
19538
  __Pyx_XGOTREF(__pyx_t_3);
19520
19539
  /*try:*/ {
19521
19540
 
19522
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":997
19541
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":997
19523
19542
  * cdef inline int import_ufunc() except -1:
19524
19543
  * try:
19525
19544
  * _import_umath() # <<<<<<<<<<<<<<
@@ -19528,7 +19547,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
19528
19547
  */
19529
19548
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 997, __pyx_L3_error)
19530
19549
 
19531
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":996
19550
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":996
19532
19551
  *
19533
19552
  * cdef inline int import_ufunc() except -1:
19534
19553
  * try: # <<<<<<<<<<<<<<
@@ -19542,7 +19561,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
19542
19561
  goto __pyx_L8_try_end;
19543
19562
  __pyx_L3_error:;
19544
19563
 
19545
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":998
19564
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":998
19546
19565
  * try:
19547
19566
  * _import_umath()
19548
19567
  * except Exception: # <<<<<<<<<<<<<<
@@ -19557,7 +19576,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
19557
19576
  __Pyx_XGOTREF(__pyx_t_6);
19558
19577
  __Pyx_XGOTREF(__pyx_t_7);
19559
19578
 
19560
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":999
19579
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":999
19561
19580
  * _import_umath()
19562
19581
  * except Exception:
19563
19582
  * raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
@@ -19572,7 +19591,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
19572
19591
  }
19573
19592
  goto __pyx_L5_except_error;
19574
19593
 
19575
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":996
19594
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":996
19576
19595
  *
19577
19596
  * cdef inline int import_ufunc() except -1:
19578
19597
  * try: # <<<<<<<<<<<<<<
@@ -19588,7 +19607,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
19588
19607
  __pyx_L8_try_end:;
19589
19608
  }
19590
19609
 
19591
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":995
19610
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":995
19592
19611
  * raise ImportError("numpy.core.umath failed to import")
19593
19612
  *
19594
19613
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -19611,7 +19630,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
19611
19630
  return __pyx_r;
19612
19631
  }
19613
19632
 
19614
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1002
19633
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1002
19615
19634
  *
19616
19635
  *
19617
19636
  * cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
@@ -19622,7 +19641,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
19622
19641
  static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
19623
19642
  int __pyx_r;
19624
19643
 
19625
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
19644
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
19626
19645
  * bool
19627
19646
  * """
19628
19647
  * return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
@@ -19632,7 +19651,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
19632
19651
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
19633
19652
  goto __pyx_L0;
19634
19653
 
19635
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1002
19654
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1002
19636
19655
  *
19637
19656
  *
19638
19657
  * cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
@@ -19645,7 +19664,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
19645
19664
  return __pyx_r;
19646
19665
  }
19647
19666
 
19648
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1017
19667
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1017
19649
19668
  *
19650
19669
  *
19651
19670
  * cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
@@ -19656,7 +19675,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
19656
19675
  static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
19657
19676
  int __pyx_r;
19658
19677
 
19659
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
19678
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
19660
19679
  * bool
19661
19680
  * """
19662
19681
  * return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
@@ -19666,7 +19685,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
19666
19685
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
19667
19686
  goto __pyx_L0;
19668
19687
 
19669
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1017
19688
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1017
19670
19689
  *
19671
19690
  *
19672
19691
  * cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
@@ -19679,7 +19698,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
19679
19698
  return __pyx_r;
19680
19699
  }
19681
19700
 
19682
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1032
19701
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1032
19683
19702
  *
19684
19703
  *
19685
19704
  * cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
@@ -19690,7 +19709,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
19690
19709
  static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
19691
19710
  npy_datetime __pyx_r;
19692
19711
 
19693
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1039
19712
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1039
19694
19713
  * also needed. That can be found using `get_datetime64_unit`.
19695
19714
  * """
19696
19715
  * return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -19700,7 +19719,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
19700
19719
  __pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
19701
19720
  goto __pyx_L0;
19702
19721
 
19703
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1032
19722
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1032
19704
19723
  *
19705
19724
  *
19706
19725
  * cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
@@ -19713,7 +19732,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
19713
19732
  return __pyx_r;
19714
19733
  }
19715
19734
 
19716
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1042
19735
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1042
19717
19736
  *
19718
19737
  *
19719
19738
  * cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
@@ -19724,7 +19743,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
19724
19743
  static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
19725
19744
  npy_timedelta __pyx_r;
19726
19745
 
19727
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1046
19746
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1046
19728
19747
  * returns the int64 value underlying scalar numpy timedelta64 object
19729
19748
  * """
19730
19749
  * return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -19734,7 +19753,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
19734
19753
  __pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
19735
19754
  goto __pyx_L0;
19736
19755
 
19737
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1042
19756
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1042
19738
19757
  *
19739
19758
  *
19740
19759
  * cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
@@ -19747,7 +19766,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
19747
19766
  return __pyx_r;
19748
19767
  }
19749
19768
 
19750
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1049
19769
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1049
19751
19770
  *
19752
19771
  *
19753
19772
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
@@ -19758,7 +19777,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
19758
19777
  static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
19759
19778
  NPY_DATETIMEUNIT __pyx_r;
19760
19779
 
19761
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
19780
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
19762
19781
  * returns the unit part of the dtype for a numpy datetime64 object.
19763
19782
  * """
19764
19783
  * return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
@@ -19766,7 +19785,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
19766
19785
  __pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
19767
19786
  goto __pyx_L0;
19768
19787
 
19769
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1049
19788
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1049
19770
19789
  *
19771
19790
  *
19772
19791
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
@@ -20814,10 +20833,10 @@ static PyObject *__pyx_pf_7biotite_8sequence_5codec_4map_sequence_code(CYTHON_UN
20814
20833
  Py_ssize_t __pyx_v_itemsize;
20815
20834
  int __pyx_v_dtype_signed;
20816
20835
  Py_UCS4 __pyx_v_kind;
20817
- int __pyx_v____pyx_uint8_is_signed;
20818
- int __pyx_v____pyx_uint16_is_signed;
20819
- int __pyx_v____pyx_uint32_is_signed;
20820
- int __pyx_v____pyx_uint64_is_signed;
20836
+ int __pyx_v___pyx_fused_dtype_uint8_is_signed;
20837
+ int __pyx_v___pyx_fused_dtype_uint16_is_signed;
20838
+ int __pyx_v___pyx_fused_dtype_uint32_is_signed;
20839
+ int __pyx_v___pyx_fused_dtype_uint64_is_signed;
20821
20840
  PyObject *__pyx_v_arg = NULL;
20822
20841
  PyObject *__pyx_v_dtype = NULL;
20823
20842
  PyObject *__pyx_v_arg_base = NULL;
@@ -20889,10 +20908,10 @@ static PyObject *__pyx_pf_7biotite_8sequence_5codec_4map_sequence_code(CYTHON_UN
20889
20908
  __pyx_v_ndarray = ((PyTypeObject*)__pyx_t_1);
20890
20909
  __pyx_t_1 = 0;
20891
20910
  __pyx_v_itemsize = -1L;
20892
- __pyx_v____pyx_uint8_is_signed = (!(((__pyx_t_7biotite_8sequence_5codec_uint8)-1L) > 0));
20893
- __pyx_v____pyx_uint16_is_signed = (!(((__pyx_t_7biotite_8sequence_5codec_uint16)-1L) > 0));
20894
- __pyx_v____pyx_uint32_is_signed = (!(((__pyx_t_7biotite_8sequence_5codec_uint32)-1L) > 0));
20895
- __pyx_v____pyx_uint64_is_signed = (!(((__pyx_t_7biotite_8sequence_5codec_uint64)-1L) > 0));
20911
+ __pyx_v___pyx_fused_dtype_uint8_is_signed = (!(((__pyx_t_7biotite_8sequence_5codec_uint8)-1L) > 0));
20912
+ __pyx_v___pyx_fused_dtype_uint16_is_signed = (!(((__pyx_t_7biotite_8sequence_5codec_uint16)-1L) > 0));
20913
+ __pyx_v___pyx_fused_dtype_uint32_is_signed = (!(((__pyx_t_7biotite_8sequence_5codec_uint32)-1L) > 0));
20914
+ __pyx_v___pyx_fused_dtype_uint64_is_signed = (!(((__pyx_t_7biotite_8sequence_5codec_uint64)-1L) > 0));
20896
20915
  if (unlikely(__pyx_v_args == Py_None)) {
20897
20916
  PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
20898
20917
  __PYX_ERR(0, 131, __pyx_L1_error)
@@ -21034,7 +21053,7 @@ static PyObject *__pyx_pf_7biotite_8sequence_5codec_4map_sequence_code(CYTHON_UN
21034
21053
  __pyx_t_2 = __pyx_t_4;
21035
21054
  goto __pyx_L16_bool_binop_done;
21036
21055
  }
21037
- __pyx_t_4 = (!(__pyx_v____pyx_uint8_is_signed ^ __pyx_v_dtype_signed));
21056
+ __pyx_t_4 = (!(__pyx_v___pyx_fused_dtype_uint8_is_signed ^ __pyx_v_dtype_signed));
21038
21057
  __pyx_t_2 = __pyx_t_4;
21039
21058
  __pyx_L16_bool_binop_done:;
21040
21059
  if (__pyx_t_2) {
@@ -21057,7 +21076,7 @@ static PyObject *__pyx_pf_7biotite_8sequence_5codec_4map_sequence_code(CYTHON_UN
21057
21076
  __pyx_t_2 = __pyx_t_4;
21058
21077
  goto __pyx_L20_bool_binop_done;
21059
21078
  }
21060
- __pyx_t_4 = (!(__pyx_v____pyx_uint16_is_signed ^ __pyx_v_dtype_signed));
21079
+ __pyx_t_4 = (!(__pyx_v___pyx_fused_dtype_uint16_is_signed ^ __pyx_v_dtype_signed));
21061
21080
  __pyx_t_2 = __pyx_t_4;
21062
21081
  __pyx_L20_bool_binop_done:;
21063
21082
  if (__pyx_t_2) {
@@ -21080,7 +21099,7 @@ static PyObject *__pyx_pf_7biotite_8sequence_5codec_4map_sequence_code(CYTHON_UN
21080
21099
  __pyx_t_2 = __pyx_t_4;
21081
21100
  goto __pyx_L24_bool_binop_done;
21082
21101
  }
21083
- __pyx_t_4 = (!(__pyx_v____pyx_uint32_is_signed ^ __pyx_v_dtype_signed));
21102
+ __pyx_t_4 = (!(__pyx_v___pyx_fused_dtype_uint32_is_signed ^ __pyx_v_dtype_signed));
21084
21103
  __pyx_t_2 = __pyx_t_4;
21085
21104
  __pyx_L24_bool_binop_done:;
21086
21105
  if (__pyx_t_2) {
@@ -21103,7 +21122,7 @@ static PyObject *__pyx_pf_7biotite_8sequence_5codec_4map_sequence_code(CYTHON_UN
21103
21122
  __pyx_t_2 = __pyx_t_4;
21104
21123
  goto __pyx_L28_bool_binop_done;
21105
21124
  }
21106
- __pyx_t_4 = (!(__pyx_v____pyx_uint64_is_signed ^ __pyx_v_dtype_signed));
21125
+ __pyx_t_4 = (!(__pyx_v___pyx_fused_dtype_uint64_is_signed ^ __pyx_v_dtype_signed));
21107
21126
  __pyx_t_2 = __pyx_t_4;
21108
21127
  __pyx_L28_bool_binop_done:;
21109
21128
  if (__pyx_t_2) {
@@ -21469,7 +21488,7 @@ static PyObject *__pyx_pf_7biotite_8sequence_5codec_4map_sequence_code(CYTHON_UN
21469
21488
  __pyx_t_2 = __pyx_t_4;
21470
21489
  goto __pyx_L76_bool_binop_done;
21471
21490
  }
21472
- __pyx_t_4 = (!(__pyx_v____pyx_uint8_is_signed ^ __pyx_v_dtype_signed));
21491
+ __pyx_t_4 = (!(__pyx_v___pyx_fused_dtype_uint8_is_signed ^ __pyx_v_dtype_signed));
21473
21492
  __pyx_t_2 = __pyx_t_4;
21474
21493
  __pyx_L76_bool_binop_done:;
21475
21494
  if (__pyx_t_2) {
@@ -21492,7 +21511,7 @@ static PyObject *__pyx_pf_7biotite_8sequence_5codec_4map_sequence_code(CYTHON_UN
21492
21511
  __pyx_t_2 = __pyx_t_4;
21493
21512
  goto __pyx_L80_bool_binop_done;
21494
21513
  }
21495
- __pyx_t_4 = (!(__pyx_v____pyx_uint16_is_signed ^ __pyx_v_dtype_signed));
21514
+ __pyx_t_4 = (!(__pyx_v___pyx_fused_dtype_uint16_is_signed ^ __pyx_v_dtype_signed));
21496
21515
  __pyx_t_2 = __pyx_t_4;
21497
21516
  __pyx_L80_bool_binop_done:;
21498
21517
  if (__pyx_t_2) {
@@ -21515,7 +21534,7 @@ static PyObject *__pyx_pf_7biotite_8sequence_5codec_4map_sequence_code(CYTHON_UN
21515
21534
  __pyx_t_2 = __pyx_t_4;
21516
21535
  goto __pyx_L84_bool_binop_done;
21517
21536
  }
21518
- __pyx_t_4 = (!(__pyx_v____pyx_uint32_is_signed ^ __pyx_v_dtype_signed));
21537
+ __pyx_t_4 = (!(__pyx_v___pyx_fused_dtype_uint32_is_signed ^ __pyx_v_dtype_signed));
21519
21538
  __pyx_t_2 = __pyx_t_4;
21520
21539
  __pyx_L84_bool_binop_done:;
21521
21540
  if (__pyx_t_2) {
@@ -21538,7 +21557,7 @@ static PyObject *__pyx_pf_7biotite_8sequence_5codec_4map_sequence_code(CYTHON_UN
21538
21557
  __pyx_t_2 = __pyx_t_4;
21539
21558
  goto __pyx_L88_bool_binop_done;
21540
21559
  }
21541
- __pyx_t_4 = (!(__pyx_v____pyx_uint64_is_signed ^ __pyx_v_dtype_signed));
21560
+ __pyx_t_4 = (!(__pyx_v___pyx_fused_dtype_uint64_is_signed ^ __pyx_v_dtype_signed));
21542
21561
  __pyx_t_2 = __pyx_t_4;
21543
21562
  __pyx_L88_bool_binop_done:;
21544
21563
  if (__pyx_t_2) {
@@ -28009,7 +28028,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
28009
28028
  __Pyx_GOTREF(__pyx_tuple__8);
28010
28029
  __Pyx_GIVEREF(__pyx_tuple__8);
28011
28030
 
28012
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":987
28031
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":987
28013
28032
  * __pyx_import_array()
28014
28033
  * except Exception:
28015
28034
  * raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
@@ -28020,7 +28039,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
28020
28039
  __Pyx_GOTREF(__pyx_tuple__9);
28021
28040
  __Pyx_GIVEREF(__pyx_tuple__9);
28022
28041
 
28023
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-n889v233/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":993
28042
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-teuzpiwx/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":993
28024
28043
  * _import_umath()
28025
28044
  * except Exception:
28026
28045
  * raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
@@ -28443,33 +28462,33 @@ static int __Pyx_modinit_type_import_code(void) {
28443
28462
  /*--- Type import code ---*/
28444
28463
  __pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
28445
28464
  __Pyx_GOTREF(__pyx_t_1);
28446
- __pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_0_7(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
28465
+ __pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_0_10(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
28447
28466
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
28448
- sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyTypeObject),
28467
+ sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyTypeObject),
28449
28468
  #elif CYTHON_COMPILING_IN_LIMITED_API
28450
- sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyTypeObject),
28469
+ sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyTypeObject),
28451
28470
  #else
28452
- sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyHeapTypeObject),
28471
+ sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyHeapTypeObject),
28453
28472
  #endif
28454
- __Pyx_ImportType_CheckSize_Warn_3_0_7); if (!__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
28473
+ __Pyx_ImportType_CheckSize_Warn_3_0_10); if (!__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
28455
28474
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
28456
28475
  __pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 203, __pyx_L1_error)
28457
28476
  __Pyx_GOTREF(__pyx_t_1);
28458
- __pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "dtype", sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyArray_Descr),__Pyx_ImportType_CheckSize_Ignore_3_0_7); if (!__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 203, __pyx_L1_error)
28459
- __pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "flatiter", sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyArrayIterObject),__Pyx_ImportType_CheckSize_Ignore_3_0_7); if (!__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 226, __pyx_L1_error)
28460
- __pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "broadcast", sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyArrayMultiIterObject),__Pyx_ImportType_CheckSize_Ignore_3_0_7); if (!__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 230, __pyx_L1_error)
28461
- __pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "ndarray", sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyArrayObject),__Pyx_ImportType_CheckSize_Ignore_3_0_7); if (!__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 239, __pyx_L1_error)
28462
- __pyx_ptype_5numpy_generic = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "generic", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_7); if (!__pyx_ptype_5numpy_generic) __PYX_ERR(2, 813, __pyx_L1_error)
28463
- __pyx_ptype_5numpy_number = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "number", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_7); if (!__pyx_ptype_5numpy_number) __PYX_ERR(2, 815, __pyx_L1_error)
28464
- __pyx_ptype_5numpy_integer = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "integer", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_7); if (!__pyx_ptype_5numpy_integer) __PYX_ERR(2, 817, __pyx_L1_error)
28465
- __pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "signedinteger", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_7); if (!__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 819, __pyx_L1_error)
28466
- __pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "unsignedinteger", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_7); if (!__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 821, __pyx_L1_error)
28467
- __pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "inexact", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_7); if (!__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 823, __pyx_L1_error)
28468
- __pyx_ptype_5numpy_floating = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "floating", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_7); if (!__pyx_ptype_5numpy_floating) __PYX_ERR(2, 825, __pyx_L1_error)
28469
- __pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "complexfloating", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_7); if (!__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 827, __pyx_L1_error)
28470
- __pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "flexible", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_7); if (!__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 829, __pyx_L1_error)
28471
- __pyx_ptype_5numpy_character = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "character", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_7); if (!__pyx_ptype_5numpy_character) __PYX_ERR(2, 831, __pyx_L1_error)
28472
- __pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_0_7(__pyx_t_1, "numpy", "ufunc", sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_7(PyUFuncObject),__Pyx_ImportType_CheckSize_Ignore_3_0_7); if (!__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 869, __pyx_L1_error)
28477
+ __pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "dtype", sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyArray_Descr),__Pyx_ImportType_CheckSize_Ignore_3_0_10); if (!__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 203, __pyx_L1_error)
28478
+ __pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "flatiter", sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyArrayIterObject),__Pyx_ImportType_CheckSize_Ignore_3_0_10); if (!__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 226, __pyx_L1_error)
28479
+ __pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "broadcast", sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyArrayMultiIterObject),__Pyx_ImportType_CheckSize_Ignore_3_0_10); if (!__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 230, __pyx_L1_error)
28480
+ __pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "ndarray", sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyArrayObject),__Pyx_ImportType_CheckSize_Ignore_3_0_10); if (!__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 239, __pyx_L1_error)
28481
+ __pyx_ptype_5numpy_generic = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "generic", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_10); if (!__pyx_ptype_5numpy_generic) __PYX_ERR(2, 813, __pyx_L1_error)
28482
+ __pyx_ptype_5numpy_number = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "number", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_10); if (!__pyx_ptype_5numpy_number) __PYX_ERR(2, 815, __pyx_L1_error)
28483
+ __pyx_ptype_5numpy_integer = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "integer", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_10); if (!__pyx_ptype_5numpy_integer) __PYX_ERR(2, 817, __pyx_L1_error)
28484
+ __pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "signedinteger", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_10); if (!__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 819, __pyx_L1_error)
28485
+ __pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "unsignedinteger", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_10); if (!__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 821, __pyx_L1_error)
28486
+ __pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "inexact", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_10); if (!__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 823, __pyx_L1_error)
28487
+ __pyx_ptype_5numpy_floating = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "floating", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_10); if (!__pyx_ptype_5numpy_floating) __PYX_ERR(2, 825, __pyx_L1_error)
28488
+ __pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "complexfloating", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_10); if (!__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 827, __pyx_L1_error)
28489
+ __pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "flexible", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_10); if (!__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 829, __pyx_L1_error)
28490
+ __pyx_ptype_5numpy_character = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "character", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_10); if (!__pyx_ptype_5numpy_character) __PYX_ERR(2, 831, __pyx_L1_error)
28491
+ __pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_0_10(__pyx_t_1, "numpy", "ufunc", sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_10(PyUFuncObject),__Pyx_ImportType_CheckSize_Ignore_3_0_10); if (!__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 869, __pyx_L1_error)
28473
28492
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
28474
28493
  __Pyx_RefNannyFinishContext();
28475
28494
  return 0;
@@ -29909,11 +29928,11 @@ static CYTHON_INLINE PyObject * __Pyx_GetKwValue_FASTCALL(PyObject *kwnames, PyO
29909
29928
  {
29910
29929
  int eq = __Pyx_PyUnicode_Equals(s, PyTuple_GET_ITEM(kwnames, i), Py_EQ);
29911
29930
  if (unlikely(eq != 0)) {
29912
- if (unlikely(eq < 0)) return NULL; // error
29931
+ if (unlikely(eq < 0)) return NULL;
29913
29932
  return kwvalues[i];
29914
29933
  }
29915
29934
  }
29916
- return NULL; // not found (no exception set)
29935
+ return NULL;
29917
29936
  }
29918
29937
  #if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030d0000
29919
29938
  CYTHON_UNUSED static PyObject *__Pyx_KwargsAsDict_FASTCALL(PyObject *kwnames, PyObject *const *kwvalues) {
@@ -30026,7 +30045,7 @@ static int __Pyx_ParseOptionalKeywords(
30026
30045
  if (*name) {
30027
30046
  values[name-argnames] = value;
30028
30047
  #if CYTHON_AVOID_BORROWED_REFS
30029
- Py_INCREF(value); // transfer ownership of value to values
30048
+ Py_INCREF(value);
30030
30049
  Py_DECREF(key);
30031
30050
  #endif
30032
30051
  key = NULL;
@@ -30045,7 +30064,7 @@ static int __Pyx_ParseOptionalKeywords(
30045
30064
  && _PyString_Eq(**name, key)) {
30046
30065
  values[name-argnames] = value;
30047
30066
  #if CYTHON_AVOID_BORROWED_REFS
30048
- value = NULL; // ownership transferred to values
30067
+ value = NULL;
30049
30068
  #endif
30050
30069
  break;
30051
30070
  }
@@ -30077,7 +30096,7 @@ static int __Pyx_ParseOptionalKeywords(
30077
30096
  if (cmp == 0) {
30078
30097
  values[name-argnames] = value;
30079
30098
  #if CYTHON_AVOID_BORROWED_REFS
30080
- value = NULL; // ownership transferred to values
30099
+ value = NULL;
30081
30100
  #endif
30082
30101
  break;
30083
30102
  }
@@ -32128,9 +32147,10 @@ static int __Pyx_PyMemoryView_Get_ndim(PyObject *obj) {
32128
32147
 
32129
32148
  /* IterFinish */
32130
32149
  static CYTHON_INLINE int __Pyx_IterFinish(void) {
32150
+ PyObject* exc_type;
32131
32151
  __Pyx_PyThreadState_declare
32132
32152
  __Pyx_PyThreadState_assign
32133
- PyObject* exc_type = __Pyx_PyErr_CurrentExceptionType();
32153
+ exc_type = __Pyx_PyErr_CurrentExceptionType();
32134
32154
  if (unlikely(exc_type)) {
32135
32155
  if (unlikely(!__Pyx_PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration)))
32136
32156
  return -1;
@@ -32454,9 +32474,10 @@ static CYTHON_INLINE int __Pyx_dict_iter_next(
32454
32474
 
32455
32475
  /* UnpackUnboundCMethod */
32456
32476
  static PyObject *__Pyx_SelflessCall(PyObject *method, PyObject *args, PyObject *kwargs) {
32477
+ PyObject *result;
32457
32478
  PyObject *selfless_args = PyTuple_GetSlice(args, 1, PyTuple_Size(args));
32458
32479
  if (unlikely(!selfless_args)) return NULL;
32459
- PyObject *result = PyObject_Call(method, selfless_args, kwargs);
32480
+ result = PyObject_Call(method, selfless_args, kwargs);
32460
32481
  Py_DECREF(selfless_args);
32461
32482
  return result;
32462
32483
  }
@@ -33179,10 +33200,10 @@ __PYX_GOOD:
33179
33200
  #endif
33180
33201
 
33181
33202
  /* TypeImport */
33182
- #ifndef __PYX_HAVE_RT_ImportType_3_0_7
33183
- #define __PYX_HAVE_RT_ImportType_3_0_7
33184
- static PyTypeObject *__Pyx_ImportType_3_0_7(PyObject *module, const char *module_name, const char *class_name,
33185
- size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_0_7 check_size)
33203
+ #ifndef __PYX_HAVE_RT_ImportType_3_0_10
33204
+ #define __PYX_HAVE_RT_ImportType_3_0_10
33205
+ static PyTypeObject *__Pyx_ImportType_3_0_10(PyObject *module, const char *module_name, const char *class_name,
33206
+ size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_0_10 check_size)
33186
33207
  {
33187
33208
  PyObject *result = 0;
33188
33209
  char warning[200];
@@ -33236,7 +33257,7 @@ static PyTypeObject *__Pyx_ImportType_3_0_7(PyObject *module, const char *module
33236
33257
  module_name, class_name, size, basicsize+itemsize);
33237
33258
  goto bad;
33238
33259
  }
33239
- if (check_size == __Pyx_ImportType_CheckSize_Error_3_0_7 &&
33260
+ if (check_size == __Pyx_ImportType_CheckSize_Error_3_0_10 &&
33240
33261
  ((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
33241
33262
  PyErr_Format(PyExc_ValueError,
33242
33263
  "%.200s.%.200s size changed, may indicate binary incompatibility. "
@@ -33244,7 +33265,7 @@ static PyTypeObject *__Pyx_ImportType_3_0_7(PyObject *module, const char *module
33244
33265
  module_name, class_name, size, basicsize, basicsize+itemsize);
33245
33266
  goto bad;
33246
33267
  }
33247
- else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_0_7 && (size_t)basicsize > size) {
33268
+ else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_0_10 && (size_t)basicsize > size) {
33248
33269
  PyOS_snprintf(warning, sizeof(warning),
33249
33270
  "%s.%s size changed, may indicate binary incompatibility. "
33250
33271
  "Expected %zd from C header, got %zd from PyObject",
@@ -34244,7 +34265,7 @@ static PyObject * __Pyx_CyFunction_Vectorcall_FASTCALL_KEYWORDS(PyObject *func,
34244
34265
  default:
34245
34266
  return NULL;
34246
34267
  }
34247
- return ((_PyCFunctionFastWithKeywords)(void(*)(void))def->ml_meth)(self, args, nargs, kwnames);
34268
+ return ((__Pyx_PyCFunctionFastWithKeywords)(void(*)(void))def->ml_meth)(self, args, nargs, kwnames);
34248
34269
  }
34249
34270
  static PyObject * __Pyx_CyFunction_Vectorcall_FASTCALL_KEYWORDS_METHOD(PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames)
34250
34271
  {
@@ -35061,7 +35082,7 @@ static PyCodeObject* __Pyx_CreateCodeObjectForTraceback(
35061
35082
  #else
35062
35083
  py_code = PyCode_NewEmpty(filename, funcname, py_line);
35063
35084
  #endif
35064
- Py_XDECREF(py_funcname); // XDECREF since it's only set on Py3 if cline
35085
+ Py_XDECREF(py_funcname);
35065
35086
  return py_code;
35066
35087
  bad:
35067
35088
  Py_XDECREF(py_funcname);