User Portlet User Portlet

Szabolcs Horvát
Discussions
This is because both `FindIndependentVertexSet` and `FindClique` finds a _maximal_ set. While `{1}` is an independent vertex set, it is not maximal: it is a subset of `{1,3}`. My [IGraph/M](http://szhorvat.net/mathematica/IGraphM) package...
For short, concise and general, try `CountsBy`. If your data is numeric, and the condition is also numeric, try my `BoolEval` package. http://szhorvat.net/mathematica/BoolEval In[199]:= arr = RandomInteger[1000, 10000000]; ...
> Where can I post a bug report? http://support.wolfram.com is not that hard to find ... I am not going to comment on whether this should be considered a bug or not, but I will put one question to the community: *What would be a reasonable...
> Far from me the idea of starting a flame war I think there's a very low chance of that happening on this forum :-) The topic is just not that controversial here.
In that case, I will absolutely not drop support for the RPi. Once I manage to push out a proper stable release, I might not include RPi support in prereleases, but I will definitely include it in stable releases.
> It seems to me that it would be better if symbols **never** evaluated unless at least empty square brackets are present How would you define variables then? `x=1`.
Cloud: Everything works locally, unless you use cloud-specific functions (e.g. `CloudEvaluate`). Curated data (functions like `GraphData`) and the `Entity` stuff is downloaded from the cloud, and need an internet connection. This is just data...
[@Max Coplan][at0] > Thoughts on additions in 12.0? I don't have time to write a detailed response so I'll just say that the improvements in 12.0 are large, and it's heading in the right direction. But there is still some way to go. I am...
Just another reminder to post your packages on http://packagedata.net/ :-) At one time I used the Neurotica package a little bit, in particular for importing NifTI files. https://github.com/noahbenson/Neurotica There some overlap in...
I managed to construct an `Import` syntax that produces identical results in 11.3 and 12.0. I hope this helps. Import["http://exampledata.wolfram.com/messier61.fits.gz", {"FITS", "Image", 1}] I do not know the reason for changing this, but...