edsger 0.1.5__cp311-cp311-macosx_11_0_arm64.whl → 0.1.6__cp311-cp311-macosx_11_0_arm64.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.
Binary file
edsger/spiess_florian.pyx CHANGED
@@ -17,6 +17,13 @@ cdef functions:
17
17
 
18
18
  """
19
19
 
20
+ # cython: language_level=3
21
+ # cython: boundscheck=False
22
+ # cython: wraparound=False
23
+ # cython: embedsignature=False
24
+ # cython: cdivision=True
25
+ # cython: initializedcheck=False
26
+
20
27
  import numpy as np
21
28
  cimport numpy as cnp
22
29