Support for this C11 is a given with gcc 5.x or higher or any clang version. The MSVC compiler doesn't do it yet. But as a workaround, as the C++03 language standard is very overlapping with C11, it is then used instead where the C compiler is too old. Nuitka used to require a...
This branch contains unfinished and incomplete work. It is very frequently subject togit rebaseand the public staging ground, where my work for develop branch lives first. It is intended for testing only and recommended to base any of your own development on. When updating it, you very often...
If that doesn’t work, there’s always the easy choice of weaving it into a conversation: “What perfume are you wearing? I just LOVE it!” Or even “What’s your favorite fragrance”?” And if all else fails, well you can just take a quick peek at his vanity. If you’ve gotten...
[1]Support for this C11 is a given with gcc 5 or higher or any clang version. The MSVC compiler doesn't do it yet. But as a workaround, as the C++03 language standard is very overlapping with C11, it is then used instead where the C compiler is too old. Nuitka used to require ...
ma.masked_array([1, 3, 5], mask=[False, True, False]), test=2) print(wm) print() # Operations with ndarrays work fine a = np.array([2, 0, 1]) print(a * w) print() # Operations with masked arrays are not commutative m = np.ma.masked_array([2, 0, 1], mask=[False,...
from tensorflow.python.tools import optimize_for_inference_lib print(tf.version) data=pd.read_csv('C:\ml\irisInAndroid\iris.data',names=['f1','f2','f3','f4','f5']) s=np.asarray([1,0,0]) ve=np.asarray([0,1,0]) vi=np.asarray([0,0,1]) ...
There is for sure a reason why it is included in conda envs. Actually it was added some time ago to make the envs more reliable. But actually it has the disadvantage of having to be updated to work with newer distros. I hope someone from conda-forge will work on updating the GCC co...
For Nuitka, we have the module attribute __compiled__ to test if a specific module was compiled. Where to go next Remember, this project is not completed yet. Although the CPython test suite works near perfect, there is still more work needed, esp. to make it do more optimization. Try...
This branch contains unfinished and incomplete work. It is very frequently subject to git rebase and the public staging ground, where my work for develop branch lives first. It is intended for testing only and recommended to base any of your own development on. When updating it, you very oft...
For Nuitka, we have the module attribute __compiled__ to test if a specific module was compiled. Where to go next Remember, this project is not completed yet. Although the CPython test suite works near perfect, there is still more work needed, esp. to make it do more optimization. Try...